当前位置:
首页 资源下载
搜索资源 - edit distance java
搜索资源列表
-
0下载:
这是一个中文拼音输入法的Java实现,基于HMM模型,无词典,能完成拼音转汉字,和汉字转拼音的任务,并结合Edit Distance使其具有中文输入纠错功能。-This is a Chinese Pinyin input method of the Java implementation of HMM-based model, no dictionary, to complete Pinyin turn Chinese characters, Pinyin and Chinese charact
-
-
0下载:
数据清理中编辑距离的应用及Java编程实现,讲解深入浅出-Data cleaning edit distance application and Java programming implementation, explaining in layman' s language
-
-
0下载:
java code implement minimum edit distance
-
-
0下载:
Edit Distance algorithm between two srings.
-
-
0下载:
java based edit distance program
-
-
0下载:
Edit Distance algorithm implemented en java
-
-
1下载:
一些经典算法的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
-
-
0下载:
java实现编辑距离计算,简单易懂levenstain算法-java implementation edit distance calculation algorithm is simple and understandable levenstain
-
-
0下载:
这个程序是用java语言编写的,主要是对编辑距离算法的实现。在程序中输入两个字符串,可以有效据算这两个字符串之间的编辑距离。-This procedure is used java language, mainly on the edit distance algorithm. Enter the two strings in the program, which can be effectively calculated according to the edit distance betwe
-
-
0下载:
edit distance code,JAVA,-edit distance code, JAVA, reprinted others
-
-
0下载:
java语言实现的文本分类的第一步,替换一个词语的最小代价,即为最小编辑距离-java implement the minimum edit distance
-
-
0下载:
动态规划中编辑距离算法的实现,使用JAVA语言。(The implementation of the edit distance algorithm in dynamic programming, using the JAVA language.)
-