diff options
| author | peb <unknown> | 2005-04-11 12:57:45 +0000 |
|---|---|---|
| committer | peb <unknown> | 2005-04-11 12:57:45 +0000 |
| commit | ac00f77dadd4d447803dd7cab5a36f47365325d0 (patch) | |
| tree | 2fd02b19234f8d1fcc20ee67a2367d4d4eebfcd8 /src/GF/Speech | |
| parent | f6273f7033b85eea9a8d0cc7d31e9697ba95d5b7 (diff) | |
"Committed_by_peb"
Diffstat (limited to 'src/GF/Speech')
| -rw-r--r-- | src/GF/Speech/PrGSL.hs | 10 | ||||
| -rw-r--r-- | src/GF/Speech/PrJSGF.hs | 10 | ||||
| -rw-r--r-- | src/GF/Speech/SRG.hs | 10 | ||||
| -rw-r--r-- | src/GF/Speech/TransformCFG.hs | 10 |
4 files changed, 20 insertions, 20 deletions
diff --git a/src/GF/Speech/PrGSL.hs b/src/GF/Speech/PrGSL.hs index 537bce960..d59412ebd 100644 --- a/src/GF/Speech/PrGSL.hs +++ b/src/GF/Speech/PrGSL.hs @@ -5,9 +5,9 @@ -- Stability : (stable) -- Portability : (portable) -- --- > CVS $Date: 2005/03/21 22:40:04 $ +-- > CVS $Date: 2005/04/11 13:53:38 $ -- > CVS $Author: peb $ --- > CVS $Revision: 1.14 $ +-- > CVS $Revision: 1.15 $ -- -- This module prints a CFG as a Nuance GSL 2.0 grammar. -- @@ -19,9 +19,9 @@ module PrGSL (gslPrinter) where import SRG import Ident -import GF.Parsing.CFGrammar -import GF.Parsing.Utilities (Symbol(..)) -import GF.Parsing.GrammarTypes +import GF.OldParsing.CFGrammar +import GF.OldParsing.Utilities (Symbol(..)) +import GF.OldParsing.GrammarTypes import GF.Printing.PrintParser import Option diff --git a/src/GF/Speech/PrJSGF.hs b/src/GF/Speech/PrJSGF.hs index f6dd7d0c3..9562ff5ac 100644 --- a/src/GF/Speech/PrJSGF.hs +++ b/src/GF/Speech/PrJSGF.hs @@ -5,9 +5,9 @@ -- Stability : (stable) -- Portability : (portable) -- --- > CVS $Date: 2005/03/21 22:40:05 $ +-- > CVS $Date: 2005/04/11 13:53:39 $ -- > CVS $Author: peb $ --- > CVS $Revision: 1.8 $ +-- > CVS $Revision: 1.9 $ -- -- This module prints a CFG as a JSGF grammar. -- @@ -21,9 +21,9 @@ module PrJSGF (jsgfPrinter) where import SRG import Ident -import GF.Parsing.CFGrammar -import GF.Parsing.Utilities (Symbol(..)) -import GF.Parsing.GrammarTypes +import GF.OldParsing.CFGrammar +import GF.OldParsing.Utilities (Symbol(..)) +import GF.OldParsing.GrammarTypes import GF.Printing.PrintParser import Option diff --git a/src/GF/Speech/SRG.hs b/src/GF/Speech/SRG.hs index 1e71d983a..9ec684295 100644 --- a/src/GF/Speech/SRG.hs +++ b/src/GF/Speech/SRG.hs @@ -5,9 +5,9 @@ -- Stability : (stable) -- Portability : (portable) -- --- > CVS $Date: 2005/03/21 22:40:06 $ +-- > CVS $Date: 2005/04/11 13:53:39 $ -- > CVS $Author: peb $ --- > CVS $Revision: 1.10 $ +-- > CVS $Revision: 1.11 $ -- -- Representation of, conversion to, and utilities for -- printing of a general Speech Recognition Grammar. @@ -21,9 +21,9 @@ module SRG where import Ident -import GF.Parsing.CFGrammar -import GF.Parsing.Utilities (Symbol(..)) -import GF.Parsing.GrammarTypes +import GF.OldParsing.CFGrammar +import GF.OldParsing.Utilities (Symbol(..)) +import GF.OldParsing.GrammarTypes import GF.Printing.PrintParser import TransformCFG import Option diff --git a/src/GF/Speech/TransformCFG.hs b/src/GF/Speech/TransformCFG.hs index 7c481f5c0..8dd81cb91 100644 --- a/src/GF/Speech/TransformCFG.hs +++ b/src/GF/Speech/TransformCFG.hs @@ -5,9 +5,9 @@ -- Stability : (stable) -- Portability : (portable) -- --- > CVS $Date: 2005/03/21 22:40:06 $ +-- > CVS $Date: 2005/04/11 13:53:39 $ -- > CVS $Author: peb $ --- > CVS $Revision: 1.8 $ +-- > CVS $Revision: 1.9 $ -- -- This module does some useful transformations on CFGs. -- @@ -17,9 +17,9 @@ module TransformCFG (makeNice, CFRule_) where import Ident -import GF.Parsing.CFGrammar -import GF.Parsing.Utilities (Symbol(..)) -import GF.Parsing.GrammarTypes +import GF.OldParsing.CFGrammar +import GF.OldParsing.Utilities (Symbol(..)) +import GF.OldParsing.GrammarTypes import GF.Printing.PrintParser import Data.FiniteMap |
