Query: plucene::analysis::tokenizer
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Plucene::Analysis::Tokenizer(3pm) User Contributed Perl Documentation Plucene::Analysis::Tokenizer(3pm)NAMEPlucene::Analysis::Tokenizer - base class for tokenizersSYNOPSISmy $tokenizer = Plucene::Analysis::Tokenizer::Subclass ->new({ reader => $reader });DESCRIPTIONThis is an abstract base class for tokenizers. A Tokenizer is a TokenStream whose input is a Reader.METHODSnew my $tokenizer = Plucene::Analysis::Tokenizer::Subclass ->new({ reader => $reader }); This will create a new tokenizer. next This must be defined in a subclass close Close the input reader. perl v5.12.4 2011-08-14 Plucene::Analysis::Tokenizer(3pm)
Similar Topics in the Unix Linux Community |
---|
awk or sed - Convert 2 lines to 1 line |
How can I do this in VI editor? |
Is UNIX an open source OS ? |
Introduction |
Detecting unused variables... |