summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorRocky Madden <git@rockymadden.com>2013-01-07 11:55:10 -0700
committerRocky Madden <git@rockymadden.com>2013-01-07 11:55:10 -0700
commit9853e523d71a08e3f3ece5c690ef46b439a94011 (patch)
tree207b078a85ccbd08e0ce1badd2936242632561c6 /readme.md
parent0cfb0cb1741fddd158cc611f3150d7387e2c88c9 (diff)
downloadstringmetric-9853e523d71a08e3f3ece5c690ef46b439a94011.tar.gz
stringmetric-9853e523d71a08e3f3ece5c690ef46b439a94011.tar.bz2
stringmetric-9853e523d71a08e3f3ece5c690ef46b439a94011.zip
Updated introduction.
Diffstat (limited to 'readme.md')
-rwxr-xr-xreadme.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index 6355350..9bd59e9 100755
--- a/readme.md
+++ b/readme.md
@@ -1,5 +1,5 @@
#stringmetric [![Build Status](https://secure.travis-ci.org/rockymadden/stringmetric.png)](http://travis-ci.org/rockymadden/stringmetric)
-A small library of string metrics and phonetic algorithms. Each has a command line interface, is thoroughly unit tested, and performant (verified via microbenchmark suites).
+A Scala library of string metrics and phonetic algorithms. Each has a command line interface, is thoroughly unit tested, and performant (verified via microbenchmark suites).
* __Similarity metrics__ determine the distance or coefficient between two arguments.
* __Phonetic metrics__ determine if two arguments sound the same phonetically.
@@ -103,6 +103,7 @@ $ gradle :stringmetric-cli:tar
* Gradle 1.x
## Todo
+* Scala 2.10.x
* SmithWaterman
* MongeElkan
* NeedlemanWunch