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
d2573061
Commit
d2573061
authored
10 years ago
by
Leroy John Rügemer
Browse files
Options
Downloads
Patches
Plain Diff
gprs grammar
parent
a7962f35
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
+15
-13
15 additions, 13 deletions
ps-grammar/gprs/gprs.jsgf
ps-grammar/location/location.jsgf
+8
-8
8 additions, 8 deletions
ps-grammar/location/location.jsgf
ps-grammar/object/object.jsgf
+5
-5
5 additions, 5 deletions
ps-grammar/object/object.jsgf
with
28 additions
and
26 deletions
ps-grammar/gprs/gprs.jsgf
+
15
−
13
View file @
d2573061
...
...
@@ -26,24 +26,26 @@ public <task> = [tobi] [(would | could) you] [please] <command> [please] [tobi];
<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;
<grab_object> = <cleaningstuff_class> | <drink_class> | <snack_class> | <food_class> | cleaningstuff | drink | snack | object | food | something | stuff | item | beverage;
<cleaningstuff_class> = deodorant | toothpaste | cleaner | fresh_discs | sponge;
<drink_class> = fanta | milk;
<snack_class> = cookies;
<food_class> = tomato_sauce | peanut_butter | chicken_noodles | marmalade | veggie_noodles | garlic_sauce;
<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;
<bathroom_class> = shower_gel | hair_gel;
<drink_class> = orange_juice | fruit_juice | ice_tea | coffee | beer;
<snack_class> = chokolates | chewing_gum | peanuts;
<food_class> = noodle_sauce | cat_food | dumplings | tacos;
<tool_class> = sponge | tape | sole_latex;
<location> = <appliance_class> | <shelf_class> | <seat_class> | <table_class> |
<room_class> | <utensil_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> |
<room_class> | <utensil_class> |
<door_class> | door | seating | utensil | location | room | appliance | shelf | seat | table | somewhere | apartment;
<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> =
stove | sink
| fridge |
tv_counte
r;
<shelf_class> =
sideboard
;
<appliance_class> =
coat_rack | kitchen_counter
| fridge |
ba
r;
<shelf_class> =
book_shelf | food_shelf
;
<seat_class> = <seating_class>;
<seating_class> =
bench | bed | sofa | armchair
;
<table_class> =
hallway_table | side_table |
kitchen_table | d
inner
_table | couch_table |
bed
side
table;
<door_class> = exit | entry;
<seating_class> =
sofa | bed
;
<table_class> = kitchen_table | d
esk | side
_table | couch_table |bed
room_
table;
<door_class> = exit
_door
| entry
_door | room_door
;
<room_class> = kitchen | living_room | bed_room | hallway;
<utensil_class> = hanger | umbrella_stand | trash_bin | plant;
<utensil_class> = trash_bin;
<preposition> = into | to | from;
<further_preposition> = (on [top of]) | in | (next to) | at | near;
...
...
This diff is collapsed.
Click to expand it.
ps-grammar/location/location.jsgf
+
8
−
8
View file @
d2573061
...
...
@@ -6,14 +6,14 @@ public <statement> = <locationPhrase> [please];
<verb> = go | search | learn | remember | memorize;
<location> = <appliance_class> | <shelf_class> | <seat_class> | <table_class> |
<room_class> | <utensil_class> |
<door_class>;
<location> = <appliance_class> | <shelf_class> | <seat_class> | <table_class> | <door_class>;
<appliance_class> =
stove | sink
| fridge |
tv_counte
r;
<shelf_class> = b
ar | kitchen_counter | cupboard | dresser | side_board
|
b
oo
k
_shelf
| pantry | cabinet
;
<appliance_class> =
coat_rack | kitchen_counter
| fridge |
ba
r;
<shelf_class> = b
ook_shelf
|
f
oo
d
_shelf;
<seat_class> = <seating_class>;
<seating_class> =
bench | bed | sofa | armchair
;
<table_class> =
hallway_table | side_table |
kitchen_table | d
inner
_table | couch_table |
bed
side
table;
<
r
oo
m
_class> =
kitchen | living_r
oo
m
|
bed_room | hallway
;
<utensil_class> =
hanger | umbrella_stand |
trash_bin
| plant
;
<door_class> = exit | entry;
<seating_class> =
sofa | bed
;
<table_class> = kitchen_table | d
esk | side
_table | couch_table |bed
room_
table;
<
d
oo
r
_class> =
exit_door | entry_d
oo
r
|
room_door
;
<utensil_class> = trash_bin;
<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
+
5
−
5
View file @
d2573061
...
...
@@ -3,12 +3,12 @@ grammar ToBI_object;
public <statement> = [<verb>] [<article>] <object> [please];
<object> = <grab_object>;
<grab_object> = <
cleaningstuff
_class> | <drink_class> | <snack_class> | <food_class>;
<grab_object> = <
bathroom
_class> | <drink_class> | <snack_class> | <food_class>;
<
cleaningstuff_class> = deodorant | toothpaste | cleaner | fresh_discs | spon
ge;
<drink_class> =
beer_bottle | fanta | beer_can | coke | seven_up | chocolate_milk | energy_drink | orange_juice | apple_juice | milk
;
<snack_class> = cho
c
olate | c
ookies | drops | cracker
;
<food_class> =
tomato
_sauce |
peanut_butter | chicken_noodles | marmalade | veggie_noodles | garlic_sauce
;
<
bathroom_class> = shower_gel | hair_
ge
l
;
<drink_class> =
orange_juice | fruit_juice | ice_tea | coffee | beer
;
<snack_class> = cho
k
olate
s
| c
hewing_gum | peanuts
;
<food_class> =
noodle
_sauce |
cat_food | dumplings | tacos
;
<verb> = bring | carry | retrieve | fetch | get | give | find | search for | put | learn | remember | memorize;
<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