1Xapian::Stem(3)       User Contributed Perl Documentation      Xapian::Stem(3)
2
3
4

NAME

6       Search::Xapian::Stem - Snowball stemmer
7

SYNOPSIS

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

DESCRIPTION

METHODS

14       new <language>
15           Constructor. Takes the language to stem as a parameter.
16
17       stem_word <word>
18           Returns the stemmed form of the given word.
19

SEE ALSO

21       Search::Xapian, Search::Xapian::QueryParser,
22       Search::Xapian::TermGenerator
23
24
25
26perl v5.32.0                      2020-07-28                   Xapian::Stem(3)
Impressum