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
/
literals.c
Age
Commit message (
Expand
)
Author
2020-05-20
fix the uggly typo that broke the literals.
krangelov
2020-03-05
The APIs for callbacks and the bracketed strings now use a string for the ana...
krangelov
2017-04-19
explicitly classify all functions in libpgf as either internal or API functions
krasimir
2017-04-13
gu_string_buf -> gu_new_string_buf in libgu
krasimir
2017-04-12
a patch from Bjørnar Luteberget for compatibility with MSVC
krasimir
2015-05-19
added callback in C for unknown words
krasimir
2015-05-19
the NERC in C is now fully up-to-date with the other NERCs. In addition the N...
krasimir
2015-05-18
bugfix in the NERC in C
krasimir
2015-05-18
the callbacks in C now take the concrete syntax as a parameter
krasimir
2015-05-08
the parser is now fully Unicode compatible
krasimir
2015-05-07
fix the NERC in C to work for PN as literal
krasimir
2014-12-16
change in the API for literals
kr.angelov
2014-11-27
remove pgf/parser.h
kr.angelov
2014-10-09
throw away the long obsolete runtime type information in the C runtime
kr.angelov
2014-04-25
an initial Java/C API for predicting literals. Still not utilized
kr.angelov
2014-04-10
now fully functional Java API for custom literals
kr.angelov
2014-02-05
bugfix in the recognizer for literals in the C runtime
kr.angelov
2013-10-09
a major redesign in the C runtime. The parser and the linearizer now fully su...
kr.angelov
2013-10-04
GuString is now an ordinary C string - it makes live easier. In addition PgfS...
kr.angelov
2013-09-27
a major refactoring in the C and the Haskell runtimes. Note incompatible chan...
kr.angelov
2013-09-17
a major refactoring in the C runtime. GuList is now removed and replaced with...
kr.angelov
2013-09-05
remove the read and write modules from libgu. this simplifies the i/o layer
kr.angelov
2013-05-06
the statistical parser is now using two memory pools: one for parsing and one...
kr.angelov
2012-11-12
use size_t consistently as the type for constituent indices in the C runtime
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-03-12
libpgf: a new implementation for literals which also allows custom literals. ...
kr.angelov