mannau / tm.plugin.webmining

Retrieve structured, textual data from various web sources.
34 stars 10 forks source link

Getting invalid data while converting text to Corpus using Corpus(VectorSource(x)) #2

Closed amitvirat closed 9 years ago

amitvirat commented 9 years ago

I was trying to do some sentiment analysis when I figured out that while changing my text to Corpus, some invalid data is being inserted as 2nd item in my Corpus data. On verifying and checking here, it looks like it is the last few code lines from package getLinkContent.R Is anyone also facing this issue? This issue is causing my word cloud to be completely wasted.

mannau commented 9 years ago

Dear amitvirat, sorry for the late response, could you pls include a reproducible code example for this issue? best, mario