Displaying 1 result from an estimated 1 matches for "corpsu".
Did you mean:
corps
2013 Jan 15
0
Function failure in tm
...class:
"VCorpus" "Corpus" "list"
class(mycorp[1]) returns
"VCorpus" "Corpus" "list"
and class(mycorp[[1]] returns
"PlainTextDocument" "TextDocument" "character"
But now that I've got a corpsu, none of the transformation functions work at all. They all return the following error (with the respective function name)
Error in UseMethod("stripWhitespace", x) :
no applicable method for 'stripWhitespace' applied to an object of class "NULL"
I haven't seen th...