mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-06 09:42:50 -06:00
"Committed_by_peb"
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user