mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 03:32:51 -06:00
update the copyright messages
This commit is contained in:
@@ -1,13 +1,9 @@
|
|||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
-- |
|
-- |
|
||||||
-- Maintainer : PL
|
-- Maintainer : Krasimir Angelov
|
||||||
-- Stability : (stable)
|
-- Stability : (stable)
|
||||||
-- Portability : (portable)
|
-- Portability : (portable)
|
||||||
--
|
--
|
||||||
-- > CVS $Date: 2005/08/17 08:27:29 $
|
|
||||||
-- > CVS $Author: peb $
|
|
||||||
-- > CVS $Revision: 1.7 $
|
|
||||||
--
|
|
||||||
-- Converting SimpleGFC grammars to fast nonerasing MCFG grammar.
|
-- Converting SimpleGFC grammars to fast nonerasing MCFG grammar.
|
||||||
--
|
--
|
||||||
-- the resulting grammars might be /very large/
|
-- the resulting grammars might be /very large/
|
||||||
|
|||||||
@@ -1,14 +1,10 @@
|
|||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
-- |
|
-- |
|
||||||
-- Maintainer : PL
|
-- Maintainer : Krasimir Angelov
|
||||||
-- Stability : (stable)
|
-- Stability : (stable)
|
||||||
-- Portability : (portable)
|
-- Portability : (portable)
|
||||||
--
|
--
|
||||||
-- > CVS $Date: 2005/05/09 09:28:45 $
|
-- Definitions of fast multiple context-free grammars
|
||||||
-- > CVS $Author: peb $
|
|
||||||
-- > CVS $Revision: 1.2 $
|
|
||||||
--
|
|
||||||
-- Definitions of multiple context-free grammars
|
|
||||||
-----------------------------------------------------------------------------
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
module GF.Formalism.FCFG where
|
module GF.Formalism.FCFG where
|
||||||
|
|||||||
@@ -1,14 +1,10 @@
|
|||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
-- |
|
-- |
|
||||||
-- Maintainer : PL
|
-- Maintainer : Krasimir Angelov
|
||||||
-- Stability : (stable)
|
-- Stability : (stable)
|
||||||
-- Portability : (portable)
|
-- Portability : (portable)
|
||||||
--
|
--
|
||||||
-- > CVS $Date: 2005/05/11 10:28:16 $
|
-- FCFG parsing
|
||||||
-- > CVS $Author: peb $
|
|
||||||
-- > CVS $Revision: 1.5 $
|
|
||||||
--
|
|
||||||
-- MCFG parsing
|
|
||||||
-----------------------------------------------------------------------------
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
module GF.Parsing.FCFG
|
module GF.Parsing.FCFG
|
||||||
|
|||||||
@@ -1,13 +1,9 @@
|
|||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
-- |
|
-- |
|
||||||
-- Maintainer : PL
|
-- Maintainer : Krasimir Angelov
|
||||||
-- Stability : (stable)
|
-- Stability : (stable)
|
||||||
-- Portability : (portable)
|
-- Portability : (portable)
|
||||||
--
|
--
|
||||||
-- > CVS $Date: 2005/08/08 09:01:25 $
|
|
||||||
-- > CVS $Author: peb $
|
|
||||||
-- > CVS $Revision: 1.5 $
|
|
||||||
--
|
|
||||||
-- MCFG parsing, the active algorithm
|
-- MCFG parsing, the active algorithm
|
||||||
-----------------------------------------------------------------------------
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|||||||
@@ -1,14 +1,10 @@
|
|||||||
---------------------------------------------------------------------
|
---------------------------------------------------------------------
|
||||||
-- |
|
-- |
|
||||||
-- Maintainer : PL
|
-- Maintainer : Krasimir Angelov
|
||||||
-- Stability : (stable)
|
-- Stability : (stable)
|
||||||
-- Portability : (portable)
|
-- Portability : (portable)
|
||||||
--
|
--
|
||||||
-- > CVS $Date: 2005/05/13 12:40:19 $
|
-- FCFG parsing, parser information
|
||||||
-- > CVS $Author: peb $
|
|
||||||
-- > CVS $Revision: 1.5 $
|
|
||||||
--
|
|
||||||
-- MCFG parsing, parser information
|
|
||||||
-----------------------------------------------------------------------------
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
module GF.Parsing.FCFG.PInfo where
|
module GF.Parsing.FCFG.PInfo where
|
||||||
|
|||||||
@@ -1,13 +1,9 @@
|
|||||||
---------------------------------------------------------------------
|
---------------------------------------------------------------------
|
||||||
-- |
|
-- |
|
||||||
-- Maintainer : PL
|
-- Maintainer : Krasimir Angelov
|
||||||
-- Stability : (stable)
|
-- Stability : (stable)
|
||||||
-- Portability : (portable)
|
-- Portability : (portable)
|
||||||
--
|
--
|
||||||
-- > CVS $Date: 2005/08/08 09:01:25 $
|
|
||||||
-- > CVS $Author: peb $
|
|
||||||
-- > CVS $Revision: 1.5 $
|
|
||||||
--
|
|
||||||
-- Definitions of ranges, and operations on ranges
|
-- Definitions of ranges, and operations on ranges
|
||||||
-----------------------------------------------------------------------------
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user