sentiment_analysis icon indicating copy to clipboard operation
sentiment_analysis copied to clipboard

unlist(lapply(posText, function(x) { str_split(x, "\n") })) gives error

Open ncdingari opened this issue 10 years ago • 0 comments

When I run the line 22, unlist(lapply(posText, function(x) { str_split(x, "\n") })) gives error

Error in substring(string, start, end) : invalid multibyte string at '<96> a <6e>ice , harmless date film . . .

ncdingari avatar Apr 22 '15 23:04 ncdingari