6 lines
85 B
Python
6 lines
85 B
Python
#!/usr/bin/env python
|
|
|
|
import nltk
|
|
|
|
nltk.download('punkt')
|
|
nltk.download('stopwords') |