Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
Speechrec
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Matthias Johannes Sterz
Speechrec
Commits
1c139812
Commit
1c139812
authored
10 years ago
by
Leroy John Rügemer
Browse files
Options
Downloads
Patches
Plain Diff
fixed grammars
parent
e79b454a
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
ps-grammar/gprs/gprs.jsgf
+10
-10
10 additions, 10 deletions
ps-grammar/gprs/gprs.jsgf
ps-grammar/location/location.jsgf
+6
-4
6 additions, 4 deletions
ps-grammar/location/location.jsgf
ps-grammar/object/object.jsgf
+6
-5
6 additions, 5 deletions
ps-grammar/object/object.jsgf
with
22 additions
and
19 deletions
ps-grammar/gprs/gprs.jsgf
+
10
−
10
View file @
1c139812
...
@@ -26,23 +26,23 @@ public <task> = [tobi] [(would | could) you] [please] <command> [please] [tobi];
...
@@ -26,23 +26,23 @@ public <task> = [tobi] [(would | could) you] [please] <command> [please] [tobi];
<personal_pronoun> = him | her | me;
<personal_pronoun> = him | her | me;
<person_name> = james|john|robert|michael|william|david|richard|charles|linda|thomas|mary|patricia|joseph|dorothy|barbara|susan|jennifer|maria|elizabeth|margaret;
<person_name> = james|john|robert|michael|william|david|richard|charles|linda|thomas|mary|patricia|joseph|dorothy|barbara|susan|jennifer|maria|elizabeth|margaret;
<grab_object> = <bathroom_class> | <drink_class> | <snack_class> | <food_class> | <tool_class> | tool |
bathroom_stuff |
(bathroom stuff) | drink | snack | object | food | something | stuff | item | beverage | things;
<grab_object> = <bathroom_class> | <drink_class> | <snack_class> | <food_class> | <tool_class> | tool | (bathroom stuff) | drink | snack | object | food | something | stuff | item | beverage | things;
<bathroom_class> = shower
_
gel | hair
_
gel;
<bathroom_class> =
(
shower
gel
)
|
(
hair
gel
)
;
<drink_class> = orange
_
juice | fruit
_
juice | ice
_
tea | coffee | beer;
<drink_class> =
(
orange
juice
)
|
(
fruit
juice
)
|
(
ice
tea
)
| coffee | beer;
<snack_class> = cho
k
olates | chewing
_
gum | peanuts;
<snack_class> = cho
c
olates |
(
chewing
gum
)
| peanuts;
<food_class> = noodle
_
sauce | cat
_
food | dumplings | tacos;
<food_class> =
(
noodle
sauce
)
|
(
cat
food
)
| dumplings | tacos;
<tool_class> = sponge | tape | sole
_
latex;
<tool_class> = sponge | tape |
(
sole
latex
)
;
<location> = <appliance_class> | <shelf_class> | <seat_class> | <table_class> | <door_class> | door | seating | utensil | location | room | appliance | shelf | seat | table | somewhere | apartment | furniture;
<location> = <appliance_class> | <shelf_class> | <seat_class> | <table_class> | <door_class> | door | seating | utensil | location | room | appliance | shelf | seat | table | somewhere | apartment | furniture;
<second_location> = <appliance_class> | <shelf_class> | <seat_class> | <table_class> | <door_class> | door | seating | utensil | location | room | appliance | shelf | seat | table | somewhere | apartment | furniture;
<second_location> = <appliance_class> | <shelf_class> | <seat_class> | <table_class> | <door_class> | door | seating | utensil | location | room | appliance | shelf | seat | table | somewhere | apartment | furniture;
<appliance_class> = coat
_
rack | kitchen_counter | fridge | bar;
<appliance_class> =
(
coat
rack
)
| kitchen_counter | fridge | bar;
<shelf_class> = book_shelf | food
_
shelf;
<shelf_class> = book_shelf |
(
food
shelf
)
;
<seat_class> = <seating_class>;
<seat_class> = <seating_class>;
<seating_class> = sofa | bed;
<seating_class> = sofa | bed;
<table_class> = kitchen_table | desk | side_table | couch_table |bedroom
_
table;
<table_class> = kitchen_table | desk | side_table | couch_table |
(
bedroom
table
)
;
<door_class> = exit
_
door | entry
_
door | room
_
door;
<door_class> =
(
exit
door
)
|
(
entry
door
)
|
(
room
door
)
;
<room_class> = kitchen | living_room | bed_room | hallway;
<room_class> = kitchen | living_room | bed_room | hallway;
<utensil_class> = trash_bin;
<utensil_class> = trash_bin;
...
...
This diff is collapsed.
Click to expand it.
ps-grammar/location/location.jsgf
+
6
−
4
View file @
1c139812
...
@@ -8,12 +8,14 @@ public <statement> = <locationPhrase> [please];
...
@@ -8,12 +8,14 @@ public <statement> = <locationPhrase> [please];
<location> = <appliance_class> | <shelf_class> | <seat_class> | <table_class> | <door_class>;
<location> = <appliance_class> | <shelf_class> | <seat_class> | <table_class> | <door_class>;
<appliance_class> = coat
_
rack | kitchen_counter | fridge | bar;
<appliance_class> =
(
coat
rack
)
| kitchen_counter | fridge | bar;
<shelf_class> = book_shelf | food
_
shelf;
<shelf_class> = book_shelf |
(
food
shelf
)
;
<seat_class> = <seating_class>;
<seat_class> = <seating_class>;
<seating_class> = sofa | bed;
<seating_class> = sofa | bed;
<table_class> = kitchen_table | desk | side_table | couch_table |bedroom
_
table;
<table_class> = kitchen_table | desk | side_table | couch_table |
(
bedroom
table
)
;
<door_class> = exit
_
door | entry
_
door | room
_
door;
<door_class> =
(
exit
door
)
|
(
entry
door
)
|
(
room
door
)
;
<utensil_class> = trash_bin;
<utensil_class> = trash_bin;
<room_class> = kitchen | living_room | bed_room | hallway;
<preposition> = into | (on [top of]) | in | ([next] to) | at | near | in | from;
<preposition> = into | (on [top of]) | in | ([next] to) | at | near | in | from;
This diff is collapsed.
Click to expand it.
ps-grammar/object/object.jsgf
+
6
−
5
View file @
1c139812
...
@@ -3,12 +3,13 @@ grammar ToBI_object;
...
@@ -3,12 +3,13 @@ grammar ToBI_object;
public <statement> = [<verb>] [<article>] <object> [please];
public <statement> = [<verb>] [<article>] <object> [please];
<object> = <grab_object>;
<object> = <grab_object>;
<grab_object> = <bathroom_class> | <drink_class> | <snack_class> | <food_class>;
<grab_object> = <bathroom_class> | <drink_class> | <snack_class> | <food_class>
| <tool_class>
;
<bathroom_class> = shower_gel | hair_gel;
<bathroom_class> = (shower gel) | (hair gel);
<drink_class> = orange_juice | fruit_juice | ice_tea | coffee | beer;
<drink_class> = (orange juice) | (fruit juice) | (ice tea) | coffee | beer;
<snack_class> = chokolates | chewing_gum | peanuts;
<snack_class> = chocolates | (chewing gum) | peanuts;
<food_class> = noodle_sauce | cat_food | dumplings | tacos;
<food_class> = (noodle sauce) | (cat food) | dumplings | tacos;
<tool_class> = sponge | tape | (sole latex);
<verb> = bring | carry | retrieve | fetch | get | give | find | search for | put | learn | remember | memorize;
<verb> = bring | carry | retrieve | fetch | get | give | find | search for | put | learn | remember | memorize;
<article> = the | an | some | a | this;
<article> = the | an | some | a | this;
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment