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
Age
Commit message (
Expand
)
Author
2012-05-25
the viterbi probability for the epsilon categories is now updated properly
kr.angelov
2012-05-25
fixed an alignment bug in libgu which leads to crash on some platforms
kr.angelov
2012-05-25
fixed memory leak in the pgf-translate tool
kr.angelov
2012-05-25
added pgf-service.c in the robust parser'
kr.angelov
2012-05-16
another attempt to port the robust parser to MacOS
kr.angelov
2012-05-16
small fix for compiling the robust parser on MacOS
kr.angelov
2012-05-08
a new unbiased statistical parser. it is still far from perfect use it on you...
kr.angelov
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-04-02
simple cleanup in the robust parser
kr.angelov
2012-03-12
libpgf: a new implementation for literals which also allows custom literals. ...
kr.angelov
2012-03-09
libpgf: added simple lexer
kr.angelov
2012-03-07
libpgf: implementation for built in literal categories
kr.angelov
2012-03-07
libpgf: simple fix in the parser debugger
kr.angelov
2012-03-07
libpgf: two APIs - one for finding all parse results and another for finding ...
kr.angelov
2012-03-05
libpgf: now all concrete functions and categories are explicitly linked to th...
kr.angelov
2012-03-02
libpgf: preliminary version for the statistical ranking. we use naive statist...
kr.angelov
2012-03-02
libpgf: simple optimization in the implementation for heaps
kr.angelov
2012-02-29
libpgf: an API for building heaps from buffers in gu/seq.c
kr.angelov
2012-02-29
libpgf: the first prototype for the robust parser
kr.angelov
2012-02-29
libpgf: the choice object should remember integers instead of single bytes
kr.angelov
2012-02-28
libpgf: another fix in the parser debugger
kr.angelov
2012-02-28
libpgf: the time measurement in pgf-translate should be made after pgf_parse_...
kr.angelov
2012-02-28
libpgf: fix in the parser debugger
kr.angelov
2012-02-27
libpgf: pretty printing for expressions with metavaraibles
kr.angelov
2012-02-24
libpgf: fix in pgf_read_into_map
kr.angelov
2012-02-24
libpgf: simple fix in the grammar printer and the reader
kr.angelov
2012-02-22
libpgf: now we have both complete bottom up index for robust parsing and fast...
kr.angelov
2012-02-22
libpgf: two small fixes in the parser debugger
kr.angelov
2012-02-22
libpgf: the map curr_lindefs must be allocated from a temporary pool
kr.angelov
2012-02-21
libpgf: added index for fast lexicon lookup. Still not perfect
kr.angelov
2012-02-21
utils/pgf-translate now reports the parsing time
kr.angelov
2012-02-18
libpgf: now the debugging mode for the parser is available only with compilat...
kr.angelov
2012-02-18
libpgf: remove the now redundant field extra_ccats in PgfConcr
kr.angelov
2012-02-18
libpgf: now the linearization index is created during the grammar loading whi...
kr.angelov
2012-02-17
libpgf: simplify the loading of PgfCncCat
kr.angelov
2012-02-17
libpgf: added printer.c
kr.angelov
2012-01-26
libpgf: switch to using callbacks and lazy prediction in the parser. this red...
kr.angelov
2012-01-26
libpgf: use a temporal pool for allocating the arrays in the continuation map...
kr.angelov
2012-01-26
libpgf: fix a warning in reader.c
kr.angelov
2012-01-26
libpgf: fix in string.h
kr.angelov
2012-01-24
libpgf: few fixes to make the loading of grammars with def rules possible
kr.angelov
2012-01-23
libpgf: extra_ccat is now redundant and was removed
kr.angelov
2012-01-23
libpgf: forgot to add utils/pgf-print.c
kr.angelov
2012-01-23
pgf-translate: add \n at the end of two error messages
kr.angelov
2012-01-23
libpgf: debugging framework for the parser
kr.angelov
2012-01-23
libpgf: the concrete categories were allocated from the temporary pool
kr.angelov
2012-01-23
libpgf: printing of literals and flags
kr.angelov
2012-01-23
libpgf: move the lindefs field from PgfCncCat to PgfCCat. display the list in...
kr.angelov
2012-01-21
added an API for printing the PGF to human readable format
kr.angelov
[next]