Skip to content

Error in DMetaData(corpus) : could not find function "DMetaData" #6

@amacanovic

Description

@amacanovic

Hello all,

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?

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions