Skip to content
Snippets Groups Projects
  1. May 07, 2012
  2. Sep 26, 2011
  3. Sep 15, 2011
  4. Jun 28, 2011
  5. May 06, 2011
    • Adam Wardynski's avatar
      Change Position in Match data to be directly an int. · 6264ff5a
      Adam Wardynski authored
      This reflects the fact that positions stored in matches are
      absolute positions, while Position type is used in the
      language as position relative to current position in the
      sentence context. So mixing the two was confusing at the very least.
      This also actually fits the most recent version of spec,
      which no longer mentions Position, either.
      6264ff5a
  6. May 05, 2011
  7. Apr 26, 2011
  8. Apr 22, 2011
    • Adam Wardynski's avatar
      88d3aef2
    • Adam Wardynski's avatar
      Factor MatchOperator into ApplyOperator to prevent confusion. · 41957b20
      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.
      41957b20
  9. Apr 21, 2011
  10. Apr 20, 2011
  11. Apr 19, 2011
  12. Apr 04, 2011
  13. Apr 01, 2011
  14. Mar 18, 2011
  15. Mar 11, 2011