gandersen101 / spaczz

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

Comparison method(s) for fuzzy ratios and fuzzy regex counts #53

Closed gandersen101 closed 1 year ago

gandersen101 commented 3 years ago

In order to sort SpaczzRuler matches across the different matchers by quality, I need a method or methods for comparing fuzzy ratios (ints between 0 and 100) and fuzzy regex counts (tuples of insertion, deletion and substitution counts). Standardizing the fuzzy regex counts back to a ratio is probably the most effective method at first thought.

gandersen101 commented 1 year ago

Closed by #81.