Skip to content

Instantly share code, notes, and snippets.

@moriarty
Created June 24, 2016 18:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save moriarty/20fbb331d90755a059ad7df30fba16ac to your computer and use it in GitHub Desktop.
Save moriarty/20fbb331d90755a059ad7df30fba16ac to your computer and use it in GitHub Desktop.
Nuance VoCon Grammar Generation
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