Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
awinml
/
instructor-xl-embeddings
like
0
Runtime error
App
Files
Files
Community
17
1915fad
instructor-xl-embeddings
/
utils
/
nltkmodules.py
awinml
Upload 7 files (
#5
)
92808fd
over 1 year ago
raw
Copy download link
history
blame
Safe
88 Bytes
import
nltk
nltk.download(
"wordnet"
)
nltk.download(
"punkt"
)
nltk.download(
"stopwords"
)