Spaces:
Runtime error
Runtime error
Eleonora Bernasconi commited on
Commit ·
637d7a3
1
Parent(s): 210f045
up
Browse files- analysis.py +0 -1
- requirements.txt +1 -1
analysis.py
CHANGED
|
@@ -13,7 +13,6 @@ import nltk
|
|
| 13 |
from nltk.corpus import stopwords
|
| 14 |
from nltk.tokenize import word_tokenize
|
| 15 |
from nltk.stem import WordNetLemmatizer
|
| 16 |
-
import plotly.express as px
|
| 17 |
import plotly.graph_objects as go
|
| 18 |
import matplotlib as mpl
|
| 19 |
import numpy as np
|
|
|
|
| 13 |
from nltk.corpus import stopwords
|
| 14 |
from nltk.tokenize import word_tokenize
|
| 15 |
from nltk.stem import WordNetLemmatizer
|
|
|
|
| 16 |
import plotly.graph_objects as go
|
| 17 |
import matplotlib as mpl
|
| 18 |
import numpy as np
|
requirements.txt
CHANGED
|
@@ -6,8 +6,8 @@ fuzzywuzzy
|
|
| 6 |
wordcloud
|
| 7 |
pyLDAvis
|
| 8 |
nltk
|
|
|
|
| 9 |
string
|
| 10 |
-
plotly
|
| 11 |
matplotlib
|
| 12 |
elementpath
|
| 13 |
csv
|
|
|
|
| 6 |
wordcloud
|
| 7 |
pyLDAvis
|
| 8 |
nltk
|
| 9 |
+
gensim
|
| 10 |
string
|
|
|
|
| 11 |
matplotlib
|
| 12 |
elementpath
|
| 13 |
csv
|