Added GSL speech recognition grammar generation.

This commit is contained in:
bringert
2004-09-14 08:36:57 +00:00
parent 9ff30c0ac6
commit 7f79a8eaa4
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)