summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRocky Madden <git@rockymadden.com>2013-01-23 13:10:58 -0700
committerRocky Madden <git@rockymadden.com>2013-01-23 13:10:58 -0700
commit9bc91fe2321dd50cac4b7b0c4ab167b4c18b5629 (patch)
treee67c92b29cb962696eaa61f7759fa4335c6e1523
parentde93f9f31d2c9f43533a1be16ed4b8f5a5173336 (diff)
downloadstringmetric-9bc91fe2321dd50cac4b7b0c4ab167b4c18b5629.tar.gz
stringmetric-9bc91fe2321dd50cac4b7b0c4ab167b4c18b5629.tar.bz2
stringmetric-9bc91fe2321dd50cac4b7b0c4ab167b4c18b5629.zip
No more visualization.
-rwxr-xr-xreadme.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/readme.md b/readme.md
index 59855b0..a3bbd57 100755
--- a/readme.md
+++ b/readme.md
@@ -16,9 +16,6 @@ A Scala library of string metrics and phonetic algorithms. It provides implement
* __[Soundex](http://en.wikipedia.org/wiki/Soundex)__ (Phonetic metric and algorithm)
* __Weighted Levenshtein__ (Similarity metric)
-## Visualization
-[![stringmetric](http://dl.dropbox.com/u/51819310/stringmetric.png)](http://dl.dropbox.com/u/51819310/stringmetric.png)
-
## Using the Core
Basic example with no filtering:
```scala