summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorRocky Madden <git@rockymadden.com>2012-11-17 10:34:23 -0700
committerRocky Madden <git@rockymadden.com>2012-11-17 10:34:23 -0700
commit4c56d519849e321501331f7265c36e1d6442b76f (patch)
tree7daf960474da2f215d991980ffd441c0e6289031 /readme.md
parentfdbdb7d96de547976363c7608d22a99a59a786b0 (diff)
downloadstringmetric-4c56d519849e321501331f7265c36e1d6442b76f.tar.gz
stringmetric-4c56d519849e321501331f7265c36e1d6442b76f.tar.bz2
stringmetric-4c56d519849e321501331f7265c36e1d6442b76f.zip
Cleaned up overview.
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 a8250c1..f1d745c 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 implemented in Scala. Each metric and algorithm has a command line interface and [Google Caliper](http://code.google.com/p/caliper/) microbenchmark suite.
+A small library of string metrics and phonetic algorithms. Each has a command line interface and [Google Caliper](http://code.google.com/p/caliper/) microbenchmark suite.
* __Phonetic metrics__ determine if two arguments sound the same phonetically.
* __Phonetic algorithms__ provide a means to determine the phonetic representation of the argument passed. All phonetic metrics have an algorithm counterpart.