This website requires JavaScript.
Explore
Help
Sign In
GitHub
/
gf-core
Watch
1
Star
0
Fork
1
You've already forked gf-core
mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced
2026-05-07 02:02:51 -06:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
8bcc70eac8af379ed3481039eb1bd5feea3cf195
gf-core
/
src
/
compiler
History
kr.angelov
8bcc70eac8
the GF syntax for identifiers is exteded with quoted forms, i.e. you could write for instance 'ab.c' and then everything between the quites is identifier. This includes Unicode characters and non-ASCII symbols. This is useful for automatically generated GF grammars.
2013-11-22 13:30:18 +00:00
..
GF
the GF syntax for identifiers is exteded with quoted forms, i.e. you could write for instance 'ab.c' and then everything between the quites is identifier. This includes Unicode characters and non-ASCII symbols. This is useful for automatically generated GF grammars.
2013-11-22 13:30:18 +00:00
SimpleEditor
the content of ParseEngAbs3.probs is now merged with ParseEngAbs.probs. The later is now retrained. Once the grammar is compiled with the .probs file now it doesn't need anything more to do robust parsing. The robustness itself is controlled by the flags 'heuristic_search_factor', 'meta_prob' and 'meta_token_prob' in ParseEngAbs.gf
2013-11-06 10:21:46 +00:00
GF.hs
Reduced clutter in monadic code
2013-11-20 00:45:33 +00:00
GFC.hs
Reduced clutter in monadic code
2013-11-20 00:45:33 +00:00
GFI.hs
Reduced clutter in monadic code
2013-11-20 00:45:33 +00:00
GFServer.hs
Reduced clutter in monadic code
2013-11-20 00:45:33 +00:00