seb-29

Results 6 issues of seb-29

Hi everyone! I downloaded the newest version of OpenRefine (3.6) and tried opening the application. However, instead of the platform, I got redirected to the manual section on Java requirements....

question
documentation

Hello! I am trying to access a RapidAPI as follows: > library(httr) url queryString response content(response, "text") However, I get the following error message: > Status: 401 Could you please...

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...

Hello! I parsed my corpus with spacyr and then extracted the tokens with their respective POS tag (e.g. "neighbor/NOUN"). Is there a way I can now convert the spelling of...

I just downloaded spacyr 1.3.0 from CRAN. When running `install_spacy()`, I received the following error message: `Error in pyenv_bootstrap_windows() :`` Please install git and ensure it is on your PATH`...

The spaCy tokenizer splits hyphenated words by inserting a space before and after the hyphen. For example, "eye-opening" becomes "eye - opening". Is there a way to keep hyphenated words...