Francesco Grossetti
Francesco Grossetti
Hi, unfortunately I can confirm the the bug is still here. I am using a MacBook Pro (2016) but the session crashes as soon as I lunch the function `image_darknet_detect()`....
I have no immediate solution for this Python module (which apparently has a lot of installation issues anyway). But, you could check what we are doing with the R version...
Thank you for the hint. Below you can find the minimal. ``` # minimal example rm( list = ls() ) gc( reset = T ) library( pryr ) library( stringi...
Thank you for the precious answer. You provide good reasons so I'll check the **meanr** package as you suggest. What puzzles me though, is that **data.table** has been conceived not...
**data.table** works like magic. No doubt about this. Stop. The only suggestion I can give you is to carefully profile your function which I saw exploits many other internal functions....
I can confirm that the bug is still there. I am using Atom 1.23.3 on High Sierra 10.13.3. It affects the dollars `$`, as well as single quote `'`, double...
@oaroldan Thank you so much! It worked for me too! Shall we close the issue or leave it open hoping that someone fix this thing once and for all?
Hello! I was hoping to find this issue closed and implemented but it still seems to be open. I work with large corpora only (either around 100k long docs, or...
Just to build up on your comments, I can confirm that using `future_lapply()` for tokenization and other operations like corpus summarization is much faster than the current implemented functions. For...
I was about to open up an issue but found this one. It would be nice to have an additional method on top of the current ones to convert a...