Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Grammar induction with alignment not working as expected #3

Open
akshalaniche opened this issue Jun 7, 2018 · 0 comments
Open

Grammar induction with alignment not working as expected #3

akshalaniche opened this issue Jun 7, 2018 · 0 comments
Labels
bug Something isn't working

Comments

@akshalaniche
Copy link

After defining the following utterances:

  • go left := move left
  • go 4 left := repeat 4 times go left

the utterance move 4 left is not understood by the program.

Relevant lines from the query.log file:

  • "count":53,"q":"(:q "go left")","time":"2018-06-07T11:55:04.839","sessionId":"6yyw176mqx","format":"lisp2json"}
  • {"count":55,"q":"(:q "move left")","time":"2018-06-07T11:55:08.528","sessionId":"6yyw176mqx","format":"lisp2json"}
  • {"count":56,"q":"(:def_ret "go left" "[[\"move left\",\"(: move left)\"]]")","time":"2018-06-07T11:55:15.529","sessionId":"6yyw176mqx","format":"lisp2json"}
  • {"count":58,"q":"(:q "go 4 left")","time":"2018-06-07T11:55:21.068","sessionId":"6yyw176mqx","format":"lisp2json"}
  • {"count":60,"q":"(:q "repeat 4 times go left")","time":"2018-06-07T11:55:34.893","sessionId":"6yyw176mqx","format":"lisp2json"}
  • {"count":61,"q":"(:def_ret "go 4 left" "[[\"repeat 4 times go left\",\"(:loop (number 4) (: move left))\"]]")","time":"2018-06-07T11:55:38.658","sessionId":"6yyw176mqx","format":"lisp2json"}
  • {"count":2,"q":"(:q "move 4 left")","time":"2018-06-07T18:54:48.870","sessionId":"qhzlrim1di","format":"lisp2json"}
@ivan-gavran ivan-gavran added the bug Something isn't working label Jun 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants