Skip to content
Snippets Groups Projects
  1. Apr 19, 2011
    • Adam Wardynski's avatar
      Redesign Match to act more like other Value types. · a3897913
      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.
      a3897913
  2. Apr 18, 2011
  3. Apr 14, 2011
  4. Apr 12, 2011
  5. Apr 07, 2011
  6. Apr 05, 2011
  7. Apr 04, 2011
  8. Apr 01, 2011
  9. Mar 18, 2011
  10. Mar 11, 2011
  11. Mar 07, 2011
  12. Feb 16, 2011
    • Adam Wardynski's avatar
      fix bug #1270: check agreement only on existing categories. · 4569eb22
      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.
      4569eb22
  13. Feb 15, 2011
    • Adam Wardynski's avatar
      Fix bug#1264 - leave only underspecified lexemes if agreement exists only via them. · e74435f9
      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.
      e74435f9
  14. Feb 01, 2011
  15. Jan 31, 2011