-
I'm currently running Python 3.12. The Git repository of textblob-de seems to be outdated.
When I run `from textblob_de import TextBlobDE as TextBlob` I get
```
Traceback (most recent call last…
-
from textblob import TextBlob
def extract_words(sentence, word_indices):
# 文章から単語を抽出する
blob = TextBlob(sentence)
words = blob.words
extracted_words = []
for idx in word_indic…
-
Hi Steve,
Thanks a lot for the wonderful package.
I would like to inform that I have been working with Textblob package for sentiment analysis of text.
Could you please help me in understanding…
-
For some reason this is happening on BigSur while importing textblob:
```
% python3 -m textblob
Python(22068,0x1185b2e00) malloc: can't allocate region
:*** mach_vm_map(size=1844674407159830528…
-
I cannot run this notebook on the Refinitiv CodeBook App.
I have the following error message:
```
RefiImportError Traceback (most recent call last)
in
----> 1 from …
-
```
On: 31/08/2017 -2.04
CARD PAYMENT TO SHELL TOTHILL,2.04 GBP, RATE 1.00/GBP ON 29-08-2013
My guess is:
> 6
Traceback (most recent call last):
File "/Users/arturo/Documents/GitHub/BankClas…
-
from Graham:
> For some reason, TextBlob (a simplified version of NLTK) is glitchy. See attached. When I run the "print myTB.words” on my machine, it works fine, but in the vagrant-ipython version, i…
-
Collect tweets or social media posts related to a specific topic or hashtag, and analyze the sentiment of the posts (positive, negative, or neutral) using Natural Language Processing (NLP) techniques …
-
http://honnibal.github.io/spaCy/
The big benefit is speed and up-to-the-minute algorithms. the downside is that it's a new project, run by 1 guy, and has a commercial license of $5,000 unless you rel…
-
Just trying this expansion, but it doesn't seem like you can use the pipe with more than one process, which makes it far less attractive.
The following yields the error in the subject
```
impor…