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::StopAnalyzer - the stop-word analyzer

Description

       Filters LetterTokenizer with LowerCaseFilter and StopFilter.

Methods

tokenstream
               my Plucene::Analysis::StopFilter $sf
                       = Plucene::Analysis::StopAnalyzer->new(@args);

       Filters LowerCaseTokenizer with StopFilter.

perl v5.36.0                                       2022-12-04               Plucene::Analysis::StopAnalyzer(3pm)

Name

       Plucene::Analysis::StopAnalyzer - the stop-word analyzer

Synopsis

               my Plucene::Analysis::StopFilter $sf
                       = Plucene::Analysis::StopAnalyzer->new(@args);

See Also