-
The current caption for Figure 4.2 is:
Figure 4.2: The 20 words followed by ‘not’ that had the greatest contribution to sentiment scores, in either a positive or negative direction
In fact, 'n…
-
Hi Andrew,
I am facing the following error when trying to cross_validate using early_lstm :
'Word2Vec' object has no attribute 'vocab'
Please let me know how to resolve it.
Also, I am facing…
-
Alphabetical list of free/public domain datasets with text data. Mostly just raw unstructured text data. Annotated corpora at the bottom.
## Datasets
* [Apache Software Foundation Public Mail Ar…
-
`CassandraTest.scala`, and all file names containing `TestSpec` specify `pipelinekey` as `twitter`. Here's one [example](https://github.com/CatalystCode/project-fortis-spark/blob/master/src/test/scala…
-
Hi,
If I try to import senti_classifier, I get the aforementioned error at line 229 - pickle.load(senti_pickle).
I have pulled latest code from master.
Regards,
Chaitrali
-
This would be incredibly useful for calibration. - James
-
I'm trying to run:
```
from senti_classifier import senti_classifier
sentences = ['The movie was the worst movie', 'It was the worst acting by the actors']
pos_score, neg_score = senti_classifier.…
-
I use polarity function to asses the sentiment of financial data; what I observed is pattern polarity function tends to give false negatives in a financial data.
A article contains this phrase tends…
ghost updated
7 years ago
-
I'd like to use `SentimentIntensityAnalyzer`, but got such a error:
```
[Errno 2] No such file or directory: '/Users/yobichi/mc2/lib/python3.5/site-packages/nltk/sentiment/vader_lexicon.txt'
```
How…
ghost updated
7 years ago
-
from encoder import Model
import matplotlib.pyplot as plt
import numpy as np
model=Model()
text = ['horrendous','good','fuck','nice','well','bad','face','me']
text_features = model.transform(text…