Skip to content

dict-trie version 1.0.1

Latest
Compare
Choose a tag to compare
@jfjlaros jfjlaros released this 17 Mar 14:55
· 11 commits to master since this release
62138ec

Bug fixes:

  • The functions best_hamming() and best_levenshtein() erroneously matched on prefixes, this was fixed.
  • No match and a match of an empty word returned the same value (''), now no match returns None.