The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "UGEXE"

Text::Fuzzy - Partial string matching using edit distances River stage one • 5 direct dependents • 7 total dependents

This module calculates edit distances between words, and searches arrays and files to find the nearest entry by edit distance. It handles both byte strings and character strings (strings containing Unicode), treating each Unicode character as a singl...

BKB/Text-Fuzzy-0.29 - 10 Dec 2020 05:39:33 UTC - Search in distribution

Text::Fuzzy::PP - partial or fuzzy string matching using edit distances (Pure Perl) River stage one • 1 direct dependent • 1 total dependent

This module is a drop in, pure perl, substitute for Text::Fuzzy. All documentation is taken directly from Text::Fuzzy. This module calculates the Levenshtein edit distance between words, and does edit-distance-based searching of arrays and files to f...

UGEXE/Text-Fuzzy-PP-0.01 - 04 Apr 2013 02:58:01 UTC - Search in distribution

Dist::Zilla::TravisCI - Travis CI plugins for your DZIL-based distribution River stage one • 4 direct dependents • 6 total dependents

What is Travis CI? Travis CI <https://travis-ci.org/> is pure awesome! Travis is a free and open source CI platform that hooks directly into GitHub <https://github.com/>. It's extremely easy to configure, tests on every major 5.10+ Perl version, and ...

BBYRD/Dist-Zilla-TravisCI-1.15 - 11 Apr 2015 14:42:53 UTC - Search in distribution

Text::Levenshtein::Damerau - Damerau Levenshtein edit distance. River stage one • 1 direct dependent • 2 total dependents

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, but has an XS addon Text::L...

UGEXE/Text-Levenshtein-Damerau-0.41 - 15 Jun 2013 02:59:46 UTC - Search in distribution

Acme::CPANModules::XSVersions - List of Perl modules which have XS implementation or backend River stage one • 1 direct dependent • 1 total dependent

This list catalogs (pure-) Perl modules that have their XS counterparts ("fast versions"), usually in separate distributions so the installation of the XS version is optional. The two versions of the modules provide the same interface. When the two m...

PERLANCAR/Acme-CPANModules-XSVersions-0.004 - 05 Sep 2023 01:48:32 UTC - Search in distribution

Alien::SeqAlignment::edlib - find, build and install the edlib library River stage zero No dependents

This distribution provides edlib so that it can be used by other Perl distributions that are on CPAN. The source code will be downloaded from the edlib github repo, and if that fails it will use the location of a fork but the author of this module. C...

CHRISARG/Alien-SeqAlignment-edlib-0.09 - 24 Mar 2024 04:24:42 UTC - Search in distribution

Acme::CPANModules::Similarity - List of modules to finding similarity between stuffs River stage zero No dependents

** Between arrays/bags/sets Algorithm::HowSimilar uses Algorithm::Diff to calculate similarity between two arrays. It can also calculate similarity between two strings. Bag::Similarity Set::Jaccard::SimilarityCoefficient Set::Partitions::Similarity S...

PERLANCAR/Acme-CPANModules-Similarity-0.001 - 27 Jan 2024 00:06:16 UTC - Search in distribution

Catalyst::View::GD::Thumbnail - Catalyst view to resize images for thumbnails River stage zero No dependents

Catalyst::View::GD::Thumbnail resizes images to produce thumbnails, with options to set the desired x or y dimensions. Uses the GD image library for those who are already using something more advanced than Imager. Options The view is controlled by se...

UGEXE/Catalyst-View-GD-Thumbnail-0.14 - 27 Jan 2016 21:08:23 UTC - Search in distribution

Text::Levenshtein::Damerau::XS - XS Damerau Levenshtein edit distance. River stage one • 1 direct dependent • 2 total dependents

Returns the true Damerau Levenshtein edit distance of strings with adjacent transpositions. XS implementation (requires a C compiler). Works correctly with utf8. use Text::Levenshtein::Damerau::XS qw/xs_edistance/; use utf8; xs_edistance('ⓕⓞⓤⓡ','ⓕⓤⓞⓡ...

UGEXE/Text-Levenshtein-Damerau-XS-3.2 - 10 Feb 2017 19:31:23 UTC - Search in distribution

Text::Levenshtein::XS - Calculate edit distance based on insertion, deletion, and substitution River stage one • 4 direct dependents • 6 total dependents

Returns the number of edits (insert,delete,substitute) required to turn the source string into the target string. XS implementation (requires a C compiler). Works correctly with utf8. use Text::Levenshtein::XS qw/distance/; use utf8; distance('ⓕⓞⓤⓡ',...

UGEXE/Text-Levenshtein-XS-0.503 - 27 Jan 2016 21:08:46 UTC - Search in distribution
10 results (0.022 seconds)