mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 19:42:50 -06:00
Added export list to TransformCFG and removed obsolete headers from other speech files.
This commit is contained in:
@@ -5,9 +5,9 @@
|
|||||||
-- Stability : (stable)
|
-- Stability : (stable)
|
||||||
-- Portability : (portable)
|
-- Portability : (portable)
|
||||||
--
|
--
|
||||||
-- > CVS $Date: 2005/02/18 19:21:21 $
|
-- > CVS $Date: 2005/02/22 13:35:19 $
|
||||||
-- > CVS $Author: peb $
|
-- > CVS $Author: bringert $
|
||||||
-- > CVS $Revision: 1.3 $
|
-- > CVS $Revision: 1.4 $
|
||||||
--
|
--
|
||||||
-- This module prints a CFG as a JSGF grammar.
|
-- This module prints a CFG as a JSGF grammar.
|
||||||
--
|
--
|
||||||
@@ -17,22 +17,6 @@
|
|||||||
-- FIXME: convert to UTF-8
|
-- FIXME: convert to UTF-8
|
||||||
-----------------------------------------------------------------------------
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
{-
|
|
||||||
**************************************************************
|
|
||||||
GF Module
|
|
||||||
|
|
||||||
Description : This module prints a CFG as a JSGF grammar.
|
|
||||||
|
|
||||||
Author : Björn Bringert (bringert@cs.chalmers.se)
|
|
||||||
|
|
||||||
License : GPL (GNU General Public License)
|
|
||||||
|
|
||||||
Created : October 1, 2004
|
|
||||||
|
|
||||||
Modified :
|
|
||||||
**************************************************************
|
|
||||||
-}
|
|
||||||
|
|
||||||
module PrJSGF (jsgfPrinter) where
|
module PrJSGF (jsgfPrinter) where
|
||||||
|
|
||||||
import SRG
|
import SRG
|
||||||
|
|||||||
@@ -5,9 +5,9 @@
|
|||||||
-- Stability : (stable)
|
-- Stability : (stable)
|
||||||
-- Portability : (portable)
|
-- Portability : (portable)
|
||||||
--
|
--
|
||||||
-- > CVS $Date: 2005/02/18 19:21:21 $
|
-- > CVS $Date: 2005/02/22 13:35:19 $
|
||||||
-- > CVS $Author: peb $
|
-- > CVS $Author: bringert $
|
||||||
-- > CVS $Revision: 1.4 $
|
-- > CVS $Revision: 1.5 $
|
||||||
--
|
--
|
||||||
-- Representation of, conversion to, and utilities for
|
-- Representation of, conversion to, and utilities for
|
||||||
-- printing of a general Speech Recognition Grammar.
|
-- printing of a general Speech Recognition Grammar.
|
||||||
@@ -18,24 +18,6 @@
|
|||||||
-- FIXME: figure out name prefix from grammar name
|
-- FIXME: figure out name prefix from grammar name
|
||||||
-----------------------------------------------------------------------------
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
{-
|
|
||||||
**************************************************************
|
|
||||||
GF Module
|
|
||||||
|
|
||||||
Description : Representation of, conversion to, and
|
|
||||||
utilities for printing of a
|
|
||||||
general Speech Recognition Grammar.
|
|
||||||
|
|
||||||
Author : Björn Bringert (bringert@cs.chalmers.se)
|
|
||||||
|
|
||||||
License : GPL (GNU General Public License)
|
|
||||||
|
|
||||||
Created : October 1, 2004
|
|
||||||
|
|
||||||
Modified :
|
|
||||||
**************************************************************
|
|
||||||
-}
|
|
||||||
|
|
||||||
module SRG where
|
module SRG where
|
||||||
|
|
||||||
import Ident
|
import Ident
|
||||||
|
|||||||
@@ -5,33 +5,16 @@
|
|||||||
-- Stability : (stable)
|
-- Stability : (stable)
|
||||||
-- Portability : (portable)
|
-- Portability : (portable)
|
||||||
--
|
--
|
||||||
-- > CVS $Date: 2005/02/18 19:21:21 $
|
-- > CVS $Date: 2005/02/22 13:35:19 $
|
||||||
-- > CVS $Author: peb $
|
-- > CVS $Author: bringert $
|
||||||
-- > CVS $Revision: 1.3 $
|
-- > CVS $Revision: 1.4 $
|
||||||
--
|
--
|
||||||
-- This module does some useful transformations on CFGs.
|
-- This module does some useful transformations on CFGs.
|
||||||
--
|
--
|
||||||
-- FIXME: remove cycles
|
-- FIXME: remove cycles
|
||||||
-----------------------------------------------------------------------------
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
{-
|
module TransformCFG (makeNice, CFRule_) where
|
||||||
**************************************************************
|
|
||||||
GF Module
|
|
||||||
|
|
||||||
Description : This module does some useful transformations
|
|
||||||
on CFGs.
|
|
||||||
|
|
||||||
Author : Björn Bringert (bringert@cs.chalmers.se)
|
|
||||||
|
|
||||||
License : GPL (GNU General Public License)
|
|
||||||
|
|
||||||
Created : September 13, 2004
|
|
||||||
|
|
||||||
Modified :
|
|
||||||
**************************************************************
|
|
||||||
-}
|
|
||||||
|
|
||||||
module TransformCFG where
|
|
||||||
|
|
||||||
import Ident
|
import Ident
|
||||||
import CFGrammar
|
import CFGrammar
|
||||||
|
|||||||
Reference in New Issue
Block a user