Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
awinml
/
earnings-calls-qa
like
1
Sleeping
App
Files
Files
Community
7
aeaab1d
earnings-calls-qa
/
utils
/
nltkmodules.py
awinml
Upload 206 files (
#1
)
c49f0b0
over 1 year ago
raw
Copy download link
history
blame
Safe
88 Bytes
import
nltk
nltk.download(
"wordnet"
)
nltk.download(
"punkt"
)
nltk.download(
"stopwords"
)