dpe1's picture
download
raw
222 Bytes
import nltk
def setup():
corpora = ['gutenberg', 'punkt', 'wordnet', 'words']
for corpus in corpora:
print(f"Downloading {corpus}...")
nltk.download(corpus)
if __name__ == "__main__":
setup()

Xet Storage Details

Size:
222 Bytes
·
Xet hash:
07d0d061fbc1a137d77c49899a3c398a695b46b35b3868238bdcd645422c38a0

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.