6 lines
86 B
Python
6 lines
86 B
Python
#!/usr/bin/env python3
|
|
|
|
import nltk
|
|
|
|
nltk.download("punkt")
|
|
nltk.download("punkt_tab") |