Update README.md

Removed double negation to make the sentence easier to parse
pull/8/head
Fredrik Bagge Carlson 2018-10-13 08:25:42 +02:00 committed by GitHub
parent 314a83e953
commit 8d629c1f2d
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