Skip to content

Instantly share code, notes, and snippets.

@andrewtremblay
Created December 22, 2015 00:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrewtremblay/25fb8c43933cf0af9950 to your computer and use it in GitHub Desktop.
Save andrewtremblay/25fb8c43933cf0af9950 to your computer and use it in GitHub Desktop.
import nltk
all_words = nltk.corpus.words.words()
print len(all_words), "total words loaded"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment