Skip to content

wordfish text model blows up when coercing sparse to dense matrix #124

Description

@cschwem2er

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

Metadata

Metadata

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions