From 8d629c1f2d68ba923e1ce450dc5ed23686cf1caf Mon Sep 17 00:00:00 2001 From: Fredrik Bagge Carlson Date: Sat, 13 Oct 2018 08:25:42 +0200 Subject: [PATCH] Update README.md Removed double negation to make the sentence easier to parse --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 91ff44b..4193b71 100644 --- a/README.md +++ b/README.md @@ -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