搜索资源列表
EditDistance
- 实现编辑距离的计算,即字符串的匹配,支持汉字。
editdistance
- 数据清理中编辑距离的应用及Java编程实现,讲解深入浅出-Data cleaning edit distance application and Java programming implementation, explaining in layman' s language
editdistance
- 实现英语判断打分程序 采用编辑距离的方法实现的-English judge scoring procedures to achieve
Similarity
- 编辑距离就是用来计算从原串(s)转换到目标串(t)所需要的最少的插入,删除和替换的数目。-Edit distance is used to calculate the converted from the original string (s) to the target string (t) is the minimum needed to insert, delete, and the number of substitutions.
algorithm
- 一些经典算法的java实现:包括:二分查找,最优二搜索树,编辑距离,哈夫曼树,最长公共子序列,矩阵连乘问题,最短路径优先-Some classic algorithm java implementation: including: binary search, and optimal two search tree, the edit distance Huffman tree, the longest common subsequence matrix multiplicative Short
EditDistanceSimilarityTest
- 基于编辑距离的字符串相似度检测算法的实现-Based on the similarity detection algorithm to achieve a string edit distance
LevenshteinDistanceMetric
- 拼写校正,和中文句子对齐中常见的编辑距离算法的代码实现-the implentment of LevenshteinDistance
JessieMap
- 圆编辑插件 (AMap.CircleEditor)、折线、多边形编辑插件 (AMap.PolyEditor)、鼠标工具插件 (AMap.MouseTool)、距离量测插件 (AMap.RangingTool) 、地图类型切换插件 (AMap.MapType)。 以上插件,运用到javascr ipt中,实现画圆、折线图、多边形。-Circular editor (AMap.CircleEditor), polyline, polygon editor (AMap.PolyEditor), m
EditDistanceProblem
- 编辑距离问题的Java语言实现,包括算法文件和测试文件,解压后直接运行即可- U7F16 u8DD1 u8B1 u8B0 u5B0 u08H U538B u540E u76F4 u63A5 u8FD0 u884C u5373 u53EF
文本查重
- 类说明: 名称:Contrast 描述:用于两文本进行各种方法的相似度对比。 相似度对比方法: 1.EditDistance编辑距离 2.CosineSimilarAlgorithm余弦定理 3.JianDanMoHu模糊匹配 4.综合对比,三种方法皆对比一遍,取平局值 方法:String getDegree(文本1,文本2,使用方法id)返回值为:字符串型的,相似度百分比(Class descr iption: Name: Contrast Desc