abdalrahmanshahrour
commited on
Commit
•
727daab
1
Parent(s):
c3a8101
Update import download.py
Browse files- summarize.py +1 -0
summarize.py
CHANGED
@@ -15,6 +15,7 @@ import heapq
|
|
15 |
from string import punctuation
|
16 |
import nltk
|
17 |
from nltk.corpus import stopwords
|
|
|
18 |
|
19 |
punctuation = punctuation + '\n'
|
20 |
logger = logging.getLogger(__name__)
|
|
|
15 |
from string import punctuation
|
16 |
import nltk
|
17 |
from nltk.corpus import stopwords
|
18 |
+
import download
|
19 |
|
20 |
punctuation = punctuation + '\n'
|
21 |
logger = logging.getLogger(__name__)
|