This function is used to check if a word is valid.
bool isValidWord(String word) { return wordlist.contains(nfkd(word)); }