Building a Stupid Data Product, Part 2: The Web Service (Haskell)
Last time we collected and processed the data for generating stupid fake elementary school science questions and answers. The important parts to remember are
- we generated two files
questions.json
andanswers.json
containing transition dictionaries mapping each word to an array / list of possible following …