sloria / TextBlob

Simple, Pythonic, text processing--Sentiment analysis, part-of-speech tagging, noun phrase extraction, translation, and more.
https://textblob.readthedocs.io/
MIT License
9.15k stars 1.15k forks source link

Install TextBlob if NLTK 3.4 is already installed on Win10/Anaconda? #244

Closed ghost closed 5 years ago

ghost commented 5 years ago

I just came across TextBlob and would like to install it w/o overriding my NLTK install on Win10 / Anaconda. I wonder who can advise how to get TextBlob properly installed, please?

ghost commented 5 years ago

Solved: conda install -c conda-forge textblob worked for me