[ Mailing list | Forums | Download | CVS | Demo ] |
Perl interface to Snowball stemmers -- This module provides unified perl interface to Snowball stemmers (http://snowball.sourceforge.net) and virtually supports various languages. It's written using C for high performance and provides OO and plain interfaces. Also, archive of snowball files for russian and english languages is available - snowball-enru-stemmers.tar.gz
The motivation of developing this module was to provide a generic access to
stemming algorithms for OpenFTS project - full text search engine
(http://openfts.sourceforge.net), but it could be used for testing
of Snowball's stemmers.
Mar 4, 2002 by Teodor Sigaev and Oleg Bartunov