stemexcept: Conditional Stemmer
Description
background function to load
Usage
stemexcept(sentence, excepts, language = "english")
Value
Sentence of stemmed words.
Arguments
- sentence
character Vector of sentences to stem.
- excepts
character Vector of words that should not be stemmed.
- language
Language for stemming. Default is "english".