Does anybody know how to get it to accept the command "give *** to ***" from the user?
Specifically, I'm trying to "give/package/to/steve", where steve and package are both defined as nouns in the vocab file. This does not compute. The best I can come up with that works is "give/package" or "give/package[<to,steve]". But that results in giving the package to steve even if the user said to give it to someone else.
Any advice? Thanks.