Releases: jfjlaros/dict-trie
Releases · jfjlaros/dict-trie
dict-trie version 1.0.1
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
.