| lab_dict
    Devious Dictionaries: Cleverness Through Association | 
Holds the function which solves a CarTalk puzzler. More...
| Functions | |
| vector< std::tuple < std::string, std::string, std::string > > | cartalk_puzzle (PronounceDict d, const string &word_list_fname) | 
| Solves the CarTalk puzzler described here: http://www.cartalk.com/content/wordplay-anyone.  More... | |
Holds the function which solves a CarTalk puzzler.
Declares the function which solves a CarTalk puzzler.
| vector<std::tuple<std::string, std::string, std::string> > cartalk_puzzle | ( | PronounceDict | d, | 
| const string & | word_list_fname | ||
| ) | 
Solves the CarTalk puzzler described here: http://www.cartalk.com/content/wordplay-anyone.
| d | The PronounceDict to be used to solve the puzzle. | 
| word_list_fname | The filename of the word list to be used. |