summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorRocky Madden <git@rockymadden.com>2012-11-09 14:50:09 -0700
committerRocky Madden <git@rockymadden.com>2012-11-09 14:50:09 -0700
commit77d0cefc76a69c026970c0e03822b71e2ecdfdbf (patch)
treee2c11725989b3d2e49a47c42d1e78559949cdf3a /readme.md
parent85932b2f2fa635fcd83ae5a65114c103f103a353 (diff)
downloadstringmetric-77d0cefc76a69c026970c0e03822b71e2ecdfdbf.tar.gz
stringmetric-77d0cefc76a69c026970c0e03822b71e2ecdfdbf.tar.bz2
stringmetric-77d0cefc76a69c026970c0e03822b71e2ecdfdbf.zip
Added N-Gram information.
Diffstat (limited to 'readme.md')
-rwxr-xr-xreadme.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index 67d61c7..98870c3 100755
--- a/readme.md
+++ b/readme.md
@@ -20,6 +20,9 @@ A collection of string metrics implemented in Scala. All phonetic string metrics
* __[Metaphone](http://en.wikipedia.org/wiki/Metaphone)__
* API: org.hashtree.stringmetric.phonetic.MetaphoneMetric and org.hashtree.stringmetric.phonetic.MetaphoneAlgorithm
* CLI: metaphoneMetric and metaphoneAlgorithm
+* __[N-Gram](http://en.wikipedia.org/wiki/N-gram)__
+ * API: org.hashtree.stringmetric.similarity.NGramMetric and org.hashtree.stringmetric.similarity.NGramAlgorithm
+ * CLI: nGramMetric and nGramAlgorithm
* __[NYSIIS](http://en.wikipedia.org/wiki/New_York_State_Identification_and_Intelligence_System)__
* API: org.hashtree.stringmetric.phonetic.NysiisMetric and org.hashtree.stringmetric.phonetic.NysiisAlgorithm
* CLI: nysiisMetric and nysiisAlgorithm