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
/
runtime
/
c
/
pgf
/
literals.c
Age
Commit message (
Collapse
)
Author
2013-09-17
a major refactoring in the C runtime. GuList is now removed and replaced ↵
kr.angelov
with GuSeq. The GuSeq/GuBuf API is simplified
2013-09-05
remove the read and write modules from libgu. this simplifies the i/o layer
kr.angelov
2013-05-06
the statistical parser is now using two memory pools: one for parsing and ↵
kr.angelov
one for the output trees. This means that the memory for parsing can be released as soon as the needed abstract trees are retrieved, while the trees themselves are retained in the separate output pool
2012-11-12
use size_t consistently as the type for constituent indices in the C runtime
kr.angelov
2012-05-08
a new unbiased statistical parser. it is still far from perfect use it on ↵
kr.angelov
your own risk.
2012-04-18
yet another fix for parsing literals
kr.angelov
2012-04-12
some fixes in the robust parser and a new API for literals
kr.angelov
2012-03-12
libpgf: a new implementation for literals which also allows custom literals. ↵
kr.angelov
the same mechanism is now used for the metavariables