Search results for "module:Lingua::Stem::Snowball::No"
Lingua::Stem::Snowball::No - Porters stemming algorithm for Norwegian
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 - Perl interface to Snowball stemmers.
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::No - Stemming algorithm for Danish
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::Da - Stemming algorithm for Danish
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::Sv - Stemming algorithm for Swedish
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)
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::Snowball::Ca - Perl interface to Snowball stemmer for the Catalan language.
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::Pt - Stemming algorithm for Portuguese
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::Snowball::Lt - Perl interface to Snowball stemmer for the Lithuanian language.
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::Any - Unified interface to any stemmer on CPAN
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.
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
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
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::Snowball::Se - Porters stemming algorithm for Swedish
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