Hello.
Is there any way that make a termdocumentmatrix by using mutiple cores, parallel processing ?
Or to get more fast result, can i use some packages like parallel, h2o, or others?
someone help me please. thanks.
Hello.
Is there any way that make a termdocumentmatrix by using mutiple cores, parallel processing ?
Or to get more fast result, can i use some packages like parallel, h2o, or others?
someone help me please. thanks.
Um. i found very very good information at below link.
how to read and write TermDocumentMatrix in r?
and, when i used parallel and tm packages, i have to set my variables, functions, libraries like below. (If not, errors occur.)
clusterExport(cl, list("josa1", "josa2","josa3","josa4")) # for variables, functions
clusterEvalQ(cl, library(stringr)) # for libraries
It works. Thanks.