PackageDescription: WordStemmer


Word Stemmer

Last published: November 29, 2006 by 'michael'

Defines 2 Classes
Extends 2 Classes


This package is a C Interface to the LibStemmer library. This library is used to find the stems of words, eg: 'fishing' -> 'fish' and 'fisher' -> 'fish'. This helps you find related terms without building a gigantic thesaurus. It supports a number of different languages. See the WordStemmer class for details on how to use this package.