summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorRocky Madden <git@rockymadden.com>2012-11-18 19:31:32 -0700
committerRocky Madden <git@rockymadden.com>2012-11-18 19:31:32 -0700
commit72dfa5ebe75b707f192cbe65c23393d08dbd8f8a (patch)
treed14db05d2a671f9e6cf9c0cb4c139003f36a8e50 /readme.md
parenta40947a8554332e97d05db8850ab1b6cd0540d9a (diff)
downloadstringmetric-72dfa5ebe75b707f192cbe65c23393d08dbd8f8a.tar.gz
stringmetric-72dfa5ebe75b707f192cbe65c23393d08dbd8f8a.tar.bz2
stringmetric-72dfa5ebe75b707f192cbe65c23393d08dbd8f8a.zip
Created refined NYSIIS algorithm, metric, commands, and specs.
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 3207e32..2be2205 100755
--- a/readme.md
+++ b/readme.md
@@ -15,6 +15,7 @@ A small library of string metrics and phonetic algorithms. Each has a command li
* __[Metaphone](http://en.wikipedia.org/wiki/Metaphone)__ (Phonetic metric and algorithm)
* __[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)
+* __[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)
* __[Soundex](http://en.wikipedia.org/wiki/Soundex)__ (Phonetic metric and algorithm)
* __Weighted Levenshtein__ (Similarity metric)
@@ -106,7 +107,6 @@ metaphoneAlgorithm abc
* MongeElkan
* NeedlemanWunch
* Jaccard
-* Refined NYSIIS
* Double Metaphone
* Memoization decorator