summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorRocky Madden <git@rockymadden.com>2012-10-07 02:40:07 -0600
committerRocky Madden <git@rockymadden.com>2012-10-07 02:40:07 -0600
commit2a5145f7280fac663a07c0585be51b7b03d485b9 (patch)
tree79f88ea4cee9887db9145783759dc229f6ab9086 /readme.md
parent3fca0f2f4c3ca58a8e043ae56752fd90f550ac9e (diff)
downloadstringmetric-2a5145f7280fac663a07c0585be51b7b03d485b9.tar.gz
stringmetric-2a5145f7280fac663a07c0585be51b7b03d485b9.tar.bz2
stringmetric-2a5145f7280fac663a07c0585be51b7b03d485b9.zip
Added JaroMetric and spec. Also created CLI and spec for metric.
Diffstat (limited to 'readme.md')
-rwxr-xr-xreadme.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index 399014f..56b6010 100755
--- a/readme.md
+++ b/readme.md
@@ -1,6 +1,7 @@
#stringmetric
A collection of string metrics implemented in Scala. Includes a light-weight core API and CLI for each string metric. The following string metrics are currently supported:
+* Jaro
* Jaro-Winkler
## Building the API