Xapian::Stem - Snowball stemmer
my $stemmer = Xapian::Stem->new('norwegian'); my $stemmed_foo = $stemmer->stem_word($foo);
Constructor. Takes the language to stem as a parameter.
Returns the stemmed form of the given word.
Xapian, Xapian::QueryParser, Xapian::TermGenerator