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
/
parser.c
Age
Commit message (
Expand
)
Author
2013-07-03
the parser in the C runtime now checks for duplicated results
kr.angelov
2013-06-27
C runtime: fix the debug modes in the parser and in the reasoner after the ch...
kr.angelov
2013-06-26
patch for adjustable heuristics from Python
kr.angelov
2013-05-07
bug fix in the management of memory pools in the statistical parser
kr.angelov
2013-05-06
the statistical parser is now using two memory pools: one for parsing and one...
kr.angelov
2013-05-05
fix the leftcorner filtering after the addition of word completion
kr.angelov
2013-05-01
word completion in the C runtime. The runtime/python/test.py example is now u...
kr.angelov
2013-04-26
finally the statistical parser is able to return all possible abstract trees
kr.angelov
2013-03-20
the calculation of lexical_prob in the statistical parser doesn't work proper...
kr.angelov
2013-03-20
replace #if with #ifdef when checking for the optional bottom up filtering in...
kr.angelov
2013-03-19
the bottom up filtering in the C runtime is temporary disabled. It takes too ...
kr.angelov
2013-03-11
bugfix in the statistical parser
kr.angelov
2013-02-19
the parser in the C runtime should not crash if the start category is not def...
kr.angelov
2013-02-12
now the beam size for the statistical parser can be configured by using the f...
kr.angelov
2013-02-12
the statistical parser now uses a baseline lexical estimation of the beam size
kr.angelov
2013-02-11
remove the pgf2yaml tool which was both broken and redundant. The declaration...
kr.angelov
2012-12-19
bugfix for linearization of metavariables at the root of a tree
kr.angelov
2012-12-19
a major reimplementation of the linearizer in the C runtime
kr.angelov
2012-12-13
bugfix: the outside probability of a PgfItemConts must always be initialized ...
kr.angelov
2012-12-11
bugfix for robust parsing with multi-word units
kr.angelov
2012-12-03
added experimental script for chunking in the C runtime
kr.angelov
2012-11-19
remove the duplicated definition of PgfProductionIdx in parser.c
kr.angelov
2012-11-16
bugfix for the building of bottom-up filter in the C runtime
kr.angelov
2012-11-14
revised heuristic in the statistical parser
kr.angelov
2012-11-13
bugfix in the statistical parser
kr.angelov
2012-11-12
two simple heuristics which speed up the statistical parser more than seven t...
kr.angelov
2012-11-12
a simple refactoring in the statistical parser
kr.angelov
2012-11-12
more counters in the profiler for the statistical parser
kr.angelov
2012-11-12
now we store the state instead of the offset for every continuation in the ch...
kr.angelov
2012-11-12
in the statistical parser: move the outside probability from the parse items ...
kr.angelov
2012-11-12
small refactoring in the C runtime
kr.angelov
2012-11-12
use size_t consistently as the type for constituent indices in the C runtime
kr.angelov
2012-10-25
forgot to add one #ifdef
kr.angelov
2012-10-25
a major refactoring in the robust parser: bottom-up filtering and garbage col...
kr.angelov
2012-09-24
in the robust parser we don't have to care about trees which yeld empty strin...
kr.angelov
2012-09-18
the C runtime now has a type prob_t which is used only for probability values
kr.angelov
2012-09-06
bugfix in the C parser
kr.angelov
2012-06-13
Use a separated tag for meta productions in the robust parser. This cleans up...
kr.angelov
2012-06-12
now there is a limit of 2000000 items in the chart of the robust parser. This...
kr.angelov
2012-06-12
now the robust parser is purely top-down and the meta rules compete on a fair...
kr.angelov
2012-05-25
the viterbi probability for the epsilon categories is now updated properly
kr.angelov
2012-05-16
another attempt to port the robust parser to 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-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
[next]