2 lines
34 B
Python
2 lines
34 B
Python
|
import nltk
|
||
|
nltk.download('punkt')
|