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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
CLF
Robocup
Pocketsphinx Configs
Commits
9cfafce1
Commit
9cfafce1
authored
9 years ago
by
skoester
Browse files
Options
Downloads
Patches
Plain Diff
fixed some errors
parent
d7a69a60
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/gpsr/gpsr.jsgf
+4
-5
4 additions, 5 deletions
ps-grammar/gpsr/gpsr.jsgf
ps-grammar/speechRecognition/speechRecognition.jsgf
+1
-1
1 addition, 1 deletion
ps-grammar/speechRecognition/speechRecognition.jsgf
with
5 additions
and
6 deletions
ps-grammar/gpsr/gpsr.jsgf
+
4
−
5
View file @
9cfafce1
...
...
@@ -8,7 +8,7 @@ public <task> = (<location_task> | <item_task> | <interact_task>);
<locations> = [the] (kitchen | bathroom | corridor);
<nav_commands> = (((move | go | navigate) to) | (get into) | exit | leave);
<nav_commands> = (((move | go | navigate) to) | (get into) |
from |
exit | leave);
<furniture> = (shelf | (diner table));
...
...
@@ -27,20 +27,19 @@ public <task> = (<location_task> | <item_task> | <interact_task>);
<item_destination> = ( [<person>] [at | to] [<locations>]);
<items> = ([the] (coffee | crackers));
<items> = ([the] (coffee | crackers
| milk
));
<interact_task> = ((<talk_with_person> | <interact_with_person>) [[(and | then)] <task>]);
<talk_with_person> = <talk_commands> ((something about
(
<person>
| <name>)
) | (the day of the month));
<talk_with_person> = <talk_commands> ((something about <person>) | (the day of the month));
<talk_commands> = tell | report | answer | introduce;
<interact_with_person> = (<memory_commands> [<pron>] [<person>] [(in front of you) | ([<noname>] [the] <locations>)]);
<person> = [<noname> | <pron>] (yourself | person | him | her | them | he | she | (the person));
<names> = (tobi);
<person> = [<noname> | <pron>] (yourself | person | him | her | them | he | she | (the person) | tobi | mary | female | male);
<talk_commands> = (((introduce | (tell something about)) <person>) | (the day of the month));
<memory_commands> = follow | memorize | find;
...
...
This diff is collapsed.
Click to expand it.
ps-grammar/speechRecognition/speechRecognition.jsgf
+
1
−
1
View file @
9cfafce1
...
...
@@ -22,7 +22,7 @@ public <task> = <question1> | <question2> | <question3> | <question4> | <questio
<question17> = which ty character said live longand prosper;
<question18> = in which state would you find the city birmingham;
<question19> = which hills divide england from scotland;
<question20> = what continent has the fewest flowering plants
,
<question20> = what continent has the fewest flowering plants
;
<question21> = what is canadas national animal;
<question22> = what is the alternative common name for a black leopard;
<question23> = what in cornwall is the most southerly point of mainland britain;
...
...
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