Added GSL speech recognition grammar generation.

This commit is contained in:
bringert
2004-09-14 08:36:57 +00:00
parent 318379f73a
commit 87eec27336
4 changed files with 231 additions and 1 deletions

View File

@@ -27,6 +27,7 @@ import PrGrammar
import PrOld
import MkGFC
import CFtoSRG
import PrGSL (prGSL)
import Zipper
@@ -190,6 +191,7 @@ customGrammarPrinter =
,(strCI "cf", prCF . stateCF)
,(strCI "old", printGrammarOld . stateGrammarST)
,(strCI "srg", prSRG . stateCF)
,(strCI "gsl", prGSL . Cnv.cfg . statePInfo)
,(strCI "lbnf", prLBNF . stateCF)
,(strCI "haskell", grammar2haskell . stateGrammarST)
,(strCI "morpho", prMorpho . stateMorpho)