table of contents
Plucene::Analysis::StopAnalyzer(3pm) | User Contributed Perl Documentation | Plucene::Analysis::StopAnalyzer(3pm) |
NAME¶
Plucene::Analysis::StopAnalyzer - the stop-word analyzer
SYNOPSIS¶
my Plucene::Analysis::StopFilter $sf = Plucene::Analysis::StopAnalyzer->new(@args);
DESCRIPTION¶
Filters LetterTokenizer with LowerCaseFilter and StopFilter.
METHODS¶
tokenstream¶
my Plucene::Analysis::StopFilter $sf = Plucene::Analysis::StopAnalyzer->new(@args);
Filters LowerCaseTokenizer with StopFilter.
2022-12-04 | perl v5.36.0 |