summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRocky Madden <git@rockymadden.com>2013-01-14 07:41:45 -0700
committerRocky Madden <git@rockymadden.com>2013-01-14 07:41:45 -0700
commitf9283e2cd94e9db0c052c8b10fbdb0274991ba99 (patch)
tree64c2abcf514805ef23b48d5e211ea8870b64ef63
parenta21c0205d2d4daae22b68a0b6b06df36549f8522 (diff)
downloadstringmetric-f9283e2cd94e9db0c052c8b10fbdb0274991ba99.tar.gz
stringmetric-f9283e2cd94e9db0c052c8b10fbdb0274991ba99.tar.bz2
stringmetric-f9283e2cd94e9db0c052c8b10fbdb0274991ba99.zip
Added record linkage application.
-rwxr-xr-xreadme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index 7cc0dd8..2c63f42 100755
--- a/readme.md
+++ b/readme.md
@@ -1,5 +1,5 @@
#stringmetric [![Build Status](https://travis-ci.org/rockymadden/stringmetric.png?branch=master)](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 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).
+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, data deduplication, and record linkage. 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)