spacyr
spacyr copied to clipboard
R wrapper to spaCy NLP
I seem to have installed the German language model for spacyr/spacy properly, but the pos parsing is a chaos. See below: aux is parsed as NOUN, Articles are parsed as...
Hello, First of all, thank you for your excellent work with spacyr. I hope you can assist me here - I am having issues installing Swedish language models - running...
I'm running into into the 1M character limit with a few texts that are only a bit over the length limit. It would be nice if I could pass higher...
When running `spacy_install()` on Debian (shiny-verse Docker image build on r-ver that is build on Debian) I am getting an issue that `__future__ feature annotations is not defined`. It looks...
Hi there, I have installed spacyr but when I go to run spacy_initialize() I get the following message. Found 'spacy_condaenv'. spacyr will use this environment Error in py_run_file_impl(file, local, convert)...
Please give us a way to install spacyr via Docker. I have tried everything from installing spacy via a continuumio/miniconda3 container to installing conda on an RStudio container and initalizing...
I'm playing around with spacyr as a potential replacement for cleanNLP. I've never really done anything directly with spaCy (ie, in Python). I'm not seeing a big performance difference between...
Hi, I'm using the latest CRAN version of spacyr / spacy installer. For a dataset of 300k documents (~ email length, about 3GB file size uncompressed) I am using spacyr...
Hi everyone. Recently, I built a model that can detect passive voice in the records of a dataset using SpaCy dependency parsing, rule-based matcher, and nlp.pipe(). Here's the [code for...
Hi! After having successfully downloaded the "en_core_web_trf" model, I tried to parse my text. Sadly, I got the following error message: `C:\Users\Username\MINICO~1\envs\SPACY_~1\lib\site-packages\torch\autocast_mode.py:141: UserWarning: User provided device_type of 'cuda', but CUDA...