Spaces:
Sleeping
Sleeping
Upload app.py
Browse files
app.py
CHANGED
|
@@ -418,6 +418,8 @@ text_to_highlight = "Supreme Personality of Godhead"
|
|
| 418 |
import pymupdf
|
| 419 |
import tempfile
|
| 420 |
import nltk
|
|
|
|
|
|
|
| 421 |
from nltk.corpus import stopwords
|
| 422 |
from collections import Counter
|
| 423 |
|
|
|
|
| 418 |
import pymupdf
|
| 419 |
import tempfile
|
| 420 |
import nltk
|
| 421 |
+
|
| 422 |
+
nltk.download('stopwords')
|
| 423 |
from nltk.corpus import stopwords
|
| 424 |
from collections import Counter
|
| 425 |
|