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
0879595d
Commit
0879595d
authored
10 years ago
by
gminareci
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of rcs:/home/biron/git/robocup-speechrec
parents
b804b367
e5ba8752
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ps-grammar/emergencySituation/object.jsgf
+2
-2
2 additions, 2 deletions
ps-grammar/emergencySituation/object.jsgf
ps-grammar/sfb/review.jsgf
+1
-1
1 addition, 1 deletion
ps-grammar/sfb/review.jsgf
with
3 additions
and
3 deletions
ps-grammar/emergencySituation/object.jsgf
+
2
−
2
View file @
0879595d
...
...
@@ -3,9 +3,9 @@ grammar emergencySituation_object;
public <emergencySituation> = <objectPhrase>;
<objectPhrase> = <water> | <
firstaidk
it> | <cellphone>
| <nothing>
;
<objectPhrase> = <water> | <
biscu
it
s
> | <cellphone>;
<water> = water;
<
firstaidk
it> =
first aid k
it;
<
biscu
it
s
> =
biscu
it
s
;
<cellphone> = cell phone;
<nothing> = nothing;
This diff is collapsed.
Click to expand it.
ps-grammar/sfb/review.jsgf
+
1
−
1
View file @
0879595d
...
...
@@ -11,4 +11,4 @@ public <review> = [tobi] [please] (<follow> | <observe> | <teach> | <locate> | <
<locate> = ( ( where is [a | an | the] ) | ( where are [the] ) ) ( <object> | <furniture> );
<list> = ( which objects do you know ) | ( list [the] objects );
<furniture> = [other] ( shelf | cupboard | table | chair | armchair | sofa | stool | dresser | closet );
<object> = [other] ( pringles |
apple | milk
| biscuits |
boo
k );
<object> = [other] ( pringles |
coffee | crackers
| biscuits |
mil
k );
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