summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorRocky Madden <git@rockymadden.com>2012-11-04 19:30:17 -0700
committerRocky Madden <git@rockymadden.com>2012-11-04 19:30:17 -0700
commit46902b79562e7df92b05c73346be79b6e80d8c03 (patch)
tree681c6f991371fb8dead13949c87d830dd03b715d /readme.md
parent72d88de258e6665fcfebabe6be200a27524fc016 (diff)
downloadstringmetric-46902b79562e7df92b05c73346be79b6e80d8c03.tar.gz
stringmetric-46902b79562e7df92b05c73346be79b6e80d8c03.tar.bz2
stringmetric-46902b79562e7df92b05c73346be79b6e80d8c03.zip
Created WeightedLevenshtein metric, command, specs, and supporting code.
Diffstat (limited to 'readme.md')
-rwxr-xr-xreadme.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index 92cc9d6..38100a2 100755
--- a/readme.md
+++ b/readme.md
@@ -29,6 +29,9 @@ A collection of string metrics and phonetic algorithms implemented in Scala. All
* __[Soundex](http://en.wikipedia.org/wiki/Soundex)__
* API: org.hashtree.stringmetric.phonetic.SoundexMetric and org.hashtree.stringmetric.phonetic.SoundexAlgorithm
* CLI: soundexMetric and soundexAlgorithm
+* __Weighted Levenshtein__
+ * API: org.hashtree.stringmetric.similarity.WeightedLevenshteinMetric
+ * CLI: weightedLevenshteinMetric
## Filters
Filters, which can optionally be applied, clean up arguments prior to evaluation. Filtering rules can be composed via trait decoration.