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
2015-02-26
bugfix in the parser which caused some items to be poped in the wrong order i...
krasimir
2015-02-24
remove three more uses of meta productions that were left in debugging mode
krasimir
2015-02-19
parsing with meta rules is now removed since we don't use them anymore and I ...
krasimir
2015-02-18
fix in the parser for callbacks in the middle of a word
krasimir
2014-12-16
change in the API for literals
kr.angelov
2014-12-01
fix the last patch
kr.angelov
2014-12-01
a small optimization in the PGF parser which gives me ~5% speed up
kr.angelov
2014-11-27
remove pgf/parser.h
kr.angelov
2014-11-26
fix the handling of the heuristic factor. it was broken when I added the BIND...
kr.angelov
2014-10-23
a simple optimization in cmp_item_prob with great effect on the parser's speed
kr.angelov
2014-10-09
Prelude.CAPIT is now a built-in primitive. It still generates &| in the Haske...
kr.angelov
2014-10-09
throw away the long obsolete runtime type information in the C runtime
kr.angelov
2014-10-09
replace the hash maps in the abstract syntax with binary search tables
kr.angelov
2014-04-22
bugfix in the handling of BIND in the C runtime
kr.angelov
2014-04-17
now word completion from Java works. It could be made better
kr.angelov
2014-04-10
now fully functional Java API for custom literals
kr.angelov
2014-04-08
bugfix in the C runtime that shows up with only some grammars
kr.angelov
2014-03-25
small fixes in the C runtime
kr.angelov
2014-03-18
whitespace cleanup in the parser
kr.angelov
2014-03-12
compute the right word probability
kr.angelov
2014-03-07
added pgf_lookup_word_prefix which makes it possible to do simple word predic...
kr.angelov
2013-12-10
loading and unloading of languages in the C runtime and in the Python bindings
kr.angelov
2013-11-22
bugfix in the debug mode for the parser
kr.angelov
2013-11-21
bugfix in the C runtime
kr.angelov
2013-11-18
bugfix in the robust parser
kr.angelov
2013-11-13
bugfix in the C runtime which had made the parser up to 200 times slower for ...
kr.angelov
2013-11-12
added Predef.SOFT_BIND. This special token allows zero or more spaces between...
kr.angelov
2013-11-07
factor of 3 speedup for the translation without slowing down the grammar load...
kr.angelov
2013-11-06
fix in the parsing with pre
kr.angelov
2013-11-06
the content of ParseEngAbs3.probs is now merged with ParseEngAbs.probs. The l...
kr.angelov
2013-11-01
fix the robust parser for unknown tokens
kr.angelov
2013-10-30
use linref in the C linearizer. The robust linearization is now fully supported
kr.angelov
2013-10-30
added the linref construction in GF. The PGF version number is now bumped
kr.angelov
2013-10-28
another fix for 'pre'
kr.angelov
2013-10-28
fix the handling of 'pre' in the C runtime
kr.angelov
2013-10-21
bugfix for the custom literals in the C runtime
kr.angelov
2013-10-09
avoid warning in parser.c when debugging is OFF
kr.angelov
2013-10-09
a major redesign in the C runtime. The parser and the linearizer now fully su...
kr.angelov
2013-10-08
fix the robust parser after the change of GuString
kr.angelov
2013-10-04
GuString is now an ordinary C string - it makes live easier. In addition PgfS...
kr.angelov
2013-09-30
better handling for nonExist in the C runtime. BIND is also supported in the ...
kr.angelov
2013-09-27
a major refactoring in the C and the Haskell runtimes. Note incompatible chan...
kr.angelov
2013-09-25
fix the debug mode of the parser after the refactoring in libgu
kr.angelov
2013-09-17
a major refactoring in the C runtime. GuList is now removed and replaced with...
kr.angelov
2013-09-13
remove leftcorner_cat_idx which is now redundant
kr.angelov
2013-09-13
minor optimization/refactoring in the grammar reader
kr.angelov
2013-09-13
the leftcorner indexing is now completely removed since it slowed down the lo...
kr.angelov
2013-09-13
fix the debug mode of the parser after the changes in the libgu API
kr.angelov
2013-09-12
remove the logging from libgu
kr.angelov
2013-09-05
remove the read and write modules from libgu. this simplifies the i/o layer
kr.angelov
[prev]
[next]