summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorRocky Madden <git@rockymadden.com>2013-03-12 17:53:59 -0600
committerRocky Madden <git@rockymadden.com>2013-03-12 17:53:59 -0600
commitb848cf2945b0be8d9fad0e81d98deda78e7443dd (patch)
treebe4b6e8592c5166f4e9e162241b1e112f626e39d /readme.md
parentcd4919a5093b916e5f568734f8ec2e799aa1037a (diff)
downloadstringmetric-b848cf2945b0be8d9fad0e81d98deda78e7443dd.tar.gz
stringmetric-b848cf2945b0be8d9fad0e81d98deda78e7443dd.tar.bz2
stringmetric-b848cf2945b0be8d9fad0e81d98deda78e7443dd.zip
Created overlap metric, spec, benchmark, and CLI.
Diffstat (limited to 'readme.md')
-rwxr-xr-xreadme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index b82399a..7d3a4d5 100755
--- a/readme.md
+++ b/readme.md
@@ -15,7 +15,7 @@ String metrics and phonetic algorithms for Scala. The library provides facilitie
* __[Needleman-Wunch](http://en.wikipedia.org/wiki/Needleman%E2%80%93Wunsch_algorithm)__ (Queued similarity metric)
* __[N-Gram](http://en.wikipedia.org/wiki/N-gram)__ (Similarity metric and algorithm)
* __[NYSIIS](http://en.wikipedia.org/wiki/New_York_State_Identification_and_Intelligence_System)__ (Phonetic metric and algorithm)
-* __[Overlap](http://en.wikipedia.org/wiki/Overlap_coefficient)__ (Queued similarity metric)
+* __[Overlap](http://en.wikipedia.org/wiki/Overlap_coefficient)__ (Similarity metric)
* __[Ratcliff-Obershelp](http://xlinux.nist.gov/dads/HTML/ratcliffObershelp.html)__ (Similarity metric)
* __[Refined NYSIIS](http://www.markcrocker.com/rexxtipsntricks/rxtt28.2.0482.html)__ (Phonetic metric and algorithm)
* __[Refined Soundex](http://ntz-develop.blogspot.com/2011/03/phonetic-algorithms.html)__ (Phonetic metric and algorithm)