stemexcept {doc2concrete} | R Documentation |
Conditional Stemmer
Description
background function to load
Usage
stemexcept(sentence, excepts, language = "english")
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". |
Value
Sentence of stemmed words.
[Package doc2concrete version 0.6.0 Index]