搜索资源列表
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
med
- 最小编辑距离,可以计算2个字符串的相似度,用于语音文档检索-Minimum edit distance between two strings can calculate the similarity for retrieval of voice files
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
computer-str
- 计算字符串的相似度,许多程序会大量使用字符串,对于任意两个字符串,能否写一个算法计算他们的相似度。-Computing string similarity, many programs will be extensive use of strings, for any two strings, can write an algorithm for calculating their similarity.
sim
- myCBR外部相似度方法的一段代码,适用于字符串类属性,query与case含有相同数目的"e"时返回1,否则返回0。-myCBR external similarity method for the string class attributes, query and the case containing the same number of "e" returns 1, otherwise it returns 0.
similarity
- 计算两个向量间的相似度,以及字符串去标点符号-Calculate the similarity between two vectors
stex
- 用于进行字符串的匹配查找,查找整个文件夹中的文本文件。并给出相应的相似度。-Search for the string matching to find an entire folder of text files. And the corresponding similarity.
ldistance
- 实现LV距离算法,可用于字符串等相似度的应用计算,是相似度的核心算法实现,共分7步-LV distance algorithm to achieve, can be used to calculate the string so the application of similarity is the similarity of the core algorithm, is divided into 7 steps
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)
contrast-the--file
- 自己输入两个字符串 可以比较他们的相似度 有多个字符相同 相似度是多少-自己输入两个字符串 可以比较他们的相似度 有多个字符相同 相似度是多少
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
alookup
- 自定义VBA函数,能自动计算字符串相似度,主要用于Excel数据录入的规范性检查。-Custom VBA function, can automatically calculate the string similarity, mainly for Excel normative data entry checks.
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
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.
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.)