Hi,
I'm currently trying to fit scaling models on a larger dfm (length 5084391279 , ~ 190.000 documents) which results in an error:
wf <- textmodel(myDfm, model = "wordfish")
Error in asMethod(object) :
Cholmod error 'problem too large' at file ../Core/cholmod_dense.c, line 105
Do you have an idea what's going on here?
On a sidenote, I'm pretty impressed how fast sparse dfm matrices can be generated with quanteda. I discovered you out of frustration with tm :-)
Cheers,
Carsten
Hi,
I'm currently trying to fit scaling models on a larger dfm (length 5084391279 , ~ 190.000 documents) which results in an error:
Do you have an idea what's going on here?
On a sidenote, I'm pretty impressed how fast sparse dfm matrices can be generated with
quanteda. I discovered you out of frustration withtm:-)Cheers,
Carsten