Plucene::Analysis::StopAnalyzer - the stop-word analyzer
Contents
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);
