Created
June 24, 2016 18:16
-
-
Save moriarty/20fbb331d90755a059ad7df30fba16ac to your computer and use it in GitHub Desktop.
Nuance VoCon Grammar Generation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Grammar File Generation | |
For grammar file generation you have to boot Windows. | |
Place the grammar files in: C:\grammars\<game>.bnf | |
Start "ASR Development Tools Prompt" and compile Grammar: | |
grmcpl.pyc -g C:\grammars\<game>.bnf -C C:\grammars\<game>.fcf --useclc | |
Place the generated file C:\grammars\<game>.fcf in $HOMER_DIR/catkin_ws/src/interaction/vocon/grammar on the lisa notebook. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment