logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git 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