summaryrefslogtreecommitdiff
path: root/src/runtime/c
AgeCommit message (Expand)Author
2020-08-14added an API for cloning expressions/types/literalskrangelov
2020-07-26filter out empty bracketskrangelov
2020-07-11revert to using unconditional probabilities in the different lookup functionskrangelov
2020-07-08drop the SG library completely.krangelov
2020-05-20bugfix in parsing literalskrangelov
2020-05-20fix the uggly typo that broke the literals.krangelov
2020-05-16split unknown words by spaceskrangelov
2020-05-14lookupCohorts now detects and reports unknown words. Also:krangelov
2020-03-25switch off the debuggerkrangelov
2020-03-06an API to access the names of all fields withing a categorykrangelov
2020-03-05lookup_morpho, lookup_cohorts and fullform_lexicon now report the usual condi...krangelov
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-30fix gu_map_nextkrangelov
2019-08-30a more reasonable API to iterate over a mapkrangelov
2019-08-20added gu_map_deletekrangelov
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-24fix in gu_buf_heap_popkrangelov
2019-06-24share some code for printingkrangelov
2019-05-28filter out empty cohortskrangelov
2019-05-28API for scanning for cohorts in an arbitrary textkrangelov
2019-05-27remove duplicate definition for RecordComparekrangelov
2019-02-18fixes in the headers for use with Microsoft Visual C++krangelov
2019-02-18fixes in the headers for compilation on Windowskrangelov
2019-02-14disable the parser debugger which was left enabled by accidentkrangelov
2019-02-14fix the reader for patterns in a def rulekrangelov
2019-02-14different definition for GF_ARRAY_LENkrangelov
2019-02-14bugfix in computing record lengthskrangelov
2018-12-20save the original concrete category in BracketedStringKrasimir Angelov
2018-12-16a pool where the smallest chunks are memory pageskrangelov
2018-06-27undo the partial fix for word completion since it breaks normal parsingKrasimir Angelov
2018-06-20a simple fix for the linearizerKrasimir Angelov
2018-06-20Revert "when linearizing missing functions with brackets, the name of the fun...Krasimir Angelov
2018-06-20Revert "forgot to switch off the debugger"Krasimir Angelov
2018-06-20forgot to switch off the debuggerKrasimir Angelov
2018-06-20when linearizing missing functions with brackets, the name of the function sh...Krasimir Angelov
2018-05-21fixed typo which broke the compilation on WindowsKrasimir Angelov
2018-05-21fix the compilation when the byte order cannot be detected staticallyKrasimir Angelov
2018-04-12bugfix in the C parserKrasimir Angelov
2018-02-22- tweak the tokenizer in pgf_lookup_sentence to threat .!?,: as separate tokensKrasimir Angelov
2018-02-04partial fix for word completion in the C runtimeKrasimir Angelov
2017-12-09silence some warnings on MINGW32Krasimir Angelov
2017-12-09added one more include to define alloca for WindowsKrasimir Angelov
2017-12-09fix the compilation of sqlite3Btree.c on WindowsKrasimir Angelov