del.stopwords | R Documentation |
Removes stop words for a string the language of which is known
del.stopwords(str, lang)
str |
The string which to delete the stop words from |
lang |
Either an ISO 639-2/3 or a language name from which to derive a ISO 639-2 code. For language names performs string matching. |
A character vector corresponding to the string str
without stopwords for the language lang
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.