Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
Pocketsphinx Configs
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
Admin message
Looking for advice? Join the
Matrix channel for GitLab users in Bielefeld
!
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
CLF
Robocup
Pocketsphinx Configs
Commits
f864a1ab
Commit
f864a1ab
authored
8 years ago
by
Sarah Schröder
Browse files
Options
Downloads
Patches
Plain Diff
chose simpler grammar for testing
parent
25e1b901
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
psGrammar/tasks/helpmecarry_commands.jsgf
+6
-11
6 additions, 11 deletions
psGrammar/tasks/helpmecarry_commands.jsgf
with
6 additions
and
11 deletions
psGrammar/tasks/helpmecarry_commands.jsgf
+
6
−
11
View file @
f864a1ab
...
@@ -5,16 +5,11 @@ public <statement> = [<robot>] [please] <command> [please] [<robot>];
...
@@ -5,16 +5,11 @@ public <statement> = [<robot>] [please] <command> [please] [<robot>];
<robot> = (tobi | robot | biron);
<robot> = (tobi | robot | biron);
<command> = (<follow> | <stop> | <goto>
| <deliver> | <find>
);
<command> = (<follow> | <stop> | <goto>);
<follow> =
(follow [me]
| come [with me] | let us go) [to the car]
;
<follow> = (follow [me]
)
;
<stop> =
((
(stop | wait) [
following me] [here]) | ((we (arrived at| are at | reached) | here is) [the] (car | goal)))
;
<stop> = (stop | wait) [
here]
;
<goto> = (go
| drive) [back] to <location>
;
<goto> = (go
to [the] <place>)
;
<deliver> = (bring | deliver | take) [the] <bag> to <location>;
<
find> = (find | search for| ask | look for) <name> in <location> [and ask (him | her) to help us]
;
<
place> = (place one | place two | door | start)
;
<bag> = (bag | groceries);
<name> = (michael | lucarelli | dombrowski | anna | beth | victoria);
<location> = (<room> | <room> <precisePlace> | <precisePlace> | <precisePlace> in <room>);
<room> = [the] (kitchen | bath room | living room | bed room);
<precisePlace> = [the] (table | sofa | couch | shelf);
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