搜索资源列表
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.
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.
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
UnCode
- 验证码识别,对于正规的数字验证码识别能达到100 ,同时加入了字符串的相似度匹配算法-Identification code validation for regular digital identification code validation can reach 100 , while adding a string similarity matching algorithm
StringCmp
- 你可以通过此段代码完成两个字符串之间的相似度的计算。然后根据相似度的值就可以判定两个字符串是不是匹配-You can finish the calculation of similarity between two strings by this code. Then according to the similarity values will be able to determine the two string matching is it right?
alookup
- 自定义VBA函数,能自动计算字符串相似度,主要用于Excel数据录入的规范性检查。-Custom VBA function, can automatically calculate the string similarity, mainly for Excel normative data entry checks.
jaccard-index
- 使用链表技术,实现字符串相似度计算,重复字母重复计算。-Use list technology, the realization of string similarity calculation, repetitive letter is calculated.
StringCom
- 基于B/S架构完成两个字符串的比较,分为文本比较以及字符串比较两种。VS2010下的工程文件,基于WEB页的文本比较源码,不仅能够完成相似度的计算而且可以给出两个文本的对比差异并用不同颜色区分。-a kind of source code for based on B/S arch to compare two strings , give the degree of similarity and show the difference between two strings with diff
similarity
- 求字符串s1和s2的最大公共字串,衡量文档的相似度,体现了词的顺序。-The biggest public string for strings s1 and s2, measure the similarity of document, embodies the word order.