-
Notifications
You must be signed in to change notification settings - Fork 115
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
calculate one plus two plus three
and math fifteen over three
#37
Comments
@cclauss, The code you posted would likely raise a SyntaxError since, speech_recognition would return "calculate one plus two" when the user says "calculate one plus two" and not return "calculate 1 + 2" I think this code would be better:
Also, try to include statements like "divide two by four", "add one and two", "multiply ten and two", "subtract nine from thirty" |
Did you try it or did you guess? |
@cclauss I tried it! |
What OS are you running on? The macOS engine returns `1 + 2 + 3ˋ. |
I am on ubuntu |
This works on macOS.
The text was updated successfully, but these errors were encountered: