summaryrefslogtreecommitdiff
path: root/src/runtime/c/pgf/parser.c
AgeCommit message (Expand)Author
2012-06-13Use a separated tag for meta productions in the robust parser. This cleans up...kr.angelov
2012-06-12now there is a limit of 2000000 items in the chart of the robust parser. This...kr.angelov
2012-06-12now the robust parser is purely top-down and the meta rules compete on a fair...kr.angelov
2012-05-25the viterbi probability for the epsilon categories is now updated properlykr.angelov
2012-05-16another attempt to port the robust parser to MacOSkr.angelov
2012-05-08a new unbiased statistical parser. it is still far from perfect use it on you...kr.angelov
2012-04-12some fixes in the robust parser and a new API for literalskr.angelov
2012-04-02simple cleanup in the robust parserkr.angelov
2012-03-12libpgf: a new implementation for literals which also allows custom literals. ...kr.angelov
2012-03-09libpgf: added simple lexerkr.angelov
2012-03-07libpgf: implementation for built in literal categorieskr.angelov
2012-03-07libpgf: simple fix in the parser debuggerkr.angelov
2012-03-07libpgf: two APIs - one for finding all parse results and another for finding ...kr.angelov
2012-03-05libpgf: now all concrete functions and categories are explicitly linked to th...kr.angelov
2012-03-02libpgf: preliminary version for the statistical ranking. we use naive statist...kr.angelov
2012-02-29libpgf: the first prototype for the robust parserkr.angelov
2012-02-28libpgf: another fix in the parser debuggerkr.angelov
2012-02-28libpgf: fix in the parser debuggerkr.angelov
2012-02-22libpgf: now we have both complete bottom up index for robust parsing and fast...kr.angelov
2012-02-22libpgf: two small fixes in the parser debuggerkr.angelov
2012-02-21libpgf: added index for fast lexicon lookup. Still not perfectkr.angelov
2012-02-18libpgf: now the debugging mode for the parser is available only with compilat...kr.angelov
2012-02-18libpgf: now the linearization index is created during the grammar loading whi...kr.angelov
2012-01-26libpgf: switch to using callbacks and lazy prediction in the parser. this red...kr.angelov
2012-01-26libpgf: use a temporal pool for allocating the arrays in the continuation map...kr.angelov
2012-01-23libpgf: debugging framework for the parserkr.angelov
2012-01-20initial import of the C runtimekr.angelov