Skip to content
Snippets Groups Projects
  1. Apr 04, 2011
  2. Apr 01, 2011
  3. Mar 21, 2011
  4. Mar 18, 2011
  5. Mar 14, 2011
  6. Mar 11, 2011
  7. Mar 09, 2011
  8. Mar 07, 2011
  9. Mar 03, 2011
  10. Feb 22, 2011
  11. 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
  12. 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