Package com.yahoo.language.process
Class StemmerImpl
java.lang.Object
com.yahoo.language.process.StemmerImpl
- All Implemented Interfaces:
Stemmer
- Author:
- Simon Thoresen Hult
-
Constructor Details
-
StemmerImpl
-
-
Method Details
-
stem
Description copied from interface:StemmerStems the given input.- Specified by:
stemin interfaceStemmer- Returns:
- the stems for each segment of the input. Each segment is an entry in the outer list, where that entry contains the possible stems of that segment. For most text there will be a single entry in the returned list, containing either a single stem or (if given StemMode.ALL), multiple alternative stems.
-