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
File size: 62 Bytes
d96f744
1
2
3
4
import
nltk nltk.download(
'punkt'
) nltk.download(
'stopwords'
)