Skip to content

Instantly share code, notes, and snippets.

@iksnae
Created December 14, 2017 01:33
Show Gist options
  • Select an option

  • Save iksnae/22f1893a67e40c69e80df73ef4afa9f8 to your computer and use it in GitHub Desktop.

Select an option

Save iksnae/22f1893a67e40c69e80df73ef4afa9f8 to your computer and use it in GitHub Desktop.
#!/usr/bin/env python
import nltk
packages = ['words', 'webtext','stopwords','punkt','averaged_perceptron_tagger','maxent_ne_chunker','wordnet']
nltk.download(packages)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment