summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRocky Madden <git@rockymadden.com>2012-11-14 15:10:20 -0700
committerRocky Madden <git@rockymadden.com>2012-11-14 15:10:20 -0700
commit27c1b99614f7f03c34703f3e939f8fd62a5c4aa2 (patch)
treed9747f7685f1573ee59431add349bafe03578d7e
parent1545d27319a2883508db7f109af4c6dc0be82d24 (diff)
downloadstringmetric-27c1b99614f7f03c34703f3e939f8fd62a5c4aa2.tar.gz
stringmetric-27c1b99614f7f03c34703f3e939f8fd62a5c4aa2.tar.bz2
stringmetric-27c1b99614f7f03c34703f3e939f8fd62a5c4aa2.zip
Moved sentence up.
-rwxr-xr-xreadme.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/readme.md b/readme.md
index 8c8ecba..f4485e5 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.
+A small library of string metrics and phonetic algorithms implemented in Scala. Each string metric and supporting algorithm has a CLI.
* __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 a standalone algorithm counterpart.
@@ -7,8 +7,6 @@ A small library of string metrics and phonetic algorithms implemented in Scala.
* __Similarity algorithms__ provide a means to access underlying similarity metric functionality, when applicable. An example is the N-Gram algorithm, which provides a means to get n-grams for a given argument with a specific n.
* __Filters__, which can optionally be applied to metrics and algorithms, clean up arguments prior to evaluation. Filtering rules can easily be combined via trait stacking.
-Each string metric and supporting algorithm has a CLI.
-
## Metrics and Algorithms
* __[Dice / Sorensen](http://en.wikipedia.org/wiki/Dice%27s_coefficient)__ (Similarity metric)
* __[Hamming](http://en.wikipedia.org/wiki/Hamming_distance)__ (Similarity metric)