fahmiaziz commited on
Commit
e4826ea
1 Parent(s): 819fe34

Update pipeline.py

Browse files
Files changed (1) hide show
  1. 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