Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
awinml
/
2-qa-earnings-sentencewise
like
4
Build error
App
Files
Files
Community
24
5ef1f60
2-qa-earnings-sentencewise
/
utils
/
nltkmodules.py
awinml
Upload 17 files (
#22
)
bd9fae2
over 1 year ago
raw
Copy download link
history
blame
Safe
88 Bytes
import
nltk
nltk.download(
"wordnet"
)
nltk.download(
"punkt"
)
nltk.download(
"stopwords"
)