Update README.md

This commit is contained in:
Harry Stuart 2022-12-07 21:03:40 +11:00 committed by GitHub
parent 37e865cab7
commit 36fe973f05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ NormNumSuM (Normalised Number of Substring Movements) is a string comparison alg
Most existing string comparison algorithms, such as Levenshtein Distance, assert that the two strings should be "similar from left to right". These common algorithms are unsuitable for situations where one is looking to compare string similarity at the token level, where the order of tokens is less important. Rather than naively comparing tokens (where misspellings can be detrimental if token comparison is binary), the proposed substring approach allows for a more continous measure of similarity between strings at the token level. This is also a very lightweight approach relative to mechanisms employing semantic analysis.
Below are some example results (lower is better.)
Below are some example results (lower score is better.)
```