NCEnStemmer
Stemmer implementation for the English language that delegates to OpenNLP Porter Stemmer.
- Source:
- NCEnStemmer.scala
Value members
Concrete methods
Gets a stem for a given text. Note that unlike lemma the stemmatization process does not require a context for the given word, i.e. the stemmatization can be performed on individual word.
Gets a stem for a given text. Note that unlike lemma the stemmatization process does not require a context for the given word, i.e. the stemmatization can be performed on individual word.
- Source:
- NCEnStemmer.scala