The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.