Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 501 Bytes

File metadata and controls

15 lines (10 loc) · 501 Bytes

ruzzystring

fuzzy matching algorithms written (poorly) in rust

Currently Implemented

TODO

  • Damerau-Levenshtein distance

  • n-gram

  • Soundex

  • Implement suffix tree to improve LCS implementation