Description
background function to load.
Usage
stemmer(text, wstem = "all", language = "english")
Value
Sentence of stemmed words.
Arguments
- text
character vector of strings to clean.
- wstem
character Which words should be stemmed? Defaults to "all".
- language
Language for stemming. Default is "english".