Example #1
0
def get_clean_word_list():
    ''' Retrieve a clean word list that only has words matching
    the supplied letter set.

    :returns: The cleaned word list
    '''
    words = Words.get_word_list_lazy()
    return Words.generate_anagram_lookup(words)