Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/uchile-robotics/uchile_hri
Browse files Browse the repository at this point in the history
… into develop
  • Loading branch information
benderuchile committed Jul 26, 2017
2 parents b02d828 + d4ef84b commit a6a569a
Show file tree
Hide file tree
Showing 5 changed files with 64 additions and 0 deletions.
8 changes: 8 additions & 0 deletions uchile_speech_pocketsphinx/Grammar/Stage1/continue.dic
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
BENDER B EH N D ER
CH S IY
CONTINUE K AH N T IH N Y UW
HUM HH AH M
MM EH M
S EH S
SH EH S
WA W AA
27 changes: 27 additions & 0 deletions uchile_speech_pocketsphinx/Grammar/Stage1/continue.fsg
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
FSG_BEGIN <sentence.sentence>
NUM_STATES 5
START_STATE 0
FINAL_STATE 3
TRANSITION 0 1 1.000000 HUM
TRANSITION 0 1 1.000000 WA
TRANSITION 0 1 1.000000 SH
TRANSITION 0 1 1.000000 CH
TRANSITION 0 1 1.000000 S
TRANSITION 0 1 1.000000 MM
TRANSITION 0 4 1.000000 BENDER
TRANSITION 1 2 1.000000 HUM
TRANSITION 1 2 1.000000 WA
TRANSITION 1 2 1.000000 SH
TRANSITION 1 2 1.000000 CH
TRANSITION 1 2 1.000000 S
TRANSITION 1 2 1.000000 MM
TRANSITION 1 2 1.000000
TRANSITION 2 3 1.000000 HUM
TRANSITION 2 3 1.000000 WA
TRANSITION 2 3 1.000000 SH
TRANSITION 2 3 1.000000 CH
TRANSITION 2 3 1.000000 S
TRANSITION 2 3 1.000000 MM
TRANSITION 2 3 1.000000
TRANSITION 4 3 1.000000 continue
FSG_END
13 changes: 13 additions & 0 deletions uchile_speech_pocketsphinx/Grammar/Stage1/continue.jsgf
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#JSGF V1.0;


grammar sentence;

public <sentence> = (BENDER) continue | <noise> [<noise>] [<noise>];


/* ------------- GRAMMAR --------------- */

<noise> = ( HUM | WA | SH | CH | S | MM ) ;


8 changes: 8 additions & 0 deletions uchile_speech_pocketsphinx/Grammar/Stage1/continue.word
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
HUM
WA
SH
CH
S
MM
BENDER
continue
8 changes: 8 additions & 0 deletions uchile_speech_pocketsphinx/Grammar/Stage1/continue.words
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
hum
wa
sh
ch
s
mm
bender
continue

0 comments on commit a6a569a

Please sign in to comment.