1
0
forked from GitHub/gf-core

Rename GF.Speech.SRGS to GF.Speech.SRGS_XML

This commit is contained in:
bjorn
2008-06-12 18:24:26 +00:00
parent 1a72dbf6f2
commit 43459c75c8
2 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ import GF.Compile.GFCCtoJS
import GF.Infra.Option import GF.Infra.Option
import GF.Speech.CFG import GF.Speech.CFG
import GF.Speech.PGFToCFG import GF.Speech.PGFToCFG
import GF.Speech.SRGS import GF.Speech.SRGS_XML
import GF.Speech.VoiceXML import GF.Speech.VoiceXML
import GF.Text.UTF8 import GF.Text.UTF8

View File

@@ -1,10 +1,10 @@
---------------------------------------------------------------------- ----------------------------------------------------------------------
-- | -- |
-- Module : SRGS -- Module : GF.Speech.SRGS_XML
-- --
-- Prints an SRGS XML speech recognition grammars. -- Prints an SRGS XML speech recognition grammars.
---------------------------------------------------------------------- ----------------------------------------------------------------------
module GF.Speech.SRGS (srgsXmlPrinter, srgsXmlNonRecursivePrinter) where module GF.Speech.SRGS_XML (srgsXmlPrinter, srgsXmlNonRecursivePrinter) where
import GF.Data.Utilities import GF.Data.Utilities
import GF.Data.XML import GF.Data.XML