topics_rake | R Documentation |
RAKE is a basic algorithm which tries to identify keywords in text.
Based on udpipe
library, model models, and keywords_rake function.
topics_rake(text, file = "english-ewt-ud-2.4-190531.udpipe", lang = "english")
text |
Character vector |
file |
Character. Name of |
lang |
Character. If file does not exist, this language will be
downloaded from |
data.frame with topics for each text
input.
Other Text Mining:
cleanText()
,
ngrams()
,
remove_stopwords()
,
replaceall()
,
sentimentBreakdown()
,
textCloud()
,
textFeats()
,
textTokenizer()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.