index
:
gf-core.git
master
optimize
Unnamed repository; edit this file 'description' to name the repository.
Adrian
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
GF
/
Conversion
/
SimpleToFCFG.hs
Age
Commit message (
Collapse
)
Author
2008-06-25
removed src for 2.9
aarne
2008-02-26
Replace fromJust with fromMaybe + error message when looking up lintype in ↵
bjorn
SimpleToFCFG. This makes problems easier to debug.
2008-02-19
Treat pre tokens as variants in SimpleToFCFG. This should allow us to parse ↵
bjorn
sentences with e.g. "an".
2008-02-14
fix the singleton selector generation
krasimir
2008-02-05
Expand higher-order abstract syntax in SimpleToFCFG.
bjorn
2008-01-03
Store FCFPInfo (all information needed for FCFG parsing) in GFCC files, and ↵
bringert
in the internal DataGFCC.GFCC structure. The parsing information format is still in flux.
2007-12-14
removed dep. on GFCCRaw
aarne
2007-12-13
new GFCC concrete syntax in place everywhere
aarne
2007-10-12
FCat is just a plain integer now
kr.angelov
2007-10-05
gf works with the new gfcc format
aarne
2007-10-04
handle (F ..) references in the lintypes
kr.angelov
2007-10-03
lincat index in CanonToGFCC decreased by 1
aarne
2007-10-02
more debugging of GrammarToGFCC
aarne
2007-09-25
whitespace only
kr.angelov
2007-09-24
remove FTypes module and move all definitions to Formalism.FCFG
kr.angelov
2007-09-23
remove some redundant dependencies from FCFG
kr.angelov
2007-09-21
error msg in SimpleToFCFG.convertCon
aarne
2007-09-20
refactored FCFG parsing to fit in GFCC shell
aarne
2007-09-19
adapted GFCC2FCFG to other uses of GFCC, made it to default parser
aarne
2007-01-11
fix aliases handling
kr_angelov
2007-01-11
remove all fromIntegral calls
kr_angelov
2006-12-28
GFCC to FCFG conversion
kr_angelov
2006-06-21
Optimized mkSingletonSelectors
kr.angelov
2006-06-21
the newName variable wasn't used and now it is removed
kr.angelov
2006-06-21
Some performance optimizations
kr.angelov
2006-06-06
initial support for literal categories e.g. String,Int and Float
kr.angelov
2006-06-03
support for non-linear grammars
kr.angelov
2006-06-03
the constraints list in the conversion rules should be sorted too
kr.angelov
2006-06-02
fix the "stack overflow" error with the Swedish grammar
kr.angelov
2006-06-01
bugfix
kr.angelov
2006-06-01
update the copyright messages
kr.angelov
2006-06-01
add the FCFG parser
kr.angelov