Skip to content

Jaro/Jaro-Winkler, Similarity percentage calculation for all algorithms, LCS backtrack & diff functions

Compare
Choose a tag to compare
@hbollon hbollon released this 07 Sep 18:17
· 52 commits to master since this release

Changelog :

Added :

  • Jaro & Jaro-Winkler similarity algorithms
  • Similarity percentage calculation for all algorithms
  • LCS Backtrack/BacktrackAll functions
  • LCS Diff function

Misc :

  • Created Go module + TravisCI config
  • Unit tests for all new functions + new test cases for existing ones (still 100% covered)

Changed :

  • Refactor few functions
  • Deleted useless matrix instanciations
  • Merged test files to separate folder