I am facing the problem while working with quanteda package of R. I have uploaded text files in tm package and want to move in quanteda corpus.
corpus of tm package contains files with this name "large simplecorpus (95 elements, 53mb)
Earlier, I uploaded corpus of text documents, it only have "corpus" instead of "large simplecorpus".
When I move corpus to quanteda corpus, This gives the following message with error:
Error in UseMethod("corpus") :
no applicable method for 'corpus' applied to an object of class "c('SimpleCorpus', 'Corpus')"
please reply me to solve this issue.
I am facing the problem while working with quanteda package of R. I have uploaded text files in tm package and want to move in quanteda corpus.
corpus of tm package contains files with this name "large simplecorpus (95 elements, 53mb)
Earlier, I uploaded corpus of text documents, it only have "corpus" instead of "large simplecorpus".
When I move corpus to quanteda corpus, This gives the following message with error:
Error in UseMethod("corpus") :
no applicable method for 'corpus' applied to an object of class "c('SimpleCorpus', 'Corpus')"
please reply me to solve this issue.