logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

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);

perl v5.36.0                                       2022-12-04              Plucene::Analy...tandardAnalyzer(3pm)

Name

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

Synopsis

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

See Also