搜索资源列表
String-Similarity-0.02.tar
- 此程序是关于字符串 模糊相似度的计算程序(C语言)-this program is a string of vague similarity calculation procedures (C language)
Edit Distance算法
- 对模式识别中的字符串模板匹配问题进行的研究,设计了对任意字符串进行匹配和字符串相似度,即列文斯顿距离进行计算的算法-right pattern recognition template matching string for the research and design of the arbitrary strings and string matching similarity, Ken Livingstone distance calculation algorithm
similar
- 你可以通过此段代码完成两个字符串之间的相似度的计算。然后根据相似度的值就可以判定两个字符串是不是匹配-This code you can complete the similarity between two string calculations. Then the value of similarity can be found not to match two strings
stex
- 用于进行字符串的匹配查找,查找整个文件夹中的文本文件。并给出相应的相似度。-Search for the string matching to find an entire folder of text files. And the corresponding similarity.
zifuchuanxiangsidu
- 字符串相似度测量,利用相似度测量算法,比较两个字符串的相似度,并给出运行时间,采用java和jsp实现-String similarity measure
CompareText
- 比对两文本/字符串的相似度,利用LD矩阵算法-Compare two text/string similarity matrix algorithm using LD ..
Levenshtein-Distance
- 验证码识别,字符串相似度算法(编辑距离算法 Levenshtein Distance)-Verification code identification, string similarity algorithm (edit Distance algorithm Levenshtein Distance)
simhol
- java中的字符串相似度算法 -java string similarity algorithm
delphi
- delphi7.0 比较两字符串的相似程度,从而判断字符串相似度的优先级别-delphi7.0 compare the degree of similarity of the two strings in order to determine the priority of string similarity
ssl-distance-edit-cert
- 包含证书的解析、ssl通信测试、编辑距离算法求字符串相似度-Contains the certificate parsing, ssl communication test, edit distance algorithm for getting string similarity
HYPERLINK
- LD语句相似度计算,计算两字符串相似度算法-LD statements similarity calculation,To calculate the two string similarity algorithm
alookup
- 自定义VBA函数,能自动计算字符串相似度,主要用于Excel数据录入的规范性检查。-Custom VBA function, can automatically calculate the string similarity, mainly for Excel normative data entry checks.
EditDistanceSimilarityTest
- 基于编辑距离的字符串相似度检测算法的实现-Based on the similarity detection algorithm to achieve a string edit distance
levenshtein_src
- 快速,内存高效的Levenshtein字符串相似度算法。相比以前用矩阵的算法,此算法只需两个数组。速度不减,且大大优化了内存的使用。 http://www.codeproject.com/Articles/13525/Fast-memory-efficient-Levenshtein-algorithm-Fast, memory efficient Levenshtein algorithm http://www.codeproject.com/Articles/13525/Fast-m
similar
- java简单字符串相似度算法代码,结果返回字符串相似率-Java simple string similarity algorithm code
Distance
- 最小距离Java算法 用于计算字符串相似度-Java algorithm for calculating the minimum distance the string similarity
kgramjac
- 计算两个字符串的k-gram的jaccard系数,是信息检索理论判断两个字符串相似度的应用。-To calculate the jaccard value of the two strings, in terms of the k_gram theory.
jaccard-index
- 使用链表技术,实现字符串相似度计算,重复字母重复计算。-Use list technology, the realization of string similarity calculation, repetitive letter is calculated.
文本查重
- 类说明: 名称:Contrast 描述:用于两文本进行各种方法的相似度对比。 相似度对比方法: 1.EditDistance编辑距离 2.CosineSimilarAlgorithm余弦定理 3.JianDanMoHu模糊匹配 4.综合对比,三种方法皆对比一遍,取平局值 方法:String getDegree(文本1,文本2,使用方法id)返回值为:字符串型的,相似度百分比(Class descr iption: Name: Contrast Desc
RKRGST
- 用于字符串文本的匹配算法,融入了kr算法,hash函数映射的方法,缩短了计算时间成本。多用于抄袭相似度比对等领域(The matching algorithm for string texts incorporates the kr algorithm and the hash function mapping method, which reduces the computation time cost.)