| Search-Xapian documentation | view source | Contained in the Search-Xapian distribution. |
Search::Xapian::Stem - Snowball stemmer
my $stemmer = Search::Xapian::Stem->new('norwegian');
my $stemmed_foo = $stemmer->stem_word($foo);
Constructor. Takes the language to stem as as parameter.
Returns the stemmed form of the given word.
| Search-Xapian documentation | view source | Contained in the Search-Xapian distribution. |