Skip to content

Releases: RobinL/fuzzymatcher

No longer depends on python-Levenstein

15 Oct 11:47
Compare
Choose a tag to compare

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

Fix divisionbyzero error

29 Jul 19:13
127efd4
Compare
Choose a tag to compare
Pre-release
v0.0.4

Update setup.py

Improved matching performance for big datasets

21 Dec 12:46
Compare
Choose a tag to compare

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

26 Nov 20:05
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

Basic functionality working