Stray Taoist > Plucene-1.0 > Plucene::Analysis::Standard::StandardAnalyzer

Download:
Plucene-1.0.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  12
Open  4
View Bugs
Report a bug
Source   Latest Release: Plucene-1.25

NAME ^

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

SYNOPSIS ^

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

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"

METHODS ^

tokenstream

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