/norvigTrie

A word trie that uses Norvig's list of words. Comes with a function to check if a word exists in the trie.

Primary LanguagePython

My implementation of a trie using Peter Norvig's list of words and word use frequency that he composed from google books data. This can be used to verify if a word is a word.