Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -7,6 +7,9 @@ from nltk.corpus import stopwords
|
|
| 7 |
from nltk.stem import WordNetLemmatizer
|
| 8 |
import re
|
| 9 |
import string
|
|
|
|
|
|
|
|
|
|
| 10 |
|
| 11 |
# ====================== NLTK SETUP ======================
|
| 12 |
|
|
|
|
| 7 |
from nltk.stem import WordNetLemmatizer
|
| 8 |
import re
|
| 9 |
import string
|
| 10 |
+
from wordcloud import WordCloud
|
| 11 |
+
import matplotlib.pyplot as plt
|
| 12 |
+
import io
|
| 13 |
|
| 14 |
# ====================== NLTK SETUP ======================
|
| 15 |
|