2020-03-06 11:41:02 +00:00

6 lines
85 B
Python

#!/usr/bin/env python
import nltk
nltk.download('punkt')
nltk.download('stopwords')