libtext-levenshtein-damerau-perl 0.41-1 source package in Ubuntu
Changelog
libtext-levenshtein-damerau-perl (0.41-1) unstable; urgency=low * Initial Release. (Closes: #792488) -- Dominique Dumont <email address hidden> Wed, 15 Jul 2015 19:49:19 +0200
Upload details
- Uploaded by:
- Debian Perl Group
- Uploaded to:
- Sid
- Original maintainer:
- Debian Perl Group
- Architectures:
- all
- Section:
- misc
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Focal | release | universe | misc | |
Bionic | release | universe | misc | |
Xenial | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libtext-levenshtein-damerau-perl_0.41-1.dsc | 2.2 KiB | 7be424d766733305152f52ae47986d6c74c59bae5a0d4e483ea5b342788d0096 |
libtext-levenshtein-damerau-perl_0.41.orig.tar.gz | 14.6 KiB | 3e7d14fa97f31f4862eaf24fa5fa24892aaeb7b363e15222dcdcc82a7caf5e50 |
libtext-levenshtein-damerau-perl_0.41-1.debian.tar.xz | 1.6 KiB | 1060f66dcdb184e6800e8b9475466d2afb900625c7bf87d2d3ae06e1bf34545d |
No changes file available.
Binary packages built by this source
- libtext-levenshtein-damerau-perl: Edit distance calculator with Damerau Levenshtein algorithm
Text::
Levenshtein: :Damerau module returns the true Damerau Levenshtein
edit distance of strings with adjacent transpositions. Useful for
fuzzy matching, DNA variation metrics, and fraud detection.
.
Defaults to using Pure Perl Text::Levenshtein::Damerau: :PP. This
module can use Text::Levenshtein::Damerau: :XS for massive speed
improvements. Works correctly with utf8 if backend supports it.