-
Link: http://www.clips.ua.ac.be/pages/pattern-en
This python library has a shitload of analysis methods and much more. This issue can be a place for collecting useful and interesting aspects of the l…
-
Hello.
I've got an application which extracts Spanish Tweets and I'm using the translate method to get this text into English and get the sentiment analysis, unavailible in Spanish yet.
I had no pro…
-
I'm getting the following error when I try to use the sentiment property:
The `text` argument passed to `__init__(text)` must be a string, not
I'm trying to run:
text = df['blurb'].apply(str)
blob …
-
Is it possible to get information about a sentence (or paragraph)?
I would like to be able to get information about a sentence, such as:
- Subject
- Nouns
- Verbs
- etc.
I am mostly interested in fi…
-
I am a python newbie, but I try to use textblob-de for sentiment analysis (even it's beta, I know, but it looks very promising, thanks for your work!).
I have problems with texts containing a slash `…
-
#4 works now, but I still have problems for texts like `TextBlobDE(u"A .").sentiment`:
```
Traceback (most recent call last):
File "", line 1, in
File "/usr/lib/python2.7/site-packages/textblob/…
-
TextBlob is currently using `pattern.en`. It would be great to add support for sentiment analysis and tokenization in other languages, using pattern's other language modules.