-
TextBlob is wonderful but it doesn't seem to provide relationship extraction.
One way to handle this might be to call/construct TextBlob's parse with the pattern.en.parse() relation arg set to True.
…
jburb updated
8 years ago
-
Is it possible to get a word in source case?
``` Python
>>>text = '''Main Python wrapper for correcting spelling and grammar mistakes.'''
>>> blob = TextBlob(text)
>>> blob.sentences[0].noun_phrases[…
-
- NLTK
- PyLTP
- PyNLPIR
- SnowNLP
- TextBlob
- THULAC
- https://github.com/mit-nlp/MITIE
- https://github.com/crownpku/Information-Extraction-Chinese
-
Hello,
I have a cgi-bin webpage. I use textblob in my python codes. When I run my website on localhost, I get the following error: "Resource u'tokenizers/punkt/english.pickle' not found. Please
us…
-
Is there any to preserve contractions when using TextBlob?
For example I'd like to do something like:
```
text = 'I don't like it."
TextBlob.words
```
and have `['I', "don't", 'like', 'it'…
-
Unsure if it was the tool I wanted for my task at hand, I installed TextBlob in a virtualenv, tried to call `.sentences` on a `TextBlob`, and it failed with a message saying that I needed to run `pyth…
-
Flow Launcher version: 1.9.5
OS Version: Microsoft Windows NT 10.0.22000.0
IntPtr Length: 8
x64: True
Python Path:
Date: 10/15/2022 21:50:01
Exception:
Spell Checker Exception:
Websites: h…
-
Hi there,
thanks a lot for textblob-de.
I found an issue when I try just to get the chunks info. My goal is to count the number of VP, NP, PP...
For that I am trying to extract only the chunk…
-
We are using hardcoded textblobs for `.pxd` generation. That would be way nicer using a proper templating system. Depends on #662.
-
Translation still failing in 0.17.1:
```
from textblob import TextBlob
b = TextBlob("The weather is beautiful today. Tomorrow looks like bad weather.")
b.translate(to='es')
```
yields
```…