Skip to content

Commit 14128b3

Browse files
authored
Merge pull request #33 from dwiajik/master
Fix typo 'developped'
2 parents cb812e8 + 7e232e7 commit 14128b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ Distance is computed as 1 - cosine similarity.
447447
## Experimental
448448

449449
### SIFT4
450-
SIFT4 is a general purpose string distance algorithm inspired by JaroWinkler and Longest Common Subsequence. It was developped to produce a distance measure that matches as close as possible to the human perception of string distance. Hence it takes into account elements like character substitution, character distance, longest common subsequence etc. It was developped using experimental testing, and without theoretical background.
450+
SIFT4 is a general purpose string distance algorithm inspired by JaroWinkler and Longest Common Subsequence. It was developed to produce a distance measure that matches as close as possible to the human perception of string distance. Hence it takes into account elements like character substitution, character distance, longest common subsequence etc. It was developed using experimental testing, and without theoretical background.
451451

452452
```
453453
import info.debatty.java.stringsimilarity.experimental.Sift4;

0 commit comments

Comments
 (0)