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