NCEnStemmer

class NCEnStemmer extends NCStemmer

Stemmer implementation for the English language that delegates to OpenNLP Porter Stemmer.

Source:
NCEnStemmer.scala
trait NCStemmer
class Object
trait Matchable
class Any

Value members

Concrete methods

def stem(word: String): String

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