summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorRocky Madden <git@rockymadden.com>2013-01-10 21:33:43 -0700
committerRocky Madden <git@rockymadden.com>2013-01-12 10:02:18 -0700
commit56b500ff29e12d5d63abded42d1124259f14583a (patch)
tree2f5ff3b87962678744074a03dda4cac666960a01 /readme.md
parentc0db60eef9a20484d1a20a8b61bd376cbbf9dfd3 (diff)
downloadstringmetric-56b500ff29e12d5d63abded42d1124259f14583a.tar.gz
stringmetric-56b500ff29e12d5d63abded42d1124259f14583a.tar.bz2
stringmetric-56b500ff29e12d5d63abded42d1124259f14583a.zip
Cleaned up sentence.
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 c58bdc7..a8d0c21 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 Scala library of string metrics and phonetic algorithms. It provides implementations to perform approximate string matching, fuzzy searching, measurement of string similarity and/or dissimilarity, word pronunciation, and more. Common applications of said metrics and algorithms include spell checkers, search algorithms, plagiarism detection, fraud detection, and data deduplication. In addition to the core library, each metric and algorithm has a command line interface, is thoroughly unit tested, and performant (verified via microbenchmark suites).
+A Scala library of string metrics and phonetic algorithms. It provides implementations to perform approximate string matching, fuzzy searching, measurement of strings similarity, indexing by word pronunciation, and more. Common applications of said metrics and algorithms include spell checkers, search algorithms, plagiarism detection, fraud detection, and data deduplication. In addition to the core library, each metric and algorithm has a command line interface, is thoroughly unit tested, and performant (verified via microbenchmark suites).
[![stringmetric](http://dl.dropbox.com/u/51819310/stringmetric.png)](http://dl.dropbox.com/u/51819310/stringmetric.png)