summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorRocky Madden <git@rockymadden.com>2013-01-08 11:24:03 -0700
committerRocky Madden <git@rockymadden.com>2013-01-08 11:24:03 -0700
commit23ace3444ddc0fbfbf8f8b054d3f4440fbd8adb0 (patch)
treeb35ad686d0b75f855132bf21aa759bceb20de6ea /readme.md
parent0dde409a37a025e4697b543a45373fc61c87c6d7 (diff)
downloadstringmetric-23ace3444ddc0fbfbf8f8b054d3f4440fbd8adb0.tar.gz
stringmetric-23ace3444ddc0fbfbf8f8b054d3f4440fbd8adb0.tar.bz2
stringmetric-23ace3444ddc0fbfbf8f8b054d3f4440fbd8adb0.zip
Cleaned up common applications.
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 86654c8..b25c98b 100755
--- a/readme.md
+++ b/readme.md
@@ -1,5 +1,6 @@
#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 functionality, plagiarism detection, fraud detection, data deduplication, and data mining. 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 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).
+
![stringmetric](http://dl.dropbox.com/u/51819310/stringmetric.png)
## Metrics and Algorithms