Skip to content

Instantly share code, notes, and snippets.

@limzykenneth
Created April 5, 2017 15:01
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save limzykenneth/22ee86e42cca8a7aa5fcdb696c3b8c26 to your computer and use it in GitHub Desktop.
{
"<start>": "<menu-items>",
"<menu-items>": ["<batter> fish", "<batter> chips", "curry chips", "fried chicken", "<batter> cod", "<batter> haddock", "<batter> plaice", "<batter> skate", "fish cake", "<batter> scampi", "fish fingers", "nuggets", "<big> <batter> <vege> saussage", "<big> <batter> saveloy", "<batter> roe", "<batter> onion rings", "beef burger", "cheeseburger", "chicken burger", "<vege> burger","jacket potato", "<pie-ingredient> pie", "<condiments>", "<mush> peas", "coleslaw", "gravy", "pickled <pickling>", "brown sauce", "<drink>", "<punctuation>"],
"<drink>": ["coke", "orange pop", "irn-bru", "lemonade", "<salad-type> salad"],
"<kebab>": [],
"<salad-type>": ["greek", "prawn", "mixed"],
"<pie-ingredient>": ["steak & kidney", "chicken & mushroom", "beef & onion"],
"<condiments>": ["vinegar", "mayonaise", "ketchup"],
"<batter>": ["", "", "", "", "battered"],
"<mush>": ["", "mushy"],
"<big>": ["", "jumbo"],
"<vege>": ["vegetarian", ""],
"<pickling>": ["onion", "egg"],
"<punctuation>": [","]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment