Kenneth Benoit

Results 102 issues of Kenneth Benoit

I was thinking we could adopt similar log designs for each of the text packages, since they are forming part of an emerging text ecosystem. **Option 1:** Something modern and...

Documentation
Difficulty: Hard

Following [this comment](https://github.com/quanteda/spacyr/issues/109#issuecomment-679053535) on the wishlist thread by @mshariful: We should add `spacy_install_langmodel()` that would take a local language model file and "install" it in the same way that `spacy_download_langmodel()`...

enhancement

For CI - for instance with **quanteda** - we need to be able to skip the test if `spacy_install()` has not been run yet, with the language models also installed....

I have found that this happens: * load **spacyr**, then `spacy_initialize()`, then load **quanteda**, no problem. * load **quanteda**, then load **spacyr**, then `spacy_initialize()` or `spacy_parse()`, R crashes. In RStudio...

This is fine: ```r > library("spacyr") > sp

enhancement

Revise JOSS submission.

documentation

That would make sense and not affect the content.

Are there specific strategies in **keras** to deal with class imbalance in the training set? or any recommendations about models to be aware of when this is a problem? Many...

Ah Solaris, every R package maintainer's favourite vintage OS - especially if you are using lots of C++ and/or Unicode encodings. I just updated **quanteda** and the checks show v2.1.2...

I thought it ironic that the author of **lintr** would auto-generate a file (`tests/spelling.R`) that would fail a lint check, and also that the package itself fails its own spelling...