Scroll to navigation

Xapian::Stem(3) User Contributed Perl Documentation Xapian::Stem(3)

NAME

Search::Xapian::Stem - Snowball stemmer

SYNOPSIS

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

DESCRIPTION

METHODS

Constructor. Takes the language to stem as a parameter.
Returns the stemmed form of the given word.

SEE ALSO

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

2022-02-28 perl v5.38.2