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

Error: Python module 'cleannlp' not found - Take 2 #76

Closed neil-f closed 3 years ago

neil-f commented 4 years ago

I am having a similar problem to below.

I have gone though and appear to successfully installed cleannlp with "pip install cleannlp" In the anaconda3/Lib/site-packages directory there are, amongst others, the following directories:

I cannopt find the python file "cleannlp.py" anywhere in the site-packages directory.

I am using Win10 and RStudio 3.6.3 and cleanNLP version 3.0.2.

In R cnlp_init_udpipe() works but cnlp_init_spacy() and cnlp_init_corenlp() both generate the "Error: Python module 'cleannlp' not found" message.

What and I (we) missing?

Many thanks