jsat.text.stemming
Class VoidStemmer
- java.lang.Object
-
- jsat.text.stemming.Stemmer
-
- jsat.text.stemming.VoidStemmer
-
- All Implemented Interfaces:
- java.io.Serializable
public class VoidStemmer extends Stemmer
The most naive of stemming possible, this class simply returns whatever string is given to it.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description VoidStemmer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.lang.Stringstem(java.lang.String word)Reduce the given input to its stem word
-
DataMelt 3.0 © DataMelt by jWork.ORG