summaryrefslogtreecommitdiff
path: root/src/GF
diff options
context:
space:
mode:
Diffstat (limited to 'src/GF')
-rw-r--r--src/GF/Conversion/SimpleToFCFG.hs6
-rw-r--r--src/GF/Formalism/FCFG.hs8
-rw-r--r--src/GF/Parsing/FCFG.hs8
-rw-r--r--src/GF/Parsing/FCFG/Active.hs6
-rw-r--r--src/GF/Parsing/FCFG/PInfo.hs8
-rw-r--r--src/GF/Parsing/FCFG/Range.hs6
6 files changed, 9 insertions, 33 deletions
diff --git a/src/GF/Conversion/SimpleToFCFG.hs b/src/GF/Conversion/SimpleToFCFG.hs
index a41c7e92f..deff5fd95 100644
--- a/src/GF/Conversion/SimpleToFCFG.hs
+++ b/src/GF/Conversion/SimpleToFCFG.hs
@@ -1,13 +1,9 @@
----------------------------------------------------------------------
-- |
--- Maintainer : PL
+-- Maintainer : Krasimir Angelov
-- Stability : (stable)
-- 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.
--
-- the resulting grammars might be /very large/
diff --git a/src/GF/Formalism/FCFG.hs b/src/GF/Formalism/FCFG.hs
index 9ef1f4000..a4923038e 100644
--- a/src/GF/Formalism/FCFG.hs
+++ b/src/GF/Formalism/FCFG.hs
@@ -1,14 +1,10 @@
----------------------------------------------------------------------
-- |
--- Maintainer : PL
+-- Maintainer : Krasimir Angelov
-- Stability : (stable)
-- Portability : (portable)
--
--- > CVS $Date: 2005/05/09 09:28:45 $
--- > CVS $Author: peb $
--- > CVS $Revision: 1.2 $
---
--- Definitions of multiple context-free grammars
+-- Definitions of fast multiple context-free grammars
-----------------------------------------------------------------------------
module GF.Formalism.FCFG where
diff --git a/src/GF/Parsing/FCFG.hs b/src/GF/Parsing/FCFG.hs
index bec6eb777..f4aa806d5 100644
--- a/src/GF/Parsing/FCFG.hs
+++ b/src/GF/Parsing/FCFG.hs
@@ -1,14 +1,10 @@
----------------------------------------------------------------------
-- |
--- Maintainer : PL
+-- Maintainer : Krasimir Angelov
-- Stability : (stable)
-- Portability : (portable)
--
--- > CVS $Date: 2005/05/11 10:28:16 $
--- > CVS $Author: peb $
--- > CVS $Revision: 1.5 $
---
--- MCFG parsing
+-- FCFG parsing
-----------------------------------------------------------------------------
module GF.Parsing.FCFG
diff --git a/src/GF/Parsing/FCFG/Active.hs b/src/GF/Parsing/FCFG/Active.hs
index 662aec6e4..7a1163a59 100644
--- a/src/GF/Parsing/FCFG/Active.hs
+++ b/src/GF/Parsing/FCFG/Active.hs
@@ -1,13 +1,9 @@
----------------------------------------------------------------------
-- |
--- Maintainer : PL
+-- Maintainer : Krasimir Angelov
-- Stability : (stable)
-- Portability : (portable)
--
--- > CVS $Date: 2005/08/08 09:01:25 $
--- > CVS $Author: peb $
--- > CVS $Revision: 1.5 $
---
-- MCFG parsing, the active algorithm
-----------------------------------------------------------------------------
diff --git a/src/GF/Parsing/FCFG/PInfo.hs b/src/GF/Parsing/FCFG/PInfo.hs
index 6fdc79269..dffc4dbdf 100644
--- a/src/GF/Parsing/FCFG/PInfo.hs
+++ b/src/GF/Parsing/FCFG/PInfo.hs
@@ -1,14 +1,10 @@
---------------------------------------------------------------------
-- |
--- Maintainer : PL
+-- Maintainer : Krasimir Angelov
-- Stability : (stable)
-- Portability : (portable)
--
--- > CVS $Date: 2005/05/13 12:40:19 $
--- > CVS $Author: peb $
--- > CVS $Revision: 1.5 $
---
--- MCFG parsing, parser information
+-- FCFG parsing, parser information
-----------------------------------------------------------------------------
module GF.Parsing.FCFG.PInfo where
diff --git a/src/GF/Parsing/FCFG/Range.hs b/src/GF/Parsing/FCFG/Range.hs
index 31ad088de..6badf4252 100644
--- a/src/GF/Parsing/FCFG/Range.hs
+++ b/src/GF/Parsing/FCFG/Range.hs
@@ -1,13 +1,9 @@
---------------------------------------------------------------------
-- |
--- Maintainer : PL
+-- Maintainer : Krasimir Angelov
-- Stability : (stable)
-- Portability : (portable)
--
--- > CVS $Date: 2005/08/08 09:01:25 $
--- > CVS $Author: peb $
--- > CVS $Revision: 1.5 $
---
-- Definitions of ranges, and operations on ranges
-----------------------------------------------------------------------------