Update README.md

pull/17/head
matthieugomez 2019-08-20 13:22:49 -04:00
parent 318ede6665
commit e859329c27
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ find_all("New York", ["NewYork", "Newark", "San Francisco"], Levenshtein(); min_
#> "NewYork"
```
These functions are optimized for `Levenshtein` and `DamerauLevenshtein` distances (as well as their modifications via `Partial`, `TokenSort`, `TokenSet`, or `TokenMax`)
While these functions are defined for any distance, they are particularly optimized for `Levenshtein` and `DamerauLevenshtein` distances (as well as their modifications via `Partial`, `TokenSort`, `TokenSet`, or `TokenMax`)
## Which distance should I use?