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::Standard::StandardAnalyzer

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

NAME

Plucene::Analysis::Standard::StandardAnalyzer - standard analyzer


SYNOPSIS

        my Plucene::Analysis::Stopfilter $sf = 
                Plucene::Analysis::Standard::StandardAnalyzer->tokenstream(@args);

=head1 DESCRIPTION

The standard analyzer, built with a list of stop words.

This list of stop words are:

        "a",     "and",  "are",   "as",    "at",   "be",   "but",  "by",
        "for",   "if",   "in",    "into",  "is",   "it",   "no",   "not",
        "of",    "on",   "or",    "s",     "such", "t",    "that", "the",
        "their", "then", "there", "these", "they", "this", "to",   "was",
        "will",  "with"

=head1 METHODS

tokenstream

        my Plucene::Analysis::Stopfilter $sf = 
                Plucene::Analysis::Standard::StandardAnalyzer->tokenstream(@args);

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