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