gandersen101 / spaczz

Fuzzy matching and more functionality for spaCy.
MIT License
252 stars 27 forks source link

Enhancement spaczzmatcher in spaczzruler #46

Closed gandersen101 closed 3 years ago

gandersen101 commented 3 years ago
  1. SpaczzMatcher is now called TokenMatcher
  2. TokenMatcher now part of SpaczzRuler
  3. "token" type part of ._.spaczz_types now and ._.spaczz_details is placeholder for future token match values.
  4. More options for flex value.
  5. Span out of range bug fix for empty string fuzzy/similarity patterns and catch-all for bp_l >= bp_r and bp_r <= bp_l.