summaryrefslogtreecommitdiff
path: root/src/runtime/c/pgf/parser.c
AgeCommit message (Expand)Author
2022-07-16support for BIND tokens in the Python bindingsKrasimir Angelov
2020-11-17Take a step back and do bottom up prediction only when needed. This solves th...krangelov
2020-07-26filter out empty bracketskrangelov
2020-05-20bugfix in parsing literalskrangelov
2020-03-25switch off the debuggerkrangelov
2020-03-05The APIs for callbacks and the bracketed strings now use a string for the ana...krangelov
2019-12-07a version of the parser which returns a chart rather than a list of expressionskrangelov
2019-10-09forgot that debugging is onkrangelov
2019-10-09fix chunk extraction when there are literalskrangelov
2019-10-09fix the parsing for literals after the latest changes in the parserkrangelov
2019-08-30first version of a parser which returns chunks in case of failurekrangelov
2019-08-09bugfix in the parser's scannerkrangelov
2019-06-30fully supported case-insensitive parsing/lookupkrangelov
2019-06-25the parser now ensures that all word senses are in the chartkrangelov
2019-06-24share some code for printingkrangelov
2019-05-28API for scanning for cohorts in an arbitrary textkrangelov
2019-02-14disable the parser debugger which was left enabled by accidentkrangelov
2018-12-20save the original concrete category in BracketedStringKrasimir Angelov
2018-06-27undo the partial fix for word completion since it breaks normal parsingKrasimir Angelov
2018-04-12bugfix in the C parserKrasimir Angelov
2018-02-04partial fix for word completion in the C runtimeKrasimir Angelov
2017-09-14make the API for indexing in the parser and the linearizer public since it wi...Krasimir Angelov
2017-09-06word completion in the C parser now returns information about the function wh...Krasimir Angelov
2017-09-06the parser in the C runtime can now detect incomplete sentences just like the...Krasimir Angelov
2017-08-22a nicer pretty printing for the PGF formatKrasimir Angelov
2017-08-22fix the id for fidStart in the C runtimeKrasimir Angelov
2017-08-22the parser in the C runtime now respects linref tooKrasimir Angelov
2017-04-19explicitly classify all functions in libpgf as either internal or API functionskrasimir
2017-01-26bring the Haskell binding a bit closer to the pure Haskell APIkrasimir
2016-05-25fix the word completion in the C runtimekrasimir
2016-05-10an API for oracles in the GF parserkrasimir
2016-01-26fix a rather intricate bug where coercions in the PMCFG grammar didn't intera...krasimir
2015-10-14bugfix for lookupMorpho in the C runtimekrasimir
2015-09-08bugfix in the parserkrasimir
2015-08-06bugfix for the word prediction in the Appkrasimir
2015-08-06bugfix in lookup_morpho in the C runtimekrasimir
2015-06-30bugfix in the parser for lexical lookupkrasimir
2015-06-25bugfix in the bottom-up prediction for the parserkrasimir
2015-06-12the orthographic tokens were broken when they appear inside a dictionary entr...krasimir
2015-05-18the callbacks in C now take the concrete syntax as a parameterkrasimir
2015-05-18pgf_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 insensitivekrasimir
2015-05-11added all orthographic primitiveskrasimir
2015-05-08implemented CAPIT in parsingkrasimir
2015-05-08fix in the dictionary lookupkrasimir
2015-05-08a new nice and elegant algorithm for dictionary lookup in the parserkrasimir
2015-05-08the parser is now fully Unicode compatiblekrasimir
2015-03-06remove the meta_item variable from the parse statekrasimir
2015-02-26fix some out-of-date code for the PGF_RESULT_DEBUG mode in the parserkrasimir
2015-02-26use the same trick for comparison of doubles in cmp_expr_statekrasimir