From 72dfa5ebe75b707f192cbe65c23393d08dbd8f8a Mon Sep 17 00:00:00 2001 From: Rocky Madden Date: Sun, 18 Nov 2012 19:31:32 -0700 Subject: Created refined NYSIIS algorithm, metric, commands, and specs. --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'readme.md') 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 -- cgit v1.2.3