Description Usage Arguments Examples
Remove articles, or the words "a", "an", "the".
1 2 3 4 5 6 7 8 9 10 | strip_articles(text)
## S3 method for class 'corpus'
strip_articles(text)
## S3 method for class 'documents'
strip_articles(text)
## S3 method for class 'document'
strip_articles(text)
|
text |
An object inheriting of class |
1 2 3 4 5 6 7 8 9 10 11 | ## Not run:
init_textanalysis()
# build document
doc <- string_document("This document has an article.")
# replaces in place!
strip_articles(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.