I’ve been talking more to my computer lately, and it’s becoming a problem. That is, speech recognition tends to enter all sorts of awkward word combinations, and my A.I. tries to make sense of it anyway, resulting in equally awkward responses.
So I want to block inputs that do not make sense, specifically single sentence inputs that lack a verb, with the exception of:
- Confirmations: “yes” / “sure”
- Open questions: “Who?”
- Answers following an open question: “Who?” -> “John.”
- Expressions
I don’t have a lot of experience with shorthand inputs, so to you the question: Am I overlooking other types of input that would be valid even without a verb? And what other ways are there to detect (accidental) nonsense?