- Mar 11, 2011
-
-
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
-
- Jan 13, 2011
-
-
Adam Wardynski authored
So such lexemes are always left in the end.
-
Adam Wardynski authored
-
Adam Wardynski authored
-
Adam Wardynski authored
-
Adam Wardynski authored
-
- Jan 12, 2011
-
-
Adam Wardynski authored
-
Adam Wardynski authored
-
Adam Wardynski authored
-
Adam Wardynski authored
-
- Jan 11, 2011
-
-
Adam Wardynski authored
Intentionally left implicit.
-
Adam Wardynski authored
Rule - user-level class encapsulating WCCL rule. Action - internal class for Rule's actions ActionExecContext - helper class for execution of actions.
-
Adam Wardynski authored
-
- Dec 10, 2010
-
-
Adam Wardynski authored
-
Adam Wardynski authored
It is coherent now with the SentenceContext::is_inside(int abs_pos) - SentenceContext::is_inside(Position pos) is added, while Position::is_inside(SentenceContext) is removed
-
Adam Wardynski authored
I.E. empty sentence shouldn't be passed anyway and that is what Operator class is checking for. But otherwise, at the level of operator, it can deal with a sentence that has current pos outside of boundaries.
-
Adam Wardynski authored
-
Adam Wardynski authored
-
Paweł Kędzia authored
-
Adam Wardynski authored
Previously it would mandate agreement was met on all categories in a tag with enough categories, if such tag was found. Now it checks for agreement only on the number of categories that actually match, including the case of zero categories matching (the latter does meet the weak agreement).
-
- Dec 09, 2010
-
-
Adam Wardynski authored
-
Adam Wardynski authored
-
Adam Wardynski authored
-
Adam Wardynski authored
Clearer and better performing version, also more likely to actually work as expected :)
-
Adam Wardynski authored
-