diff options
| author | peb <unknown> | 2005-08-08 08:01:10 +0000 |
|---|---|---|
| committer | peb <unknown> | 2005-08-08 08:01:10 +0000 |
| commit | 1351c101337e46a89c066f0830ed6f06fc96cf7a (patch) | |
| tree | c2a07b6182345a72cf8cea2125972630044fdf46 /src/GF/Parsing/MCFG/ViaCFG.hs | |
| parent | b03a738c4433f40c1eca2691fe09ea31d71475fe (diff) | |
"Committed_by_peb"
Diffstat (limited to 'src/GF/Parsing/MCFG/ViaCFG.hs')
| -rw-r--r-- | src/GF/Parsing/MCFG/ViaCFG.hs | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/src/GF/Parsing/MCFG/ViaCFG.hs b/src/GF/Parsing/MCFG/ViaCFG.hs index 00fff83e0..9204ea9f1 100644 --- a/src/GF/Parsing/MCFG/ViaCFG.hs +++ b/src/GF/Parsing/MCFG/ViaCFG.hs @@ -1,12 +1,15 @@ -{-- Module -------------------------------------------------------------------- - Filename: ApproxParse.hs - Author: Håkan Burden - Time-stamp: <2005-04-18, 14:56> - - Description: An agenda-driven implementation of the active algorithm 4.3.4, - parsing through context-free approximation as described in - Ljunglöf (2004) -------------------------------------------------------------------------------} +---------------------------------------------------------------------- +-- | +-- Maintainer : PL +-- Stability : (stable) +-- Portability : (portable) +-- +-- > CVS $Date: 2005/08/08 09:01:25 $ +-- > CVS $Author: peb $ +-- > CVS $Revision: 1.4 $ +-- +-- MCFG parsing, through context-free approximation +----------------------------------------------------------------------------- module GF.Parsing.MCFG.ViaCFG where |
