Plucene::Analysis::Analyzer(3pmUser Contributed Perl DocumentatioPlucene::Analysis::Analyzer(3pm)
NAME
Plucene::Analysis::Analyzer - base class for Analyzers
SYNOPSIS
my $analyzer = Plucene::Analysis::Analyzer::Subclass->new;
DESCRIPTION
This is an abstract base class of Analyzers.
An Analyzer builds TokenStreams, which analyze text. It thus represents a policy for
extracting index terms from text.
Typical implementations first build a Tokenizer, which breaks the stream of characters
from the Reader into raw Tokens. One or more TokenFilters may then be applied to the out-
put of the Tokenizer.
METHODS
new
my $analyzer = Plucene::Analysis::Analyzer::Subclass->new;
tokenstream
This must be defined in a subclass
perl v5.8.8 2008-03-01 Plucene::Analysis::Analyzer(3pm)
Generated by $Id: phpMan.php,v 4.49 2006/02/26 13:18:18 chedong Exp $ Author: Che Dong
On Apache
Under GNU General Public License
2012-05-25 00:43 @38.107.179.238 Crawled by CCBot/1.0 (+http://www.commoncrawl.org/bot.html)