Helps for the boardgame snatch. Has three modes- anagram (anagrams the given word, wildcards- ?), build (matches all or some of the letters, wildcard- ?), pattern (matches all the given letters in the given order, wildcards- * and ?). Uses CSW 15 list for words. Data.csv file is a helper file, generated by preprocess.py
anshuln/Snatch-helper
Helps for the boardgame snatch. Has three modes- anagram (anagrams the given word, wildcards- ?), build (matches all or some of the letters, wildcard- ?), pattern (matches all the given letters in the given order, wildcards- * and ?). Uses CSW 15 list for words. Data.csv file is a helper file, generated by preprocess.py
Python