CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Levenshtein Distance

搜索资源列表

  1. 文件相似度比较器

    1下载:
  2. 文件相似度比较器: 1。 采用标准的 Levenshtein Distance 算法计算两个文件的相似度。 2。 程序使用简单。选入多个文件,然后按分析便个分析出两个文件之间的相似程度。 3。 发现问题欢迎和我讨论。 E-mail: hackerqc@gmail.com-document similarity comparison : 1. Standard Levenshtein Distance algorithm similarity of the two documents.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:423.81kb
    • 提供者:覃超
  1. java

    0下载:
  2. 采用标准的 Levenshtein Distance 算法计算两个文件的相似度。 2。 程序使用简单。选入多个文件,然后按分析便个分析出两个文-Standard Levenshtein Distance algorithm for calculating the similarity of two documents. 2. Using a simple procedure. Selected multiple files, and then analyzed by analysis of tw
  3. 所属分类:Java Develop

    • 发布日期:2017-05-04
    • 文件大小:1.07mb
    • 提供者:jin
  1. DL-Dist

    0下载:
  2. [Damerau–Levenshtein distance] vb.net程式碼,內含兩Function,一個計算距離,一個計算相似度。-[Damerau–Levenshtein distance] Code of vb.net, contains two Function, one for the distance, another for similarity.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:1.01kb
    • 提供者:Chris
  1. L_A_distance

    0下载:
  2. Levenshtein 距离算法实现。Levenshtein 距离测量两个字符串的相近性-The "Levenshtein distance" is a measure of the similarity between two strings, this algorithm is also refered to as "edit distance".
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:18.86kb
    • 提供者:peter
  1. distance

    0下载:
  2. Implementation of Levenshtein distance
  3. 所属分类:Compiler program

  1. LevenshteinDistance

    0下载:
  2. Method to Compute Levenshtein distance
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:665byte
    • 提供者:Andr茅
  1. 3

    0下载:
  2. The Levenshtein Distance between two strings a, b is the number of changes to transform one string into another. For example to transform mouse into house would take 1 (change the m to an h). If the strings are different length then either characters
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:4.12kb
    • 提供者:ed
  1. LD

    0下载:
  2. 又称Levenshtein距离(也叫做Edit Distance),是指两个字串之间,由一个转成另一个所需的最少编辑操作次数。许可的编辑操作包括将一个字符替换成另一个字符,插入一个字符,删除一个字符。 -Also known as Levenshtein distance (also known as Edit Distance), is between two strings, one by one turned into the minimum required number of edit
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:171.42kb
    • 提供者:zdl
  1. Levenshtein-Distance

    0下载:
  2. 验证码识别,字符串相似度算法(编辑距离算法 Levenshtein Distance)-Verification code identification, string similarity algorithm (edit Distance algorithm Levenshtein Distance)
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-31
    • 文件大小:483.2kb
    • 提供者:
  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. SimilarityLYG

    0下载:
  2. /** * @作者:刘亚歌 * @日期时间:2012-5-24 下午06:45:47 * @描述:编辑距离的算法是首先由俄国科学家Levenshtein提出的,故又叫Levenshtein Distance。 */-/*** @ Author: Liu Ya Song* @ Date Time :2012-5-afternoon 24 06:45:47* @ descr iption: the edit distance algorithm is first p
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:1.19kb
    • 提供者:流云
  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. Levenshtein-Distance

    0下载:
  2. 在日常应用中,文本比较是一个比较常见的问题。文本比较算法也是一个老生常谈的话题-In everyday applications, the text comparison, is a relatively common problem of text comparison algorithm is a cliche topic
  3. 所属分类:software engineering

    • 发布日期:2017-11-08
    • 文件大小:18.95kb
    • 提供者:李浩
  1. LevenshteinSuggestionFormatter

    0下载:
  2. Suggestion formatter using the Levenshtein distance (minumum edit distance) to calculate the formatting.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-11
    • 文件大小:1.41kb
    • 提供者:haocouter
  1. LD

    0下载:
  2. 用于计算矢量距离,用java实现。乐于与大家分享。-compute Levenshtein Distance(LD)
  3. 所属分类:Java Develop

    • 发布日期:2017-04-11
    • 文件大小:776byte
    • 提供者:NIck
  1. MyLevenshtein

    0下载:
  2. 基于Levenshtein Distance算法计算两个字符串的相似度-Levenshtein Distance algorithm based on the similarity of two strings
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:1.32kb
    • 提供者:于文峰
  1. LevenshteinDistance

    0下载:
  2. This class represents the matrix used in the Levenshtein distance algorithm, together with the algorithm itself which operates on the matrix.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1.71kb
    • 提供者:founiutiu
  1. levenshtein

    0下载:
  2. This function implements the Damerau-Levenshtein algorithm to calculate a distance between strings.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1.37kb
    • 提供者:tlrunfm
  1. SpellChecker

    0下载:
  2. Spell checker using Levenshtein distance
  3. 所属分类:JavaScript

    • 发布日期:2017-04-13
    • 文件大小:2.17kb
    • 提供者:febee
  1. levenshtein

    0下载:
  2. This function implements the Damerau-Levenshtein algorithm to calculate a distance between strings.
  3. 所属分类:Linux-Unix program

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