1
0
forked from GitHub/gf-core

Got GSL generation working.

This commit is contained in:
bjorn
2008-06-17 12:06:27 +00:00
parent aa32e53ad1
commit 2cf7a7d07e
3 changed files with 18 additions and 34 deletions

View File

@@ -11,6 +11,7 @@ import GF.Speech.CFG
import GF.Speech.PGFToCFG
import GF.Speech.SRGS_XML
import GF.Speech.JSGF
import GF.Speech.GSL
import GF.Speech.VoiceXML
import GF.Text.UTF8
@@ -30,6 +31,7 @@ prPGF opts fmt gr name = case fmt of
FmtBNF -> prCFG $ pgfToCFG gr (outputConcr gr)
FmtSRGS_XML -> srgsXmlPrinter (flag optSISR opts) gr (outputConcr gr)
FmtJSGF -> jsgfPrinter (flag optSISR opts) gr (outputConcr gr)
FmtGSL -> gslPrinter gr (outputConcr gr)
FmtVoiceXML -> grammar2vxml gr (outputConcr gr)