Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -3,7 +3,7 @@ import spacy
|
|
| 3 |
from spacy.lang.en.stop_words import STOP_WORDS
|
| 4 |
from string import punctuation
|
| 5 |
|
| 6 |
-
|
| 7 |
|
| 8 |
|
| 9 |
stopwords = list(STOP_WORDS)
|
|
|
|
| 3 |
from spacy.lang.en.stop_words import STOP_WORDS
|
| 4 |
from string import punctuation
|
| 5 |
|
| 6 |
+
|
| 7 |
|
| 8 |
|
| 9 |
stopwords = list(STOP_WORDS)
|