Skip to content

Instantly share code, notes, and snippets.

@bryanyang0528
Created September 19, 2014 16:24
Show Gist options
  • Save bryanyang0528/49959a557f0bebaa6f99 to your computer and use it in GitHub Desktop.
Save bryanyang0528/49959a557f0bebaa6f99 to your computer and use it in GitHub Desktop.
corpus-error
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