Xapian::Stem(3pm)

NAME

Search::Xapian::Stem - Snowball stemmer

SYNOPSIS

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

DESCRIPTION

METHODS

new <language>
Constructor. Takes the language to stem as as parameter.
stem_word <word>
Returns the stemmed form of the given word.

SEE ALSO

Search::Xapian, Search::Xapian::QueryParser,
Search::Xapian::TermGenerator
Copyright © 2010-2025 Platon Technologies, s.r.o.           Index | Man stránky | tLDP | Dokumenty | Utilitky | O projekte
Design by styleshout