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
Age
Commit message (
Expand
)
Author
2013-03-26
haddock bug workaround
hallgren
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-14
bug fix in the linearizer in the C runtime
kr.angelov
2013-03-14
update the pgf-service tool from the C runtime after the changes in the API
kr.angelov
2013-03-11
bugfix in the statistical parser
kr.angelov
2013-03-09
ghc-7.6: add missing Num instance for Bits
Sergei Trofimovich
2013-02-26
added gu_buf_flush in seq.c which removes all elements from a buffer
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-19
bugfix in the grammar reader in the C runtime
kr.angelov
2013-02-13
bugfix in the linearizer for the C runtime
kr.angelov
2013-02-13
Fix for a PGF portability problem
hallgren
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
the class PgfConcr from the Python binding now has a property name which retu...
kr.angelov
2013-02-11
refactoring: now all named objects in the C runtime have an explicit name field
kr.angelov
2013-02-11
remove the pgf2yaml tool which was both broken and redundant. The declaration...
kr.angelov
2013-02-11
the grammar reader in the C runtime is completely rewritten and it doesn't us...
kr.angelov
2013-02-01
This patch removes Gregoire's parse_tokens function in the python binding and...
kr.angelov
2013-02-01
implement gu_exn_caught in gu/exn.c. It was missing
kr.angelov
2013-01-29
Avoid crash in random generation with probabilities
hallgren
2013-01-29
bugfix in the reference counting for Python
kr.angelov
2013-01-29
the Python binding is in pure C again
kr.angelov
2013-01-29
added an API for composing and decomposing abstract trees from Python
kr.angelov
2013-01-29
fixed typos in the python binding: in a few places pgf_ExprType was used inst...
kr.angelov
2013-01-24
Python binding: add a parsing function that accepts directly a list of tokens.
gregoire.detrez
2013-01-08
fix warnings in pgf-parse.c
kr.angelov
2013-01-08
PGF installation instructions for Mac OSX
peter.ljunglof
2013-01-08
Made meta probs an optional argument instead of hard-coded in pgf-translate
peter.ljunglof
2013-01-08
New PGF utility: pgf-parse
peter.ljunglof
2013-01-07
now the Python binding has an alternative representation for abstract trees w...
kr.angelov
2013-01-07
a new reasoner in the C runtime. It supports tabling which makes it decideabl...
kr.angelov
2012-12-27
bugfix in the strings library from the C runtime
kr.angelov
2012-12-19
bugfix: the linearizer should not generate extra space at the end of the sent...
kr.angelov
2012-12-19
bugfix for linearization of metavariables at the root of a tree
kr.angelov
2012-12-19
rename linearize.{h/c} to linearizer.{h/c} which follows the convention used ...
kr.angelov
2012-12-19
a major reimplementation of the linearizer in the C runtime
kr.angelov
2012-12-18
fixed accidental bug in pgf-parse.c
kr.angelov
2012-12-18
the C runtime now can read abstract expressions with literals and meta variables
kr.angelov
2012-12-14
debugging infrastructure in the reasoner
kr.angelov
2012-12-14
bugfix for the reasoner in the C runtime
kr.angelov
2012-12-14
a bit more flexible API for parsing in Python
kr.angelov
2012-12-14
The first prototype for exhaustive generation in the C runtime. The trees are...
kr.angelov
2012-12-13
bugfix in the lexer from the C runtime. the input sentence doesn't have to te...
kr.angelov
2012-12-13
added simple error handling in the Python test
kr.angelov
2012-12-13
added a simple test for the Python binding
kr.angelov
2012-12-13
an initial API for parsing and linearization from Python
kr.angelov
2012-12-13
a top-level API for parsing in the C runtime
kr.angelov
2012-12-13
bugfix: the outside probability of a PgfItemConts must always be initialized ...
kr.angelov
[next]