Merge pull request #8 from baggepinnen/patch-1

Update README.md
pull/17/head
Matthieu Gomez 2018-10-13 07:49:17 -04:00 committed by GitHub
commit ca09c2b6fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ evaluate(Levenshtein(), "New York", "New York")
As a rule of thumb,
- Standardize strings before comparing them (cases, whitespaces, accents, abbreviations...)
- Don't use one of the Edit distances if word order do not matter.
- Only consider using one of the Edit distances if word order matters.
- The distance `Tokenmax(RatcliffObershelp())` is a good choice to link names or adresses across datasets.
## References