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

Search results for "stem"

lib/Stem.pm River stage zero No dependents

URI/Stem-0.11 - 01 Dec 2006 08:59:40 UTC - Search in distribution

Lingua::Stem - Stemming of words River stage three • 16 direct dependents • 136 total dependents

This routine applies stemming algorithms to its parameters, returning the stemmed words as appropriate to the selected locale. You can import some or all of the class methods. use Lingua::Stem qw (stem clear_stem_cache stem_caching add_exceptions del...

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

WordNet::stem - Module that find the stem of a word or the stems of a string of words, using WordNet. River stage one • 6 direct dependents • 6 total dependents

This module uses the internal stemming algorithm of WordNet to stem words and strings of words. This module is used by the lesk measure of the WordNet::Similarity package. Methods POD ERRORS Hey! The above document had some coding errors, which are e...

TPEDERSE/WordNet-Similarity-2.07 - 04 Oct 2015 16:19:03 UTC - Search in distribution

Lingua::Stem::Es - Perl Spanish Stemming River stage zero No dependents

This 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 UTC - Search in distribution

Lingua::Stem::Fr - Perl French Stemming River stage three • 1 direct dependent • 137 total dependents

This 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 UTC - Search in distribution

Lingua::Stem::It - Porter's stemming algorithm for Italian 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 (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 UTC - Search in distribution

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 - Search in distribution

Lingua::Stem::Uk - Porter's stemming algorithm for Ukrainian River stage zero No dependents

This 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 UTC - Search in distribution

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 - Search in distribution

Lingua::Stem::Patch - Patch stemmers for Esperanto and Ido River stage one • 1 direct dependent • 1 total dependent

This 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 UTC - Search in distribution

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 - 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

Search::Xapian::Stem - Snowball stemmer River stage one • 3 direct dependents • 4 total dependents

OLLY/Search-Xapian-1.2.25.5 - 27 Feb 2022 23:58:59 UTC - Search in distribution

App::LDAP::Role::Stem - A stem command shows its submodules River stage zero No dependents

SHELLING/App-LDAP-0.1.2 - 02 Oct 2013 07:18:38 UTC - Search in distribution

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 - Search in distribution

HTTP::Balancer::Role::Stem - subcommand presenter for command handlers River stage zero No dependents

$ http-balancer any usage: http-balancer any [subcommands] Available subcommands: foo bar...

SHELLING/HTTP-Balancer-0.0.2 - 20 Feb 2013 11:17:12 UTC - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution
142 results (0.079 seconds)