Package com.gengoai.hermes.morphology
Interface Stemmer
-
- All Known Implementing Classes:
ENStemmer
public interface Stemmer
Defines the interface for stemming tokens.
- Author:
- David B. Bracewell
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default String
stem(@NonNull HString text)
Stems the given text object.String
stem(String string)
Stem the given token (string) without consideration of the part of speech
-