Vary command phrases#9
Open
Simulant87 wants to merge 3 commits into
Open
Conversation
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I am not 100% sure with the syntax and the development process. The changeset might not be complete to be functional working. So I would be glad if you could test my changes.
I wanted to add more options to phrase a command.
"delete" was not a supported key word, like:
"delete" coffee from my shopping list."put" something "on" a list was not supported, like:
"put" coffee on my shopping list.If you speak like a computer it should be possible to name a list without a pre-fix (my|the):
add coffee to shopping list.I am not very comfortable with writing and executing python. So I would be very glad if you could add test cases for the new phrases.
I hope you see my suggested changes as an improvement to catch more variety of a natural spoken language, that might also be more approachable to not native english speaking persons.