Skip to content
Snippets Groups Projects
Commit 2470584e authored by Esteban Prince, Liam (UG - Computer Science)'s avatar Esteban Prince, Liam (UG - Computer Science)
Browse files

Update test_parser.py

parent ff3b8f5e
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,8 @@ def valid():
input = "beat the butter and sugar with an electric whisk until well combined"
valid(input)
# parsedInput should be JSON eg. {"beat", "verb"}
# input: beat the butter and sugar with an electric whisk until well combined
# parsed: verb article ingredient conjunction ingredient preposition article utensil preposition adverb verb
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment