Description Usage Arguments Examples
Stem document
1 2 3 4 | stem_words(document)
## S3 method for class 'document'
stem_words(document)
|
document |
A document as returned by the |
1 2 3 4 5 6 7 8 9 10 11 | ## Not run:
init_textanalysis()
# build document
doc <- string_document("They write, it writes")
# replaces in place!
stem_words(doc)
get_text(doc)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.