Skip to content

Releases: RobinL/fuzzymatcher

No longer depends on python-Levenstein

Choose a tag to compare

@RobinL RobinL released this 15 Oct 11:47

(But if installed, will use it for a speedup)

Fix divisionbyzero error

Pre-release

Choose a tag to compare

@RobinL RobinL released this 29 Jul 19:13
127efd4
v0.0.4

Update setup.py

Improved matching performance for big datasets

Choose a tag to compare

@RobinL RobinL released this 21 Dec 12:46

Many changes:

  • Probabalistic matching now on a field-by-field basis rather than lumping all tokens into one
  • Search algorithm can now account for scores of matches found, stopping when a good match is detected
  • Better scoring algorithm that accounts for tokens which don't match and misspellings
  • Memoisation to improve performance

v0.0.1

v0.0.1 Pre-release
Pre-release

Choose a tag to compare

@RobinL RobinL released this 26 Nov 20:05

Basic functionality working