Hello,
I just started to learn text mining using R ( Supervised Machine Learning for Text Analysis in R). For lemmatization, spacyr() library is been used, and I am having trouble installing that package.
I installed spacy r using CRAN
install.packages("spacyr")
library(spacyr)
and when I ran spacy_install() it says
'Error: Conda installation failed (no conda binary found)
Install Anaconda 3.x for Windows (https://www.anaconda.com/download/#windows)
before installing spaCy'
I installed Anaconda in my system and still experiencing this problem. Not sure how to do it.
Thanks so much in advance for the help!