GenericLevenshtein oz-generic-levenshtein

Group de.linuxusers.levenshtein
描述 YET ANOTHER IMPLEMENTATION OF LEVENSHTEIN DISTANCE GenericLevenshtein is an implementation of Minimum Edit Distance, also called Levenshtein Distance, written by Ramon Ziai and Niels Ott. This algorithm is very popular and it is often used to compute the similarity of strings. The difference in the presented implementation is that it can operate on sequences of any Java object implementing equals(Object). So no matter if you want to compare genome sequences or sequences of numbers, or just strings, here you go! Furthermore, the costs of the replace, insert, and delete operations can be customized by implementing the simple WeightCalculator<T> interface. In that case it is not a requirement to rely on equals(Object) as your implementation can do whatever you like it to do in oder to compa
Packaging jar
Size 10.25 KB
文件 pom jar
网址 http://niels.drni.de/s9y/pages/generic-levenshtein.html
发布时间 2012-09-11 23:44

dependencies

Group Artifact Version
junit junit 4.8.1

developers

Niels Ott
Ramon Ziai

licenses

Apache License 2.0 http://www.apache.org/licenses/LICENSE-2.0.txt
索引仓库
仓库 个数
Central 592045
7456198