Skip to content

Instantly share code, notes, and snippets.

@andrewtremblay
Created December 22, 2015 00:34
Show Gist options
  • Select an option

  • Save andrewtremblay/25fb8c43933cf0af9950 to your computer and use it in GitHub Desktop.

Select an option

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