Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
teatwots
/
grammarchecking
like
0
Sleeping
App
Files
Files
Community
9f8b11b
grammarchecking
/
download.py
teatwots
Create download.py
1f52f59
verified
6 months ago
raw
Copy download link
history
blame
Safe
104 Bytes
import
nltk
nltk.download(
'punkt'
)
nltk.download(
'averaged_perceptron_tagger'
)
nltk.download(
'wordnet'
)