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