コード例 #1
0
ファイル: super-scramble.py プロジェクト: bashwork/common
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)