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
2012-09-24
now the meta probability for a category is explicitly specified in the statis...
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 Haskell runtime now exports 'functionsByCat' which returns the list of al...
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-08-30
another fix for teyjus
kr.angelov
2012-08-30
the loading of PGF files was broken by the Teyjus patch. Now this is fixed
kr.angelov
2012-08-29
Use nub' instead of nub in some places, remove some unused nub imports
peter.ljunglof
2012-08-29
Added an O(n log n) version of nub
peter.ljunglof
2012-08-29
A basic infrastructure for generating Teyjus bytecode from the GF abstract sy...
kr.angelov
2012-08-03
fix some warnings in teyjus
kr.angelov
2012-08-01
the first draft of GF.Compile.Instructions
kr.angelov
2012-07-31
An initial import of the teyjus source code in the C runtime for GF. The two ...
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-06-10
command option ma -known to drop unknown words
aarne
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-26
Fix List.foldl / Map.foldl ambiguosity
Sergei Trofimovich
2012-03-18
PGF run-time library: function names in BracketedString (experimental)
hallgren
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
[next]