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
48f7eb1
2-qa-earnings-sentencewise
/
utils
/
nltkmodules.py
awinml
Upload 17 files (
#12
)
2806209
over 1 year ago
raw
Copy download link
history
blame
61 Bytes
import
nltk
nltk.download(
'wordnet'
)
nltk.download(
'punkt'
)