plucene::analysis::analyzer(3pm) debian man page | unix.com

Man Page: plucene::analysis::analyzer

Operating Environment: debian

Section: 3pm

Plucene::Analysis::Analyzer(3pm)			User Contributed Perl Documentation			  Plucene::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 output of the Tokenizer.
METHODS
new my $analyzer = Plucene::Analysis::Analyzer::Subclass->new; tokenstream This must be defined in a subclass perl v5.12.4 2011-08-14 Plucene::Analysis::Analyzer(3pm)
Related Man Pages
plucene(3pm) - debian
kinosearch1::analysis::tokenizer(3pm) - debian
kinosearch1::invindexer(3pm) - debian
plucene::index::segmentreader(3pm) - debian
plucene::search::termquery(3pm) - debian
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?
My first PERL incarnation... Audio Oscillograph