Perl Diver 2.33
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

Plucene::Analysis::StopAnalyzer

Name Plucene::Analysis::StopAnalyzer
Version
Located at /usr/share/perl5
File /usr/share/perl5/Plucene/Analysis/StopAnalyzer.pm
Is Core No
Search CPAN for this module Plucene::Analysis::StopAnalyzer
Documentation Plucene::Analysis::StopAnalyzer
Module Details Plucene::Analysis::StopAnalyzer

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.

Perl Diver brought to you by ScriptSolutions.com © 1997- 2026