- Jun 02, 2011
-
-
ilor authored
-
- May 09, 2011
-
-
Adam Wardynski authored
Allows for application of all rules on an annotated sequence via apply_all method.
-
- Apr 29, 2011
-
-
Adam Wardynski authored
-
Adam Wardynski authored
-
Adam Wardynski authored
-
Adam Wardynski authored
-
- Apr 28, 2011
-
-
Adam Wardynski authored
-
Adam Wardynski authored
-
- Apr 26, 2011
-
-
ilor authored
-
Adam Wardynski authored
-
ilor authored
-
- Apr 22, 2011
-
-
Adam Wardynski authored
1) MatchOperator was essentially a wrapper for "match" section of "apply" operator 2) Other operators like Repeat actually used ConjConditions directly, without using MatchOperator - so ApplyOperator could too! 3) The confusion was about "match" referring both to part that is matching sentence against match conditions, and the results of this matching process. That led e.g. to "match_operator" rule in grammar, which was unlike "strset_operator" rule and the like. "match_operator" was about the "match" section in "apply" and now it is more straightforward. Next step should rename "match_fit" to be actual "match_operator", consistent with "XXX_operator" for other XXX types.
-
- Apr 21, 2011
-
-
Adam Wardynski authored
-
ilor authored
-
Adam Wardynski authored
-
Adam Wardynski authored
Also, adding M in grammar to be shorthand for $m:_M (vargetter) op in match context.
-
- Apr 20, 2011
-
-
Adam Wardynski authored
Basically a ParsedExpression wrapper for Variables and ApplyOperator.
-
Adam Wardynski authored
-
- Apr 19, 2011
-
-
Adam Wardynski authored
-
- Apr 14, 2011
-
-
ilor authored
-
- Apr 12, 2011
-
-
ilor authored
-
- Apr 05, 2011
-
-
Adam Wardynski authored
-
- Apr 04, 2011
-
-
Adam Wardynski authored
-
Adam Wardynski authored
-
- Mar 18, 2011
-
-
Adam Wardynski authored
-
Adam Wardynski authored
A condition that repeateadly matches an array of conditions returning resulting vector of vectors.
-
Adam Wardynski authored
-
- Mar 11, 2011
-
-
Adam Wardynski authored
-
Adam Wardynski authored
-
Adam Wardynski authored
-
- Mar 09, 2011
-
-
ilor authored
-
- Mar 07, 2011
-
-
Adam Wardynski authored
-
Adam Wardynski authored
-
Adam Wardynski authored
-
- Mar 03, 2011
-
-
ilor authored
First draft of Match value type with some tests. MatchVector does not yet properly implement first/last token, hence a test fails, and AnnotationMatch is pretty much a stub.
-
- Jan 31, 2011
-
-
Adam Wardynski authored
-
- Jan 13, 2011
-
-
Adam Wardynski authored
-
Adam Wardynski authored
-
- Jan 12, 2011
-
-
Adam Wardynski authored
-
Adam Wardynski authored
-