sloria / textblob-aptagger

*Deprecated* A fast and accurate part-of-speech tagger for TextBlob.
MIT License
103 stars 40 forks source link

Problem installing TextBlob #7

Open jooliagoolia opened 9 years ago

jooliagoolia commented 9 years ago

Having trouble importing TextBlob. I have it installed, but get:

from textblob import TextBlob Traceback (most recent call last): File "", line 1, in ImportError: No module named textblob

honnibal commented 9 years ago

You can fix your error with

pip install textblob

Alternatively, consider using my new NLP package, spaCy: http://honnibal.github.io/spaCy/