搜索资源列表
java
- 采用标准的 Levenshtein Distance 算法计算两个文件的相似度。 2。 程序使用简单。选入多个文件,然后按分析便个分析出两个文-Standard Levenshtein Distance algorithm for calculating the similarity of two documents. 2. Using a simple procedure. Selected multiple files, and then analyzed by analysis of tw
LevenshteinSuggestionFormatter
- Suggestion formatter using the Levenshtein distance (minumum edit distance) to calculate the formatting.
LevenshteinFormatterTest
- Levenshtein Formatter Test extends Android Test Case Source Code for Andriod.
LD
- 用于计算矢量距离,用java实现。乐于与大家分享。-compute Levenshtein Distance(LD)
MyLevenshtein
- 基于Levenshtein Distance算法计算两个字符串的相似度-Levenshtein Distance algorithm based on the similarity of two strings
SpellChecker
- Spell checker using Levenshtein distance
myLevenshtein
- java实现莱文斯坦算法,计算相似度.莱文斯坦距离(LD)用于衡量两个字符串之间的相似度。 以下我们称这两个字符串分别为 s (原字符串) 和 t (目标字符串)。莱文斯坦距离被定义为 将字符串 s 变换为字符串 t 所需的删除、插入、替换操作的次数 。-java achieve Levenshtein algorithm to calculate the similarity. Levenshtein distance (LD) is used to measure the similarit