diff options
| author | peb <unknown> | 2005-02-09 11:46:54 +0000 |
|---|---|---|
| committer | peb <unknown> | 2005-02-09 11:46:54 +0000 |
| commit | a0d412986305d4b45e82afde62ea48f1b06edb9d (patch) | |
| tree | bca6f55ef01469442ef55f6bd0caa511e147350f /src/GF/CF/CFtoSRG.hs | |
| parent | 4fd0c636f8590bf800715f2598e54ccc22c99b90 (diff) | |
"Committed_by_peb"
Diffstat (limited to 'src/GF/CF/CFtoSRG.hs')
| -rw-r--r-- | src/GF/CF/CFtoSRG.hs | 27 |
1 files changed, 6 insertions, 21 deletions
diff --git a/src/GF/CF/CFtoSRG.hs b/src/GF/CF/CFtoSRG.hs index 4437417e8..f8c7bddd5 100644 --- a/src/GF/CF/CFtoSRG.hs +++ b/src/GF/CF/CFtoSRG.hs @@ -1,7 +1,7 @@ ---------------------------------------------------------------------- -- | --- Module : (Module) --- Maintainer : (Maintainer) +-- Module : CFtoSRG +-- Maintainer : Markus Forsberg -- Stability : (stable) -- Portability : (portable) -- @@ -9,27 +9,12 @@ -- > CVS $Author $ -- > CVS $Revision $ -- --- (Description of the module) +-- This module prints a CF as a SRG (Speech Recognition Grammar). +-- Created : 21 January, 2001. +-- Modified : 16 April, 2004 by Aarne Ranta for GF 2. ----------------------------------------------------------------------------- -{- - ************************************************************** - GF Module - - Description : This module prints a CF as a SRG (Speech - Recognition Grammar). - - Author : Markus Forsberg (markus@cs.chalmers.se) - - License : GPL (GNU General Public License) - - Created : 21 January, 2001 - - Modified : 16 April, 2004 by Aarne Ranta for GF 2 - ************************************************************** --} - -module CFtoSRG where +module CFtoSRG (prSRG) where import Operations import CF |
