earnings-calls-qa / utils /nltkmodules.py
awinml's picture
Upload 206 files (#1)
c49f0b0
raw
history blame
No virus
88 Bytes
import nltk
nltk.download("wordnet")
nltk.download("punkt")
nltk.download("stopwords")