Go to file
matthieugomez 6bb6d706aa add tests 2015-10-22 12:23:10 -04:00
src add tests 2015-10-22 12:23:10 -04:00
test add tests 2015-10-22 12:23:10 -04:00
.travis.yml first commit 2015-10-22 12:12:44 -04:00
LICENSE.md first commit 2015-10-22 12:12:44 -04:00
README.md add tests 2015-10-22 12:23:10 -04:00
REQUIRE first commit 2015-10-22 12:12:44 -04:00

README.md

StringDistances

String Distances in Julia

  • Hamming Distance
  • Jaro distance
  • Jaro-Winkler Distance. Options are p (scaling factor), b (boosting parameter), and minlen (minimum length for long string adjustment)
  • Levenshtein distance

To be implemented

  • Damerau-Levenshtein Distance
  • qgram