summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorRocky Madden <git@rockymadden.com>2013-01-08 11:19:55 -0700
committerRocky Madden <git@rockymadden.com>2013-01-08 11:19:55 -0700
commit0dde409a37a025e4697b543a45373fc61c87c6d7 (patch)
tree4a76f728ef90146d367f92c1b5ebcf5dec12c074 /readme.md
parente5f996825d9ce6e3d12a093c063bf449e717e552 (diff)
downloadstringmetric-0dde409a37a025e4697b543a45373fc61c87c6d7.tar.gz
stringmetric-0dde409a37a025e4697b543a45373fc61c87c6d7.tar.bz2
stringmetric-0dde409a37a025e4697b543a45373fc61c87c6d7.zip
Fixed spelling issues.
Diffstat (limited to 'readme.md')
-rwxr-xr-xreadme.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/readme.md b/readme.md
index c7f7dfc..86654c8 100755
--- a/readme.md
+++ b/readme.md
@@ -1,6 +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 pronounciation, and more. Common applications of said metrics and algorithms include spell checkers, search functionality, plagirism 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 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).
![stringmetric](http://dl.dropbox.com/u/51819310/stringmetric.png)
## Metrics and Algorithms