Package adams.flow.transformer.stemmer
Interface Stemmer
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
AbstractStemmer
,NullStemmer
,WekaStemmer
public interface Stemmer extends Serializable
Interface for all stemming algorithms.- Version:
- $Revision: 8034 $
- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
stem(String word)
Stems the given word and returns the stemmed version
-