Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -23,6 +23,9 @@ except LookupError:
|
|
| 23 |
# Add path manually so nltk can find it
|
| 24 |
nltk.data.path.append(NLTK_DATA_PATH)
|
| 25 |
|
|
|
|
|
|
|
|
|
|
| 26 |
vader = SentimentIntensityAnalyzer()
|
| 27 |
|
| 28 |
# Emotion model
|
|
|
|
| 23 |
# Add path manually so nltk can find it
|
| 24 |
nltk.data.path.append(NLTK_DATA_PATH)
|
| 25 |
|
| 26 |
+
nltk.data.path.append("./nltk_data")
|
| 27 |
+
|
| 28 |
+
|
| 29 |
vader = SentimentIntensityAnalyzer()
|
| 30 |
|
| 31 |
# Emotion model
|