knicholes / norvigTrie

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:Python 100.0%