Advertisement
Guest User

Untitled

a guest
Jun 24th, 2016
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. Grammar File Generation
  2.  
  3. For grammar file generation you have to boot Windows.
  4.  
  5. Place the grammar files in: C:\grammars\<game>.bnf
  6.  
  7. Start "ASR Development Tools Prompt" and compile Grammar:
  8.  
  9. grmcpl.pyc -g C:\grammars\<game>.bnf -C C:\grammars\<game>.fcf --useclc
  10.  
  11. Place the generated file C:\grammars\<game>.fcf in $HOMER_DIR/catkin_ws/src/interaction/vocon/grammar on the lisa notebook.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement