CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - edit distance

搜索资源列表

  1. javachinesepinyin-bundle

    0下载:
  2. 这是一个中文拼音输入法的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
  3. 所属分类:IME Develop

    • 发布日期:2017-05-26
    • 文件大小:8.35mb
    • 提供者:若若納风
  1. EditDistance

    0下载:
  2. 编写的原始编辑距离算法,做成了界面的形式。字符串等长部分用异或写的,字符串不等长是用编辑距离写的。-the original edit distance algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-21
    • 文件大小:5.97mb
    • 提供者:xingyu
  1. string

    0下载:
  2. 求字符串编辑距离 动态规划 设给定样本 ,样本P在文本T中的K-近似匹配(K-approximate match)是指P在T中包含最多K个差异的匹配,求K-For the string edit distance to the set of dynamic programming based sample, the sample P in the text T in the K-approximate match (K-approximate match) refers to P in T co
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-23
    • 文件大小:7.75kb
    • 提供者:郭涛
  1. StringPipei

    0下载:
  2. 实现编辑距离的功能,即给出两个字符串的匹配程度。-It is a good program about edit distance.It can give the similarity of two strings.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:689byte
    • 提供者:高进
  1. diot

    0下载:
  2. C语言实现编辑距离,实现两个字符串的比对,给出匹配程度-C language implementation Edit distance between two strings than the implementation right, give the degree of match
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:529byte
    • 提供者:高进
  1. StrMatch

    0下载:
  2. 采用编辑距离计算词语相似度方法程序,可以嵌入其它程序-Edit the word using a distance-based similarity method of procedure, can be embedded in other programs
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:855byte
    • 提供者:刘翔
  1. EditDistance

    0下载:
  2. C#的计算编辑距离的代码。可指定需要计算的区间以及操作代价函数。算法用动态规划方法实现。-C# Edit distance calculation code. Calculation required to specify the range and operating cost function. Algorithm using dynamic programming method.
  3. 所属分类:CSharp

    • 发布日期:2017-04-11
    • 文件大小:882byte
    • 提供者:杨歆汨
  1. med

    0下载:
  2. 最小编辑距离,可以计算2个字符串的相似度,用于语音文档检索-Minimum edit distance between two strings can calculate the similarity for retrieval of voice files
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:31.26kb
    • 提供者:zhu
  1. editdistance

    0下载:
  2. 编辑距离,未成功,想和各位同仁商议,请多指教-edit distance
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:602byte
    • 提供者:杨淑媛
  1. EditDistance

    0下载:
  2. 设A 和B 是2 个字符串。要用最少的字符操作将字符串A 转换为字符串B。这里所说的字符操作包括 (1)删除一个字符; (2)插入一个字符; (3)将一个字符改为另一个字符。 将字符串A变换为字符串B 所用的最少字符操作数称为字符串A到B 的编辑距离,记为d(A,B)。试设计一个有效算法,对任给的2 个字符串A和B,计算出它们的编辑距离d(A,B)。-For A and B are two strings. Operation to use at least the ch
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:863.63kb
    • 提供者:
  1. similarity

    0下载:
  2. 最大公共子串和字符编辑距离算法的类实现。 函数第一个参数是用来比较的字符串, 第二个参数是被比较的字符串。 lCommonStr第三个参数是前两个字符串的公共子串。-The largest common sub-string and the character edit distance algorithm to achieve the category. Function of the first parameter is used to compare the string, t
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:2.23kb
    • 提供者:尤凤凯
  1. min

    0下载:
  2. java code implement minimum edit distance
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1.77kb
    • 提供者:Nagaraj
  1. EditDistance

    0下载:
  2. Edit Distance algorithm between two srings.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:3.37kb
    • 提供者:saad
  1. EDIT_Distance

    0下载:
  2. 实现最小编辑距离算法,并给出完整的编辑过程,完整版源码,已调试通过-To achieve the minimum edit distance algorithm, and gives the complete editing process, full version of source code, has been debugging through the
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:495.47kb
    • 提供者:王贝
  1. editLenth

    0下载:
  2. 编辑距离算法的python源码,编辑距离,又称Levenshtein距离(也叫做Edit Distance),是指两个字串之间由一个转成另一个所需的最少编辑操作次数。许可的编辑操作包括将一个字符替换成另一个字符,插入一个字符,删除一个字符。-Levenshtein Distance Algorithm s python version The Levenshtein distance between two strings is defined as the minimum number o
  3. 所属分类:Other systems

    • 发布日期:2014-12-22
    • 文件大小:1kb
    • 提供者:大林
  1. Levenshtein-Distance

    0下载:
  2. SA算法实现编辑距离功能,压缩包内有两个版本,一个只实现编辑距离的求解,一个在实现编辑距离的计算同时,还将具体的编剧过程打印出来-Edit distance function SA algorithm, compressed package comes in two versions, one only solving edit distance, an edit distance calculation the same time, will also be specific screenwr
  3. 所属分类:Other systems

    • 发布日期:2017-11-11
    • 文件大小:10.95mb
    • 提供者:yuhuan
  1. edit-distance

    0下载:
  2. 计算两个拥有几万字符的文件的编辑距离的动态规划的代码-Calculate the edit distance two files with tens of thousands of characters of dynamic programming code
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-05
    • 文件大小:6.56mb
    • 提供者:马超
  1. edit-distance

    0下载:
  2. 该代码主要是用来计算两个句子之间的编辑距离-edit distance
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:593byte
    • 提供者:贺子宸
  1. distance

    0下载:
  2. 编辑距离 C的算法 大学作业平台题目 可能会有一些小瑕疵 不过能运行-The topic of university operation platform of edit distance algorithm of C may have some small flaws but can run
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:843byte
    • 提供者:ouyuyao
  1. String-edit-distance

    0下载:
  2. 经典的动态规划算法,利用动态规划思想实现字符串编辑距离,二维数组做为动态规划的存储空间,用来换取时间。-String edit distance
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:538byte
    • 提供者:
« 12 3 »
搜珍网 www.dssz.com