Man Page: plucene::analysis::tokenizer
Operating Environment: debian
Section: 3pm
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 |
|---|
| How can I do this in VI editor? |
| Detecting unused variables... |
| Find columns in a file based on header and print to new file |
| Weird 'find' results |
| New UNIX and Linux History Sections |