Summarization / download.py
Last commit not found
raw
history blame contribute delete
144 Bytes
import nltk
def __init__():
nltk.download('punkt')
nltk.download('stopwords')
nltk.download('wordnet')
nltk.download('omw-1.4')