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

Search::Xapian::Stem - Snowball stemmer

Description

Methods

       new <language>
           Constructor. Takes the language to stem as a parameter.

       stem_word <word>
           Returns the stemmed form of the given word.

Name

       Search::Xapian::Stem - Snowball stemmer

See Also

       Search::Xapian, Search::Xapian::QueryParser, Search::Xapian::TermGenerator

perl v5.40.0                                       2024-10-20                                  Xapian::Stem(3pm)

Synopsis

           my $stemmer = Search::Xapian::Stem->new('norwegian');
           my $stemmed_foo = $stemmer->stem_word($foo);

See Also