-
Despite the documentation [here](https://textblob.readthedocs.io/en/dev/advanced_usage.html#tokenizers) stating:
> You can use other tokenizers, such as those provided by NLTK, by passing them into t…
-
1. Textblob : https://textblob.readthedocs.io/en/dev/
2. Spacy : https://spacy.io/
I'm thinking of a way to tagging before implementing recommendation. @ByungHeeCha has found 2 and I've found 1.…
-
panel==0.14.1
I would expect to be able to `panel convert` apps without having all the dependencies installed. I would only expect it to be nescessary for prerending. But it seems not to be the cas…
-
there is a strange problem occurs that when I run the below code:
from textblob import TextBlob as tb
from textblob_aptagger import PerceptronTagger
tags = tb(content, pos_tagger=self.ap_tagge…
-
# How to Wrap a Textblob Classifier in a Flask App - Rohan Sikand | Blog
Hi! Welcome to my blog! I am a CS (AI) undergraduate at Stanford! Sharing what I learn along the way.
[https://rosikand.githu…
-
Hi,
Hope you are all well !
It would be awesome to add "textblob-ar" to [twint](https://github.com/twintproject/twint).
Or more globally textblob
Use case:
Do something like https://twitter…
ghost updated
5 years ago
-
Verified that this occurs in 0.10.0 :sob:
``` python
>>> import textblob
>>> textblob.TextBlob('gonna do this').words
WordList(['gon', 'na', 'do', 'this'])
```
-
-
from textblob import TextBlob
words = str("Кардиганы из норка")
blob = TextBlob(words)
perevod = blob.translate(from_lang ="ru", to='uk')
print(perevod)
New error I catch today.
It said t…
-
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/flask/app.py", line 2070, in wsgi_app
response = self.full_dispatch_reque…