CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - Levenshtein
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - Levenshtein - List
[
Other
]
文件相似度比较器
DL : 1
文件相似度比较器: 1。 采用标准的 Levenshtein Distance 算法计算两个文件的相似度。 2。 程序使用简单。选入多个文件,然后按分析便个分析出两个文件之间的相似程度。 3。 发现问题欢迎和我讨论。 E-mail: hackerqc@gmail.com-document similarity comparison : 1. Standard Levenshtein Distance algorithm similarity of the two documents. 2. The use of simple procedures. Elected to multiple files, then analyzes analysis of the two documents between the degree of similarity. 3. Discover and I welcome discussion. E-mail : hackerqc@gmail.com
Update
: 2008-10-13
Size
: 423.81kb
Publisher
:
覃超
[
MultiLanguage
]
simmetrics_src_v1_5_d06_06_06
DL : 0
SimMetrics is a Similarity Metric Library, e.g. from edit distance s (Levenshtein, Gotoh, Jaro etc) to other metrics, (e.g Soundex, Chapman). Work provided by UK Sheffield University funded by (AKT) an IRC sponsored by EPSRC, grant number GR/N15764/01.-SimMetrics is a similarity Metric Library , e.g. from edit distance s (Levenshtein. Gotoh, Jaro etc) to other metrics. (eg Soundex. Chapman). Work provided by UK Sheffield Univer Zuo funded by (AKT) an IRC sponsored by EPSRC. GR/N15764/01 grant number.
Update
: 2008-10-13
Size
: 119.13kb
Publisher
:
fu yuanbin
[
Other
]
文件相似度比较器
DL : 0
文件相似度比较器: 1。 采用标准的 Levenshtein Distance 算法计算两个文件的相似度。 2。 程序使用简单。选入多个文件,然后按分析便个分析出两个文件之间的相似程度。 3。 发现问题欢迎和我讨论。 E-mail: hackerqc@gmail.com-document similarity comparison : 1. Standard Levenshtein Distance algorithm similarity of the two documents. 2. The use of simple procedures. Elected to multiple files, then analyzes analysis of the two documents between the degree of similarity. 3. Discover and I welcome discussion. E-mail : hackerqc@gmail.com
Update
: 2025-02-17
Size
: 424kb
Publisher
:
覃超
[
MultiLanguage
]
simmetrics_src_v1_5_d06_06_06
DL : 0
SimMetrics is a Similarity Metric Library, e.g. from edit distance s (Levenshtein, Gotoh, Jaro etc) to other metrics, (e.g Soundex, Chapman). Work provided by UK Sheffield University funded by (AKT) an IRC sponsored by EPSRC, grant number GR/N15764/01.-SimMetrics is a similarity Metric Library , e.g. from edit distance s (Levenshtein. Gotoh, Jaro etc) to other metrics. (eg Soundex. Chapman). Work provided by UK Sheffield Univer Zuo funded by (AKT) an IRC sponsored by EPSRC. GR/N15764/01 grant number.
Update
: 2025-02-17
Size
: 119kb
Publisher
:
fu yuanbin
[
Algorithm
]
DL-Dist
DL : 0
[Damerau–Levenshtein distance] vb.net程式碼,內含兩Function,一個計算距離,一個計算相似度。-[Damerau–Levenshtein distance] Code of vb.net, contains two Function, one for the distance, another for similarity.
Update
: 2025-02-17
Size
: 1kb
Publisher
:
Chris
[
JSP/Java
]
java
DL : 0
采用标准的 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 two text
Update
: 2025-02-17
Size
: 1.08mb
Publisher
:
jin
[
Windows Develop
]
LevenshteinCompare
DL : 0
String comparaison based on levenshtein algorithm
Update
: 2025-02-17
Size
: 1kb
Publisher
:
morpheus3075
[
Data structs
]
L_A_distance
DL : 0
Levenshtein 距离算法实现。Levenshtein 距离测量两个字符串的相近性-The "Levenshtein distance" is a measure of the similarity between two strings, this algorithm is also refered to as "edit distance".
Update
: 2025-02-17
Size
: 19kb
Publisher
:
peter
[
ELanguage
]
distance
DL : 0
Implementation of Levenshtein distance
Update
: 2025-02-17
Size
: 10kb
Publisher
:
jean-pierrre azzi
[
AI-NN-PR
]
LevenshteinDistance
DL : 0
Method to Compute Levenshtein distance
Update
: 2025-02-17
Size
: 1kb
Publisher
:
Andr茅
[
Algorithm
]
Levenshtein
DL : 0
Algorithm Levenstein and recursive version this algorithm
Update
: 2025-02-17
Size
: 794kb
Publisher
:
mike
[
Algorithm
]
3
DL : 0
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 need to be added or removed. The total number of operations needed (inserts, deletes or changes) is the Levenshtein distance.
Update
: 2025-02-17
Size
: 4kb
Publisher
:
ed
[
Data structs
]
LD
DL : 0
又称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 editing operations. Editing operation permit include replacing one character to another character, insert a character, delete a character.
Update
: 2025-02-17
Size
: 171kb
Publisher
:
zdl
[
Graph Recognize
]
Levenshtein-Distance
DL : 0
验证码识别,字符串相似度算法(编辑距离算法 Levenshtein Distance)-Verification code identification, string similarity algorithm (edit Distance algorithm Levenshtein Distance)
Update
: 2025-02-17
Size
: 483kb
Publisher
:
[
Other
]
editLenth
DL : 1
编辑距离算法的python源码,编辑距离,又称Levenshtein距离(也叫做Edit Distance),是指两个字串之间由一个转成另一个所需的最少编辑操作次数。许可的编辑操作包括将一个字符替换成另一个字符,插入一个字符,删除一个字符。-Levenshtein Distance Algorithm s python version The Levenshtein distance between two strings is defined as the minimum number of edits needed to transform one string into the other, with the allowable edit operations being insertion, deletion, or substitution of a single character
Update
: 2025-02-17
Size
: 1kb
Publisher
:
大林
[
Algorithm
]
SimilarityLYG
DL : 0
/** * @作者:刘亚歌 * @日期时间:2012-5-24 下午06:45:47 * @描述:编辑距离的算法是首先由俄国科学家Levenshtein提出的,故又叫Levenshtein Distance。 */-/*** @ Author: Liu Ya Song* @ Date Time :2012-5-afternoon 24 06:45:47* @ description: the edit distance algorithm is first proposed by Russian scientists Levenshtein, it is also known as The Levenshtein Distance.* /
Update
: 2025-02-17
Size
: 1kb
Publisher
:
流云
[
Other
]
Levenshtein-Distance
DL : 0
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 screenwriter process print out
Update
: 2025-02-17
Size
: 10.95mb
Publisher
:
yuhuan
[
Software Engineering
]
Levenshtein-Distance
DL : 0
在日常应用中,文本比较是一个比较常见的问题。文本比较算法也是一个老生常谈的话题-In everyday applications, the text comparison, is a relatively common problem of text comparison algorithm is a cliche topic
Update
: 2025-02-17
Size
: 19kb
Publisher
:
李浩
[
Linux-Unix
]
levenshtein
DL : 0
This function implements the Damerau-Levenshtein algorithm to calculate a distance between strings.
Update
: 2025-02-17
Size
: 1kb
Publisher
:
tlrunfm
[
Linux-Unix
]
levenshtein
DL : 0
This function implements the Damerau-Levenshtein algorithm to calculate a distance between strings.
Update
: 2025-02-17
Size
: 1kb
Publisher
:
rengheiba
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.