exact
, lowercase
, and vowelless
.wordlist
, add it to the exact
hashmap.lowercase
hashmap if it's not already present, to store the first occurrence.vowelless
hashmap if it's not already present.queries
, check for an exact match in the exact
hashmap.lowercase
hashmap.vowelless
hashmap.