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

Search results for "WOLLMERS"

LCS - Longest Common Subsequence River stage one • 3 direct dependents • 4 total dependents

LCS is an implementation based on the traditional LCS algorithm. It contains reference implementations working slow but correct. Also some utility methods are added to reformat the result. CONSTRUCTOR new() Creates a new object which maintains intern...

WOLLMERS/LCS-0.11 - 25 Nov 2016 07:51:42 UTC - Search in distribution

AproJo - A time recording application based on Mojolicious River stage zero No dependents

AproJo is a Perl web application....

WOLLMERS/AproJo-0.015 - 19 Apr 2015 10:32:39 UTC - Search in distribution

LCS::BV - Bit Vector (BV) implementation of the Longest Common Subsequence (LCS) Algorithm River stage one • 1 direct dependent • 1 total dependent

CONSTRUCTOR new() Creates a new object which maintains internal storage areas for the LCS computation. Use one of these per concurrent LCS() call. METHODS LLCS(\@a,\@b) Return the length of a Longest Common Subsequence, taking two arrayrefs as method...

WOLLMERS/LCS-BV-0.14 - 24 Jun 2020 18:55:07 UTC - Search in distribution

Image::Seek - A port of ImgSeek to Perl River stage zero No dependents

ImgSeek (http://www.imgseek.net/) is an implementation of Haar wavelet decomposition techniques to find similar pictures in a library. This module is port of the ImgSeek library to Perl's XS. It can deal with image objects produced by the "Imager", "...

WOLLMERS/Image-Seek-0.06 - 30 Dec 2015 16:41:34 UTC - Search in distribution

Set::Similarity - similarity measures for sets River stage one • 2 direct dependents • 2 total dependents

This is the base class including mainly helper and convenience methods. Overlap coefficient ( A intersect B ) / min(A,B) Jaccard Index The Jaccard coefficient measures similarity between sample sets, and is defined as the size of the intersection div...

WOLLMERS/Set-Similarity-0.027 - 06 Aug 2020 16:38:40 UTC - Search in distribution

Wcpancover - Web-Interface to cpancover.com River stage zero No dependents

Wcpancover is a Perl web apllication....

WOLLMERS/Wcpancover-0.02 - 17 Apr 2015 15:17:52 UTC - Search in distribution

Lingua::Stem::Cistem - CISTEM Stemmer for German River stage zero No dependents

This is the CISTEM stemmer for German based on the "OFFICIAL IMPLEMENTATION". Typically stemmers are used in applications like Information Retrieval, Keyword Extraction or Topic Matching. It applies the CISTEM stemming algorithm to a word, returning ...

WOLLMERS/Lingua-Stem-Cistem-0.08 - 06 Aug 2020 16:16:17 UTC - Search in distribution

Lingua::StopWords - Stop words for several languages. River stage two • 15 direct dependents • 32 total dependents

In keyword search, it is common practice to suppress a collection of "stopwords": words such as "the", "and", "maybe", etc. which exist in in a large number of documents and do not tell you anything important about any document which contains them. T...

WOLLMERS/Lingua-StopWords-0.12 - 18 Apr 2021 08:32:07 UTC - Search in distribution

Taxon::Parse - Parse bio Taxon names River stage zero No dependents

"Taxon::Parse" is the base module providing utility methods for parsers....

WOLLMERS/Taxon-Parse-0.013 - 16 Aug 2014 21:49:06 UTC - Search in distribution

Grapheme::Ngram - n-grams of Unicode Extended Grapheme Clusters River stage zero No dependents

For many applications it's better to work along graphemes. Building n-grams is one of them....

WOLLMERS/Grapheme-Ngram-0.006 - 28 May 2015 21:53:14 UTC - Search in distribution

Set::Similarity::BV - similarity measures for sets using fast bit vectors (BV) River stage zero No dependents

This is the base class including mainly helper and convenience methods. Use one of the child classes: Set::Similarity::BV::Cosine Set::Similarity::BV::Dice Set::Similarity::BV::Jaccard Set::Similarity::BV::Overlap Overlap coefficient ( A intersect B ...

WOLLMERS/Set-Similarity-BV-0.06 - 25 Nov 2016 19:02:02 UTC - Search in distribution

Text::Levenshtein::BV - Bit Vector (BV) implementation of the Levenshtein Algorithm River stage zero No dependents

CONSTRUCTOR new() Creates a new object which maintains internal storage areas for the SES computation. Use one of these per concurrent SES() call. METHODS SES(\@a,\@b) Finds a Shortest Edit Script (SES), taking two arrayrefs as method arguments. It r...

WOLLMERS/Text-Levenshtein-BV-0.08 - 21 May 2022 14:20:25 UTC - Search in distribution

Text::Guess::Script - Guess script from text using ISO-15924 codes River stage zero No dependents

Text::Guess::Script gets the script property for each character in the text and returns the code of the script with the most characters. CONSTRUCTOR new() Creates a new object which maintains internal storage areas for the Text::Guess::Script computa...

WOLLMERS/Text-Guess-Script-0.07 - 10 Nov 2021 17:54:41 UTC - Search in distribution

Lingua::YI::Romanize - Transliterate Yiddish from Hebrew to Latin script River stage zero No dependents

Lingua::YI::Romanize transliterates Yiddish text written in Hebrew script to the Latin script or to IPA (International Phonetic Alphabet). CONSTRUCTOR new() Creates a new object which maintains internal storage areas for the Lingua::YI::Romanize comp...

WOLLMERS/Lingua-YI-Romanize-0.02 - 06 Aug 2020 17:04:59 UTC - Search in distribution

Text::Guess::Language - Guess language from text using top 1000 words River stage zero No dependents

Text::Guess::Language matches the words in the text against lists of the top 1000 words in each of 58 different languages. CONSTRUCTOR new() Creates a new object which maintains internal storage areas for the Text::Guess::Language computation. Use on...

WOLLMERS/Text-Guess-Language-0.05 - 06 Aug 2020 17:41:01 UTC - Search in distribution

Text::Undiacritic - remove diacritics from a string River stage two • 2 direct dependents • 21 total dependents

Changes characters with diacritics into their base characters. Also changes into base character in cases where UNICODE does not provide a decomposition. E.g. all characters '... WITH STROKE' like 'LATIN SMALL LETTER L WITH STROKE' do not have a decom...

WOLLMERS/Text-Undiacritic-0.07 - 29 Dec 2014 22:30:36 UTC - Search in distribution

Bag::Similarity::Dice - Dice similarity for bags River stage zero No dependents

Dice similarity 2 * dot(A,B) / (norm(A) ** 2 + norm(B) ** 2)...

WOLLMERS/Bag-Similarity-0.022 - 06 Aug 2020 16:42:57 UTC - Search in distribution

Set::Similarity::CosinePP - Cosine similarity for sets pure Perl vector implementation River stage zero No dependents

Cosine similarity A intersection B / (sqrt(A) * sqrt(B))...

WOLLMERS/Set-Similarity-CosinePP-0.016 - 06 Aug 2020 16:33:18 UTC - Search in distribution

Set::Similarity::CosinePDL - Cosine similarity for sets PDL implementation River stage zero No dependents

Cosine similarity A intersection B / (sqrt(A) * sqrt(B))...

WOLLMERS/Set-Similarity-CosinePDL-0.014 - 06 Aug 2020 16:28:25 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
25 results (0.028 seconds)