Skip to content

Releases: jfjlaros/dict-trie

dict-trie version 1.0.1

17 Mar 14:55
62138ec
Compare
Choose a tag to compare

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.

dict-trie version 1.0.0

05 Aug 14:06
Compare
Choose a tag to compare

See the documentation for more information.