Query: plucene::analysis::chartokenizer
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Plucene::Analysis::CharTokenizer(3pm) User Contributed Perl Documentation Plucene::Analysis::CharTokenizer(3pm)NAMEPlucene::Analysis::CharTokenizer - base class for character tokenisersSYNOPSIS# isa Plucene::Analysis::Tokenizer my $next = $chartokenizer->next;DESCRIPTIONThis is an abstract base class for simple, character-oriented tokenizers.METHODStoken_re This should be defined in subclasses. normalize This will normalise the character before it is added to the token. next my $next = $chartokenizer->next; This will return the next token in the string, or undef at the end of the string. perl v5.12.4 2011-08-14 Plucene::Analysis::CharTokenizer(3pm)
Related Man Pages |
---|
plucene(3pm) - debian |
plucene::document::field(3pm) - debian |
plucene::index::reader(3pm) - debian |
plucene::index::segmentsreader(3pm) - debian |
plucene::index::writer(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
Adding the individual columns of a matrix. |
Installing Dash Shell on OS X Lion |
Weird 'find' results |
How to copy a column of multiple files and paste into new excel file (next to column)? |