Skip to content

Releases: intuit/fuzzy-matcher

New NUMBER, DATE elementTypes and Performance Improvements

20 Apr 02:50
Compare
Choose a tag to compare
  • Element Variance. This allows multiple ElementTypes to be added in same document.
  • New NUMBER ElementType, this allows fuzzy match with numbers and score numbers according to how close they are to each other in value
  • New DATE ElementType, similar to numbers dates that are closer in values are scored higher
  • Performance improvement, changed element default scoring and cached Token list for each element

Performance Improvements

05 Apr 22:56
291bd57
Compare
Choose a tag to compare
  • Reduced complexity of matching to O(N Log N).
  • Added performance tests showing performance with large sets of data

Removed Spring Dependency

03 Apr 18:36
874abb7
Compare
Choose a tag to compare
Merge pull request #5 from intuit/reduce-complexity-to-NLogN

Reduce complexity to n log n