From 982a5222726831d60f046fdeff91461ff610c6c5 Mon Sep 17 00:00:00 2001 From: bringert Date: Wed, 7 Sep 2005 13:21:30 +0000 Subject: Added the prerequisits for automaton building. --- src/GF/Speech/PrJSGF.hs | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/GF/Speech/PrJSGF.hs') diff --git a/src/GF/Speech/PrJSGF.hs b/src/GF/Speech/PrJSGF.hs index 8b73a080a..052299329 100644 --- a/src/GF/Speech/PrJSGF.hs +++ b/src/GF/Speech/PrJSGF.hs @@ -5,9 +5,9 @@ -- Stability : (stable) -- Portability : (portable) -- --- > CVS $Date: 2005/06/17 12:46:05 $ +-- > CVS $Date: 2005/09/07 14:21:30 $ -- > CVS $Author: bringert $ --- > CVS $Revision: 1.13 $ +-- > CVS $Revision: 1.14 $ -- -- This module prints a CFG as a JSGF grammar. -- @@ -20,7 +20,6 @@ module GF.Speech.PrJSGF (jsgfPrinter) where import GF.Speech.SRG -import GF.Speech.TransformCFG import GF.Infra.Ident import GF.Formalism.CFG import GF.Formalism.Utilities (Symbol(..)) @@ -31,7 +30,7 @@ import GF.Infra.Option jsgfPrinter :: Ident -- ^ Grammar name -> Options -> CGrammar -> String jsgfPrinter name opts cfg = prJSGF srg "" - where srg = makeSRG name opts (makeNice cfg) + where srg = makeSRG name opts cfg prJSGF :: SRG -> ShowS prJSGF (SRG{grammarName=name,startCat=start,origStartCat=origStart,rules=rs}) -- cgit v1.2.3