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
2022-07-16
support for BIND tokens in the Python bindings
Krasimir Angelov
2020-11-17
Take a step back and do bottom up prediction only when needed. This solves th...
krangelov
2020-07-26
filter out empty brackets
krangelov
2020-05-20
bugfix in parsing literals
krangelov
2020-03-25
switch off the debugger
krangelov
2020-03-05
The APIs for callbacks and the bracketed strings now use a string for the ana...
krangelov
2019-12-07
a version of the parser which returns a chart rather than a list of expressions
krangelov
2019-10-09
forgot that debugging is on
krangelov
2019-10-09
fix chunk extraction when there are literals
krangelov
2019-10-09
fix the parsing for literals after the latest changes in the parser
krangelov
2019-08-30
first version of a parser which returns chunks in case of failure
krangelov
2019-08-09
bugfix in the parser's scanner
krangelov
2019-06-30
fully supported case-insensitive parsing/lookup
krangelov
2019-06-25
the parser now ensures that all word senses are in the chart
krangelov
2019-06-24
share some code for printing
krangelov
2019-05-28
API for scanning for cohorts in an arbitrary text
krangelov
2019-02-14
disable the parser debugger which was left enabled by accident
krangelov
2018-12-20
save the original concrete category in BracketedString
Krasimir Angelov
2018-06-27
undo the partial fix for word completion since it breaks normal parsing
Krasimir Angelov
2018-04-12
bugfix in the C parser
Krasimir Angelov
2018-02-04
partial fix for word completion in the C runtime
Krasimir Angelov
2017-09-14
make the API for indexing in the parser and the linearizer public since it wi...
Krasimir Angelov
2017-09-06
word completion in the C parser now returns information about the function wh...
Krasimir Angelov
2017-09-06
the parser in the C runtime can now detect incomplete sentences just like the...
Krasimir Angelov
2017-08-22
a nicer pretty printing for the PGF format
Krasimir Angelov
2017-08-22
fix the id for fidStart in the C runtime
Krasimir Angelov
2017-08-22
the parser in the C runtime now respects linref too
Krasimir Angelov
2017-04-19
explicitly classify all functions in libpgf as either internal or API functions
krasimir
2017-01-26
bring the Haskell binding a bit closer to the pure Haskell API
krasimir
2016-05-25
fix the word completion in the C runtime
krasimir
2016-05-10
an API for oracles in the GF parser
krasimir
2016-01-26
fix a rather intricate bug where coercions in the PMCFG grammar didn't intera...
krasimir
2015-10-14
bugfix for lookupMorpho in the C runtime
krasimir
2015-09-08
bugfix in the parser
krasimir
2015-08-06
bugfix for the word prediction in the App
krasimir
2015-08-06
bugfix in lookup_morpho in the C runtime
krasimir
2015-06-30
bugfix in the parser for lexical lookup
krasimir
2015-06-25
bugfix in the bottom-up prediction for the parser
krasimir
2015-06-12
the orthographic tokens were broken when they appear inside a dictionary entr...
krasimir
2015-05-18
the callbacks in C now take the concrete syntax as a parameter
krasimir
2015-05-18
pgf_lookup_morpho and pgf_lookup_word_prefix are now also case insensitive if...
krasimir
2015-05-11
"flags case_sensitive=off" makes the parser case insensitive
krasimir
2015-05-11
added all orthographic primitives
krasimir
2015-05-08
implemented CAPIT in parsing
krasimir
2015-05-08
fix in the dictionary lookup
krasimir
2015-05-08
a new nice and elegant algorithm for dictionary lookup in the parser
krasimir
2015-05-08
the parser is now fully Unicode compatible
krasimir
2015-03-06
remove the meta_item variable from the parse state
krasimir
2015-02-26
fix some out-of-date code for the PGF_RESULT_DEBUG mode in the parser
krasimir
2015-02-26
use the same trick for comparison of doubles in cmp_expr_state
krasimir
[next]