Spaces:
Runtime error
Runtime error
Upload app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import spacy
|
|
4 |
from spacy.lang.en.stop_words import STOP_WORDS
|
5 |
from string import punctuation
|
6 |
import nltk
|
7 |
-
nltk.download('wordnet', quiet=True)
|
8 |
from nltk.stem import WordNetLemmatizer
|
9 |
from heapq import nlargest
|
10 |
import warnings
|
|
|
4 |
from spacy.lang.en.stop_words import STOP_WORDS
|
5 |
from string import punctuation
|
6 |
import nltk
|
7 |
+
#nltk.download('wordnet', quiet=True)
|
8 |
from nltk.stem import WordNetLemmatizer
|
9 |
from heapq import nlargest
|
10 |
import warnings
|