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-0.84 - 29 Apr 2010 21:19:59 GMTThis routine applies the Porter Stemming Algorithm to its parameters, returning the stemmed words. It is derived from the C program "stemmer.c" as found in freewais and elsewhere, which contains these notes: Purpose: Implementation of the Porter stem...
SNOWHARE/Lingua-Stem-0.84 - 29 Apr 2010 21:19:59 GMTThis module applies the Porter Stemming Algorithm to its parameters, returning the stemmed words. The algorithm is implemented exactly (I hope :-) as described in: http://snowball.tartarus.org/algorithms/italian/stemmer.html The code is carefully cra...
ACALPINI/Lingua-Stem-It-0.02 - 08 Jun 2007 10:08:23 GMTThis routine applies a stemming slgorithm to a passed anon array of German words, returning the stemmed words as an anon array. It is a 'convienence' wrapper for 'Text::German' that provides a standardized interface and caching....
SNOWHARE/Lingua-Stem-0.84 - 29 Apr 2010 21:19:59 GMTThis 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-0.84 - 29 Apr 2010 21:19:59 GMTThis module use the a modified version of the Porter Stemming Algorithm to return a stemmed words. The algorithm is implemented as described in: http://snowball.tartarus.org/french/stemmer.html with some improvement. The code is carefully crafted to ...
SDP/Lingua-Stem-Fr-0.02 - 27 Apr 2004 06:22:46 GMTThis module uses Porter's Stemming Algorithm to return an array reference of stemmed words. The algorithm is implemented as described in: http://snowball.tartarus.org/algorithms/spanish/stemmer.html The interface was made to follow the conventions se...
JFRAIRE/Lingua-Stem-Es-0.04 - 15 Sep 2008 23:01:33 GMTThis routine applies a stemming algorithm to a passed anon array of Galician words, returning the stemmed words as an anon array. It is a 'convienence' wrapper for 'Lingua::Stemmer::GL' that provides a standardized interface and caching....
SNOWHARE/Lingua-Stem-0.84 - 29 Apr 2010 21:19:59 GMTThis 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-0.84 - 29 Apr 2010 21:19:59 GMTThis 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-0.84 - 29 Apr 2010 21:19:59 GMTThis 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 GMTThis module applies the Porter Stemming Algorithm to its parameters, returning the stemmed words. The code is carefully crafted to work in conjunction with the Lingua::Stem module by Benjamin Franz. This stemmer is also based on the work of Aldo Capi...
RRVCKU/Lingua-Stem-Uk-0.01 - 17 Oct 2017 22:55:58 GMTThis 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 GMTThis 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 GMTThis module contains a collection of stemmers for multiple languages using the Patch stemming algorithms. The languages currently implemented are Esperanto, Ido, and Polish. This is a new project under active development and the current stemming algo...
PATCH/Lingua-Stem-Patch-0.06 - 13 Feb 2015 23:47:57 GMTThis 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.05 - 01 Sep 2019 12:52:55 GMTThis routine MIS-applies the Porter Stemming Algorithm to its parameters, returning the stemmed words. It is an intentionally broken version of Lingua::Stem::En for people needing backwards compatibility with Lingua::Stem 0.30 and Lingua::Stem 0.40. ...
SNOWHARE/Lingua-Stem-0.84 - 29 Apr 2010 21:19:59 GMTStemming 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 GMTLight 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 GMT