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")
Character vector
Character. Name of udpipe model previously downloaded for a specific language
Character. If file does not exist, this language will be downloaded from udpipe's models
Other Text Mining:
cleanText()
,
replaceall()
,
sentimentBreakdown()
,
textCloud()
,
textFeats()
,
textTokenizer()