- Apr 19, 2011
-
-
Adam Wardynski authored
MatchVector, AnnotationMatch, TokenMatch are now MatchData MatchData is value_type of Match which now has get_value/set_value Match has also copy construction working properly now Default value for Match holds MatchVector so adding $m:_M var in grammar works as intended.
-
- Apr 18, 2011
-
-
Adam Wardynski authored
-
- Apr 14, 2011
-
-
ilor authored
-
- Apr 12, 2011
- Apr 07, 2011
-
-
ilor authored
-
- Apr 05, 2011
-
-
Adam Wardynski authored
-
- Apr 04, 2011
-
-
Adam Wardynski authored
-
Adam Wardynski authored
-
Adam Wardynski authored
-
- Apr 01, 2011
-
-
Adam Wardynski authored
-
Adam Wardynski authored
-
Adam Wardynski authored
-
- Mar 18, 2011
-
-
Adam Wardynski authored
-
Adam Wardynski authored
-
Adam Wardynski authored
A condition that repeateadly matches an array of conditions returning resulting vector of vectors.
-
Adam Wardynski authored
-
Adam Wardynski authored
-
Adam Wardynski authored
MatchResult - change constructor so when you provide Match it defaults to matched = true. TokenCondition - be a bit defensive about possibility of inner predicates changing $_
-
- Mar 11, 2011
-
-
Adam Wardynski authored
-
Adam Wardynski authored
-
Adam Wardynski authored
-
Adam Wardynski authored
-
Adam Wardynski authored
-
Adam Wardynski authored
-
Adam Wardynski authored
It's a tuple boolean/Match Value - "is it matched?"/"actual match"
-
- Mar 07, 2011
-
-
Adam Wardynski authored
-
Adam Wardynski authored
-
Adam Wardynski authored
-
Adam Wardynski authored
-
Adam Wardynski authored
-
Adam Wardynski authored
-
- Feb 16, 2011
-
-
Adam Wardynski authored
Previously effectively agreement was checked on all categories, even if a lexeme's tag didn't have some of the selected categories. That led to treating such lexeme as not agreeing with one that had more matching categories, even if it was agreeing on all categories that were present.
-
- Feb 15, 2011
-
-
Adam Wardynski authored
Underlying issue was temporary table of remaining lexemes for a token not being updated (emptied) if only underspecified lexemes of the token met an agreement. Effectively the token was left in its original state i.e. with all original lexemes present, both those that were underspecified and the remaining ones that did not met a weak agreement that was otherwise met via the underspecified lexemes.
-
- Feb 01, 2011
-
-
eliasz authored
-
- Jan 31, 2011
-
-
Adam Wardynski authored
-
Adam Wardynski authored
-
Adam Wardynski authored
-
Adam Wardynski authored
-
Adam Wardynski authored
-