From 88df46498b3b178c0169e91284fe1fcfe0c97ec6 Mon Sep 17 00:00:00 2001 From: matthieugomez Date: Thu, 22 Oct 2015 12:28:09 -0400 Subject: [PATCH] readme --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4375cd2..3270e33 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # StringDistances String Distances in Julia --[x] Hamming Distance --[x] Jaro distance --[x] Jaro-Winkler Distance --[x] Levenshtein distance --[] Damerau-Levenshtein Distance --[] qgram +- [x] Hamming Distance +- [x] Jaro distance +- [x] Jaro-Winkler Distance +- [x] Levenshtein distance +- [] Damerau-Levenshtein Distance +- [] qgram Examples