summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorRocky Madden <git@rockymadden.com>2013-01-24 14:28:22 -0700
committerRocky Madden <git@rockymadden.com>2013-01-24 14:28:22 -0700
commit64e8081d3b438172e5a65bc1c88429072912a794 (patch)
tree2f6c6480451f3c75d79401956c81762ea1862e33 /readme.md
parent37e3b11c7785999feba865d49b40aabcc6363c9c (diff)
downloadstringmetric-64e8081d3b438172e5a65bc1c88429072912a794.tar.gz
stringmetric-64e8081d3b438172e5a65bc1c88429072912a794.tar.bz2
stringmetric-64e8081d3b438172e5a65bc1c88429072912a794.zip
Updated tagline.
Diffstat (limited to 'readme.md')
-rwxr-xr-xreadme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index aeb14c2..c8cc15f 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)
-String metrics and phonetic algorithms implemented in Scala. The library provides facilities to perform approximate string matching, measurement of string similarity/distance, indexing by word pronunciation, and sounds-like comparisons. In addition to the core library, each metric and algorithm has a command line interface. Heavy emphasis is placed on unit testing and performance (verified via microbenchmark suites).
+String metrics and phonetic algorithms for Scala. The library provides facilities to perform approximate string matching, measurement of string similarity/distance, indexing by word pronunciation, and sounds-like comparisons. In addition to the core library, each metric and algorithm has a command line interface. Heavy emphasis is placed on unit testing and performance (verified via microbenchmark suites).
## Metrics and Algorithms
* __[Dice / Sorensen](http://en.wikipedia.org/wiki/Dice%27s_coefficient)__ (Similarity metric)