1
0
forked from GitHub/gf-core
Commit Graph

72 Commits

Author SHA1 Message Date
bjorn c430d88a09 Replace fromJust with fromMaybe + error message when looking up lintype in SimpleToFCFG. This makes problems easier to debug. 2008-02-26 14:00:15 +00:00
bjorn 7412c24267 Treat pre tokens as variants in SimpleToFCFG. This should allow us to parse sentences with e.g. "an". 2008-02-19 22:09:56 +00:00
krasimir 5b4a228215 fix the singleton selector generation 2008-02-14 12:48:41 +00:00
bjorn ef50209983 Expand higher-order abstract syntax in SimpleToFCFG. 2008-02-05 14:33:22 +00:00
bringert af1a3a2473 Store FCFPInfo (all information needed for FCFG parsing) in GFCC files, and in the internal DataGFCC.GFCC structure. The parsing information format is still in flux. 2008-01-03 17:10:05 +00:00
aarne f85ba4bfa0 removed dep. on GFCCRaw 2007-12-14 09:25:18 +00:00
aarne b447cf1a04 new GFCC concrete syntax in place everywhere 2007-12-13 20:19:47 +00:00
kr.angelov 873a160537 FCat is just a plain integer now 2007-10-12 16:00:37 +00:00
aarne 8d0aaf0b24 cleaned up obsolete GFCC references 2007-10-06 07:37:44 +00:00
aarne 48623470cd gf works with the new gfcc format 2007-10-05 12:54:29 +00:00
kr.angelov acc32ec199 handle (F ..) references in the lintypes 2007-10-04 18:23:59 +00:00
aarne 70c8cff0f9 lincat index in CanonToGFCC decreased by 1 2007-10-03 16:15:33 +00:00
aarne 8fc4f7b1fd more debugging of GrammarToGFCC 2007-10-02 13:44:52 +00:00
kr.angelov bb8e7d2d58 whitespace only 2007-09-25 14:56:46 +00:00
kr.angelov 6aacec3591 remove FTypes module and move all definitions to Formalism.FCFG 2007-09-24 08:12:11 +00:00
kr.angelov 0cd5e62e83 remove some redundant dependencies from FCFG 2007-09-23 20:01:25 +00:00
aarne 8dcfb978ef error msg in SimpleToFCFG.convertCon 2007-09-21 13:02:35 +00:00
aarne 3707eb4576 refactored FCFG parsing to fit in GFCC shell 2007-09-20 09:10:37 +00:00
aarne 7825a1a1c5 adapted GFCC2FCFG to other uses of GFCC, made it to default parser 2007-09-19 13:49:12 +00:00
kr_angelov a886f7042b remove trace 2007-01-11 19:19:46 +00:00
kr_angelov ccc248eb20 fix aliases handling 2007-01-11 19:16:36 +00:00
kr_angelov fad6869ffe remove all fromIntegral calls 2007-01-11 12:48:31 +00:00
kr_angelov 3f183ce821 GFCC to FCFG conversion 2006-12-28 16:45:57 +00:00
kr.angelov af555cc6a7 Optimized mkSingletonSelectors 2006-06-21 19:37:18 +00:00
kr.angelov eed8c6f813 the newName variable wasn't used and now it is removed 2006-06-21 13:45:45 +00:00
kr.angelov 811621520c Some performance optimizations 2006-06-21 13:40:59 +00:00
kr.angelov f09e929dd1 initial support for literal categories e.g. String,Int and Float 2006-06-06 21:30:14 +00:00
kr.angelov 283379b57f support for non-linear grammars 2006-06-03 17:58:34 +00:00
peb 14f9452fd8 added the file GF.Conversion.MCFGtoFCFG 2006-06-07 20:25:39 +00:00
aarne 06e8ae025e Lang modules in terms of Grammar 2006-06-07 18:37:11 +00:00
peb 4009b46358 new conversion MCFG -> FCFG, new grammar printers for FCFG 2006-06-07 16:06:49 +00:00
kr.angelov 81d9aea92f the constraints list in the conversion rules should be sorted too 2006-06-03 10:30:10 +00:00
peb 3ddb066a55 added -fcgf grammar printer 2006-06-02 10:44:41 +00:00
kr.angelov 58bcb9e22e fix the "stack overflow" error with the Swedish grammar 2006-06-02 08:34:17 +00:00
kr.angelov d1fa17ba6b bugfix 2006-06-01 21:36:17 +00:00
kr.angelov 35d2d47356 update the copyright messages 2006-06-01 11:29:30 +00:00
kr.angelov e51eaed4fd add the FCFG parser 2006-06-01 11:19:47 +00:00
kr.angelov 496f1fc876 The SLinType type is changed so that you don't have to use enumerateTerms each time when you want to know the possible table arguments 2006-06-01 10:26:49 +00:00
peb c437f63404 adding support for 2nd order functions in SimpleGFC format 2006-04-04 09:33:22 +00:00
peb 6d13bb9e3c fixed bug with variants in GF.Conversion.RemoveErasing 2006-03-21 06:18:03 +00:00
peb 00d3d0b27d fixing prolog printing 2006-03-09 12:39:11 +00:00
peb 641fa54ddc inferred constants in profiles 2006-03-09 11:32:52 +00:00
peb acd24331af peb 2006-01-13 08:42:25 +00:00
peb 01c9d9ebf2 "Committed_by_peb" 2005-11-16 09:21:21 +00:00
aarne 01466aa3fd cfgm 2005-10-07 10:24:51 +00:00
peb 1703bb826e "Committed_by_peb" 2005-10-05 10:56:42 +00:00
aarne 6d179267de CSEE now works fine 2005-09-20 08:32:55 +00:00
peb 16f2bf8cd6 "Committed_by_peb" 2005-09-14 08:51:18 +00:00
peb 7ad0dda9ed "Committed_by_peb" 2005-09-01 08:53:18 +00:00
peb f812648dc3 "Committed_by_peb" 2005-08-18 12:18:10 +00:00