logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Plucene::Analysis::CharTokenizer - base class for character tokenisers

Description

       This is an abstract base class for simple, character-oriented tokenizers.

Methods

token_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.36.0                                       2022-12-04              Plucene::Analysis::CharTokenizer(3pm)

Name

       Plucene::Analysis::CharTokenizer - base class for character tokenisers

Synopsis

               # isa Plucene::Analysis::Tokenizer

               my $next = $chartokenizer->next;

See Also