Skip to content

Releases: RoadSigns/fuzzy

v0.1.0

26 Apr 07:16
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Fuzzy pre release tag (0.1.0)

Contains Algorithms

  • Match
  • Levenshtein
  • Jaro
  • Soundex
  • Sørensen–Dice coefficient
  • Q-Gram

Testing

Testing is currently just there to allow for happy path and to make sure that they work, additional tests will be added before the v1.* release with unhappy paths

Benchmarking

Currently the algorithms are being created and their base values for tracking are being completed. There will be additional tests added in the future to look into how we can improve the speed of these for large text values since currently they are designed to be used for small strings.