pull/17/head
matthieugomez 2019-08-19 14:04:55 -04:00
parent 7edca83311
commit c2a6fea477
2 changed files with 3 additions and 2 deletions

View File

@ -11,6 +11,7 @@ end
@time f(Hamming(), x, y)
@time f(Jaro(), x, y)
@time f(Jaro(), x, y; min_dist = 0.9)
@time f(Winkler(Jaro()), x, y; min_dist = 0.9)
@time f(Levenshtein(), x, y)
# 0.3s. A bit faster than StringDist