Query: plucene::analysis::analyzer
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Plucene::Analysis::Analyzer(3pm) User Contributed Perl Documentation Plucene::Analysis::Analyzer(3pm)NAMEPlucene::Analysis::Analyzer - base class for AnalyzersSYNOPSISmy $analyzer = Plucene::Analysis::Analyzer::Subclass->new;DESCRIPTIONThis 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.METHODSnew 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)
Similar Topics in the Unix Linux Community |
---|
How can I do this in VI editor? |
Is UNIX an open source OS ? |
Introduction |
My first PERL incarnation... Audio Oscillograph |