Created
September 19, 2014 16:24
-
-
Save bryanyang0528/49959a557f0bebaa6f99 to your computer and use it in GitHub Desktop.
corpus-error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tdm = as.matrix(TermDocumentMatrix(d.corpus)) | |
''' | |
Error in UseMethod("meta", x) : | |
no applicable method for 'meta' applied to an object of class "character" | |
In addition: Warning message: | |
In mclapply(unname(content(x)), termFreq, control) : | |
all scheduled cores encountered errors in user code | |
''' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment