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::LowerCaseFilter - normalises token text to lower case

Description

       This normalises token text to lower case.

Methods

next
               my $next = $l_case_filter->next;

       This will return the next token in the stream, or undef at the end of string.

perl v5.36.0                                       2022-12-04             Plucene::Analys...LowerCaseFilter(3pm)

Name

       Plucene::Analysis::LowerCaseFilter - normalises token text to lower case

Synopsis

               # usa Plucene::Analysis::TokenFilter

               my $next = $l_case_filter->next;

See Also