Kenneth Benoit

Results 308 comments of Kenneth Benoit

It's been a week of cognitive overload, and this requires careful thinking, and I may have this wrong, but... doesn't this already do what `tokens_append()` does, minus the closing character?...

Right, I think we need to update the documentation. Try ```bash brew install tbb pkg-config ``` after installing Homebrew. (These are from https://github.com/quanteda/quanteda?tab=readme-ov-file#compile-from-source-macos-and-windows but apply to CRAN installs too.)

Interesting... I installed the CRAN version as well, and it also indicated that parallel computing was disabled. When I build it from the GitHub version, however, it's fully enabled. @koheiw...

You'll need to install gfortran. See https://cran.r-project.org/bin/macosx/tools/.

Might be worth adding to the documentation? Perhaps a [Wiki](https://github.com/quanteda/spacyr/wiki)?

We should add that to the instruction page. But it's easy to install git, see https://github.com/git-guides/install-git.

Thanks @gcpoole, I'll try to address this soon. Or even better... would you consider fixing it and issuing a PR?

Excellent, thanks! I'll get to that this week.

You're trying to create an fcm object that will be 150k^2 = 22.7 billion cells. How much memory do you have? I'd strongly suggest feature selection first by trimming your...

Multiple TB! That's a lot. Can you code to replicate the error or even links to the saved dfm object so that we can attempt to create the fcm and...