5 Xapian::Stem - Snowball stemmer
9 my $stemmer = Xapian::Stem->new('norwegian');
10 my $stemmed_foo = $stemmer->stem_word($foo);
20 Constructor. Takes the language to stem as a parameter.
22 =item stem_word <word>
24 Returns the stemmed form of the given word.
31 L<Xapian::QueryParser>,
32 L<Xapian::TermGenerator>