Aki Matsuo
Aki Matsuo
I am not sure who generated the issue, but in any case, the old commits must contain big files. I will look into it.
I have run a script provided here: https://stackoverflow.com/questions/10622179/how-to-find-identify-large-files-commits-in-git-history And here is the output with the top ten large blobs: ``` All sizes are in kB's. The pack column is the...
Following the bfg webpage instructions, I tried the removal of two files. That will reduce the size of mirrored repository from 460MB to 330MB. The reduction is significant, but is...
I followed the instructions on the BFG webpage, I deleted all files on the list above, and then remove files, recompile the repo, then pushed in a forked repository: https://github.com/amatsuo/quanteda...
I also tried a repo with a test repo with comments and PR and faced a big struggle: https://github.com/amatsuo/test_bfg The push failed because of the standing PR. https://stackoverflow.com/questions/34265266/remote-rejected-errors-after-mirroring-a-git-repository The log...
From what I read, the data preparations in the example above by @jlacko can be replicated by this code in `quanteda` (and the following code in the example works with...
@jlacko Thanks for the feedback. I now understand that `vocabulary` option is crucial for adding texts to the text set. Since that's the case, we will definitely have an option...
We need to know a bit more about the issue to identify the cause. Could you provide the following? 1. `sessionInfo()` 2. `spacy_initialize()` 3. Error message displayed on the screen...
Are you able to launch spacy in python environment? You can try the following in terminal First start conda environment: ``` conda activate spacy_condaenv ``` Then type `python` in the...
@kbenoit do you think it's an issue of Catalina or R4.0 or combination of both? At the moment, I don't have either :)