Update pipeline.py
Browse files- pipeline.py +2 -0
pipeline.py
CHANGED
@@ -1,3 +1,5 @@
|
|
|
|
|
|
1 |
from typing import List
|
2 |
from nltk.tokenize import sent_tokenize
|
3 |
import toolz
|
|
|
1 |
+
import nltk
|
2 |
+
nltk.download('punkt')
|
3 |
from typing import List
|
4 |
from nltk.tokenize import sent_tokenize
|
5 |
import toolz
|