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

[en] Add expansion for smart apostrophes #2784

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions sentences/en/_common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -370,9 +370,9 @@ expansion_rules:
floor: "[<the>] {floor} [floor]"
area_floor: "(<area>|<floor>)"
in_area_floor: "[<in>] <area_floor>"
what_is: "(what's|whats|what is|tell me) [<the>]"
what_is: "(what('|’)s|whats|what is|tell me) [<the>]"
lockable: "[<the>] (lock|door|window|gate|garage door|shutter)[s]"
where_is: "(where's|wheres|where is)"
where_is: "(where('|’)s|wheres|where is)"
which: "(which|what) [of <the>]"
is: "(is|are) [(there|<the>)]"
are: "<is>"
Expand Down Expand Up @@ -403,7 +403,7 @@ expansion_rules:
here: "([in] here|[in] (this|<the>) (room|area|space))"

# Questions
what_is_the_class_of_name: "(<what_is> the <class> (of|in|from|(indicated|measured) by) <name> [in <area>]|<what_is> <name>['s] <class> [in <area>]|<what_is> <area> <name>['s] <class>)"
what_is_the_class_of_name: "(<what_is> the <class> (of|in|from|(indicated|measured) by) <name> [in <area>]|<what_is> <name>[('|’)s] <class> [in <area>]|<what_is> <area> <name>[('|’)s] <class>)"

# Timers
timer_set: "(start|set|create)"
Expand All @@ -424,6 +424,6 @@ skip_words:
- "could you"
- "would you"
- "for me"
- "i'd like"
- "i'd like to"
- "i('|’)d like"
- "i('|’)d like to"
- "i want"
Loading