Search results for "module:Lingua::Stem::Snowball"

Lingua::Stem::Snowball - Perl interface to Snowball stemmers. River stage two • 7 direct dependents • 21 total dependents

Stemming reduces related words to a common root form -- for instance, "horse", "horses", and "horsing" all become "hors". Most commonly, stemming is deployed as part of a search application, allowing searches for a given term to match documents which...

CREAMYG/Lingua-Stem-Snowball-0.952 - 28 Aug 2008 08:17:59 UTC

Lingua::Stem::Snowball::Ca - Perl interface to Snowball stemmer for the Catalan language. River stage zero No dependents

Stemming reduces related words to a common root form -- for instance, "horse", "horses", and "horsing" all become "hors". Most commonly, stemming is deployed as part of a search application, allowing searches for a given term to match documents which...

LVALIUKAS/Lingua-Stem-Snowball-Ca-0.01 - 22 Nov 2017 12:27:49 UTC

Lingua::Stem::Snowball::No - Porters stemming algorithm for Norwegian River stage three • 1 direct dependent • 137 total dependents

The stem function takes a scalar as a parameter and stems the word according to Martin Porters Norwegian stemming algorithm, which can be found at the Snowball website: <http://snowball.tartarus.org/>. It also supports caching if you pass the use_cac...

ASKSH/Snowball-Norwegian-1.2 - 08 May 2007 19:55:54 UTC

Lingua::Stem::Snowball::Da - Porters stemming algorithm for Denmark River stage three • 1 direct dependent • 137 total dependents

The stem function takes a scalar as a parameter and stems the word according to Martin Porters Danish stemming algorithm, which can be found at the Snowball website: <http://snowball.tartarus.org/>. It also supports caching if you pass the use_cache ...

CINE/Lingua-Stem-Snowball-Da-1.01 - 05 Mar 2003 02:47:51 UTC

Lingua::Stem::Snowball::Se - Porters stemming algorithm for Swedish River stage three • 1 direct dependent • 137 total dependents

The stem function takes a scalar as a parameter and stems the word according to Martin Porters Swedish stemming algorithm, which can be found at the Snowball website: <http://snowball.tartarus.org/>. It also supports caching if you pass the use_cache...

ASKSH/Snowball-Swedish-1.2 - 08 May 2007 20:03:51 UTC

Lingua::Stem::Snowball::Lt - Perl interface to Snowball stemmer for the Lithuanian language. River stage zero No dependents

Stemming reduces related words to a common root form -- for instance, "horse", "horses", and "horsing" all become "hors". Most commonly, stemming is deployed as part of a search application, allowing searches for a given term to match documents which...

LVALIUKAS/Lingua-Stem-Snowball-Lt-0.03 - 27 Nov 2013 15:34:22 UTC

Lingua::Stem::Da - Stemming algorithm for Danish River stage three • 16 direct dependents • 136 total dependents

This routine applies a stemming slgorithm to a passed anon array of Danish words, returning the stemmed words as an anon array. It is a 'convienence' wrapper for 'Lingua::Stem::Snowball::Da' that provides a standardized interface and caching....

SNOWHARE/Lingua-Stem-2.31 - 26 Sep 2020 06:27:58 UTC

Lingua::Stem::No - Stemming algorithm for Danish River stage three • 16 direct dependents • 136 total dependents

This routine applies a stemming slgorithm to a passed anon array of Norwegian words, returning the stemmed words as an anon array. It is a 'convienence' wrapper for 'Lingua::Stem::Snowball::No' that provides a standardized interface and caching....

SNOWHARE/Lingua-Stem-2.31 - 26 Sep 2020 06:27:58 UTC

Lingua::Stem::Sv - Stemming algorithm for Swedish River stage three • 16 direct dependents • 136 total dependents

This routine applies a stemming slgorithm to a passed anon array of Swedish words, returning the stemmed words as an anon array. It is a 'convienence' wrapper for 'Lingua::Stem::Snowball::Se' that provides a standardized interface and caching....

SNOWHARE/Lingua-Stem-2.31 - 26 Sep 2020 06:27:58 UTC

Lingua::Stem::Ru - Porter's stemming algorithm for Russian (KOI8-R only) River stage three • 1 direct dependent • 137 total dependents

This module applies the Porter Stemming Algorithm to its parameters, returning the stemmed words. The algorithm is implemented exactly as described in: http://snowball.tartarus.org/algorithms/russian/stemmer.html The code is carefully crafted to work...

NEILB/Lingua-Stem-Ru-0.04 - 12 Feb 2016 22:19:56 UTC

Lingua::Stem::Pt - Stemming algorithm for Portuguese River stage three • 16 direct dependents • 136 total dependents

This routine applies a stemming slgorithm to a passed anon array of Portuguese words, returning the stemmed words as an anon array. It is a 'convienence' wrapper for 'Lingua::Stemmer::PT' that provides a standardized interface and caching....

SNOWHARE/Lingua-Stem-2.31 - 26 Sep 2020 06:27:58 UTC

Lingua::Stem::Any - Unified interface to any stemmer on CPAN River stage zero No dependents

This module aims to provide a simple unified interface to any stemmer on CPAN. It will provide a default available source module when a language is requested but no source is requested. Attributes language The following language codes are currently s...

PATCH/Lingua-Stem-Any-0.05 - 29 Aug 2014 06:24:19 UTC

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

Lingua::Stem::UniNE - University of Neuchâtel stemmers River stage one • 1 direct dependent • 1 total dependent

This module contains a collection of stemmers for multiple languages based on stemming algorithms provided by Jacques Savoy of the University of Neuchâtel (UniNE). The languages currently implemented are Bulgarian, Czech, German, and Persian. Work is...

PATCH/Lingua-Stem-UniNE-0.08 - 27 Aug 2014 01:54:53 UTC

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

Lingua::Stem::UniNE::CS - Czech stemmer River stage one • 1 direct dependent • 1 total dependent

Light and aggressive stemmers for the Czech language. The light stemmer removes grammatical case endings from nouns and adjectives, possessive adjective endings from names, and takes care of palatalization. The aggressive stemmer also removes diminut...

PATCH/Lingua-Stem-UniNE-0.08 - 27 Aug 2014 01:54:53 UTC
16 results (0.044 seconds)