pub fn read_word_file(path: &str) -> Result<HashSet<String>>
Read a word list file (one word per line) into a HashSet.