Skip to content

Commit

Permalink
Expand intent vocabulary
Browse files Browse the repository at this point in the history
Although fuzzy matching works, phrases like "how long until the next alarm" would
be far enough away from "how long until my next alarm" that it wasn't caught
until the last Padatious stage.  When AIML was installed, it never made it to that
stage.  Explicitly adding "my" (and "your") allows those phrases to coexist with
fallback-AIML, as it stands.

NOTE: We will also likely be changing the way fallback-AIML operates to avoid
problems like this for other skills.
  • Loading branch information
penrods committed Mar 21, 2019
1 parent 66c8a86 commit 7df9662
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions vocab/en-us/query.next.alarm.intent
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(what|when) is (my|the) next alarm
when is (my|the) alarm going to go off
when will (my|the) alarm go off
(at|) what time will (my|the) alarm go off
how long (until|to|before) (the|) (next|) alarm
do I have (a|an|any) (alarm|alarms) set
(when|what time) is (the|my|the next) (morning|day's|) alarm (set|set for|)
(what|when) is (my|the|your|) next alarm
when is (my|the|your|) alarm going to go off
when will (my|the|your|) alarm go off
(at|) what time will (my|the|your|) alarm go off
how long (until|to|before) (the|my|your|) (next|) alarm
do (I|you) have (a|an|any) (alarm|alarms) set
(when|what time) is (the|my|your|) (next|) (tomorrow's|morning|day's|) alarm (set|set for|)

0 comments on commit 7df9662

Please sign in to comment.