mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-25 20:42:50 -06:00
Use quest_Cat to generate questions in the VoiceXML printer.
This commit is contained in:
@@ -262,7 +262,7 @@ customGrammarPrinter =
|
||||
start = getStartCatCF opts s
|
||||
in srgsXmlPrinter name start opts True Nothing $ stateCFG s)
|
||||
,(strCI "vxml", \opts s -> let start = getStartCat opts s
|
||||
in grammar2vxml start (stateGrammarST s))
|
||||
in grammar2vxml start s)
|
||||
,(strCI "slf", \opts s -> let start = getStartCatCF opts s
|
||||
name = cncId s
|
||||
in slfPrinter name start $ stateCFG s)
|
||||
|
||||
Reference in New Issue
Block a user