- Nov 30, 2010
-
-
Adam Wardynski authored
It is more intuitive that way, e.g. equal(2,3) is never true, equal(3,3) is always true. Nowhere is only equal to Nowhere, and Begin or End are equal to nonspecial positions depending on current position in the sentence context.
-
- Nov 29, 2010
-
-
ilor authored
-
ilor authored
* reset_values function to set all Values to their defaul-construct state * read-only access to all variables of some type via get_all<T> * Variables cloning * convenience functions: get_or_throw, get_value Value subtypes now contain a value_type typedef and require a const value_type& get_value() const member function.
-
- Nov 19, 2010
-
-
Adam Wardynski authored
-
Adam Wardynski authored
Checks wether Position is_inside, is_outside, or equals to other Position given the SentenceContext.
-
- Nov 08, 2010
-
-
Adam Wardyński authored
Adding some methods to values for use by operators, e.g. equals and is_subset_of/intersection. Some are just stubs.
-
- Nov 03, 2010
- Oct 30, 2010
-
-
ilor authored
-