-
Hi, your project somef requires "textblob==0.17.1" in its dependency. After analyzing the source code, we found that the following versions of textblob can also be suitable without affecting your pro…
-
python -m textblob.download_corpora
Although I download the corpora as said in the error message it still does not work.
I ain't sure is it because of the NLTK library or not because I've installe…
-
When I want to use TextBlob, there is an error asking me to run:
python -m textblob.download_corpora
When it run that, it does download the corpora in the directory : C:\Users\{my username}\Ap…
-
hexchat (2.12.0, Fedora 23 x64) crashes when trying to load TextBlob:
try on hexchat:
`/py exec from textblob import TextBlob`
-
Dear @gvisniuc, this is the only project of yours that has Issues where I can contact you.
Would you be kind enough to take a look at my code?
Why is my code giving me 0, 0, results
And your e…
-
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 modul…
-
We can use textblob to evaluate our model
-
The latest version of Textblob has following change:
- TextBlob.translate() and TextBlob.detect_language are deprecated. Use the official Google Translate API instead
Hence the import is failing w…
-
Please provide your feedback by posting a comment against this issue.
-
**Describe the bug**
I'm trying to render a text at certain point and a rectangle around it. This [example](https://fiddle.skia.org/c/@measure_text_bounds) is doing exactly what I need. In python im…