Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
tillfischer
/
aspect-sentiment-analyzer
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
aspect-sentiment-analyzer
/
download_nltk_resources.py
Till Fischer
Update all changes
d96f744
7 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
62 Bytes
import
nltk
nltk.download(
'punkt'
)
nltk.download(
'stopwords'
)