-
-
01 May 2004 09:12:49 UTC
- Distribution: Plucene-Plugin-Analyzer-SnowballAnalyzer
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (2)
- Testers (78 / 826 / 1)
- Kwalitee
Bus factor: 0- % Coverage
- License: unknown
- Activity
24 month- Tools
- Download (2.85KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Lingua::Stem::Snowball
- Lingua::StopWords
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
Why not adopt me?
This distribution is up for adoption! If you're interested then please contact the PAUSE module admins via email.NAME
Plucene::Plugin::Analyzer::SnowballFilter - Snowball stemming on the token stream
SYNOPSIS
# isa Plucene::Analysis:::TokenFilter my $token = $porter_stem_filter->next;
DESCRIPTION
This class transforms the token stream as per the Snowball stemming algorithm.
You can find more information on the Snowball algorithm at http://snwoball.tartarus.org/.
METHODS
next
my $token = $porter_stem_filter->next;
Returns the next input token, after being stemmed.
Module Install Instructions
To install Plucene::Plugin::Analyzer::SnowballAnalyzer, copy and paste the appropriate command in to your terminal.
cpanm Plucene::Plugin::Analyzer::SnowballAnalyzer
perl -MCPAN -e shell install Plucene::Plugin::Analyzer::SnowballAnalyzer
For more information on module installation, please visit the detailed CPAN module installation guide.