You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've seen this issue appearing in 2015 and it appeared to have been solved by updating to the newest version. Still, I am facing it now, trying to run tm.plugin.sentiment's score function on my feedback_corpus corpus file:
feedback_corpus <- Corpus(VectorSource(Feedback_eng$comment)) tm_tag_score <- tm_term_score corpus <- score(feedback_corpus)
Throws the following: Error in DMetaData(corpus) : could not find function "DMetaData"
I have updated via devtools and still see this happening.
Any ideas?