summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRocky Madden <git@rockymadden.com>2013-01-08 22:29:29 -0700
committerRocky Madden <git@rockymadden.com>2013-01-08 22:29:29 -0700
commit5ba0d76e0266b6ad7ac9b1d3db4e04f04550ef50 (patch)
treea32ee3747aec9fcb8984f874e67d4b643764f38d
parent98dc46ee47e739459e095ed77929fe201fce278b (diff)
downloadstringmetric-5ba0d76e0266b6ad7ac9b1d3db4e04f04550ef50.tar.gz
stringmetric-5ba0d76e0266b6ad7ac9b1d3db4e04f04550ef50.tar.bz2
stringmetric-5ba0d76e0266b6ad7ac9b1d3db4e04f04550ef50.zip
Added link to overview image.
-rwxr-xr-xreadme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index 2531ce0..4e7b665 100755
--- a/readme.md
+++ b/readme.md
@@ -1,7 +1,7 @@
#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).
-![stringmetric](http://dl.dropbox.com/u/51819310/stringmetric.png)
+[![stringmetric](http://dl.dropbox.com/u/51819310/stringmetric.png)](http://dl.dropbox.com/u/51819310/stringmetric.png)
## Metrics and Algorithms
* __[Dice / Sorensen](http://en.wikipedia.org/wiki/Dice%27s_coefficient)__ (Similarity metric)