Created
April 5, 2017 15:01
-
-
Save limzykenneth/22ee86e42cca8a7aa5fcdb696c3b8c26 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"<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