statsmaths / cleanNLP

R package providing annotators and a normalized data model for natural language processing
GNU Lesser General Public License v2.1
209 stars 36 forks source link

Initialization of Spacy Model under Windows 10 #77

Closed simonschoe closed 2 years ago

simonschoe commented 4 years ago

I run in exactly the same issue as #60 . By now i made the coreNLP model work with the Spacy model still giving me the identical error:

Fehler in py_call_impl(callable, dots$args, dots$keywords) : SystemExit: 1 Detailed traceback: File "C:\Users\s_scho53\Anaconda3\lib\site-packages\spacy\cli\download.py", line 50, in download sys.exit(dl)

Is there any news on the issue so far?