[ 源代码: ruby-levenshtein ]
软件包:ruby-levenshtein(0.2.2-3 以及其他的)
ruby-levenshtein 的相关链接
Debian 的资源:
下载源码包 ruby-levenshtein:
- [ruby-levenshtein_0.2.2-3.dsc]
- [ruby-levenshtein_0.2.2.orig.tar.gz]
- [ruby-levenshtein_0.2.2-3.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [www.erikveen.dds.nl]
相似软件包:
calculates the Levenshtein distance between two sequences
The Levenshtein distance is a metric for measuring the amount of difference between two sequences (i.e., the so called edit distance). The Levenshtein distance between two sequences is given by the minimum number of operations needed to transform one sequence into the other, where an operation is an insertion, deletion, or substitution of a single element.
This Ruby library can work on strings, arrays or any other objects provided the sequences respond to :each and the objects to :hash and :eql?.
其他与 ruby-levenshtein 有关的软件包
|
|
|
|
-
- dep: libc6 (>= 2.2.5)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: libruby3.1t64 (>= 3.1.0~preview1)
- Libraries necessary to run Ruby 3.1
-
- dep: ruby
- Interpreter of object-oriented scripting language Ruby (default version)
- 或者 ruby-interpreter
- 软件包暂时不可用