summaryrefslogtreecommitdiff
path: root/src/runtime/c
AgeCommit message (Expand)Author
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
2017-10-04further extend the API of the C runtimeKrasimir Angelov
2017-10-03in the PGF2 api: remove showCategory. add categoryContext and functionIsConst...Krasimir Angelov
2017-09-28added exprSubstitute in the C runtime for substituting meta variablesKrasimir Angelov
2017-09-28the parser for abstract expressions in the C runtime now supports partial parsesKrasimir Angelov
2017-09-25make pgf_production_is_lexical public since it will be needed in the Haskell ...Krasimir Angelov
2017-09-14make the API for indexing in the parser and the linearizer public since it wi...Krasimir Angelov
2017-09-13fix gu_encode_doubleKrasimir Angelov
2017-09-13corrections in the PGF writerKrasimir Angelov
2017-09-13added gu_out_u16be, gu_out_u64be and gu_out_f64be in libgu. The later is usin...Krasimir Angelov
2017-09-13added function pgf_writeKrasimir Angelov
2017-09-13added PGF writer to the C runtimeKrasimir Angelov
2017-09-08fix the type signatures for the linearizer callbacksKrasimir Angelov
2017-09-07the C runtime should also install data.h in order to make it possible to acce...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-09-05added exprFunctions in the Haskell bindingKrasimir Angelov
2017-09-05added exprSize in the Haskell bindingKrasimir Angelov
2017-09-04instance Eq Expr in the Haskell bindingKrasimir Angelov
2017-09-01complete details for the "ai" command in the C shellKrasimir Angelov
2017-09-01added function treeProbability in the Haskell bindingKrasimir Angelov
2017-08-31graphvizWordAlignment in the C runtimeKrasimir Angelov
2017-08-31the C runtime now supports the same customizations for GraphViz as the Haskel...Krasimir Angelov
2017-08-30bugfix for hasLinearization in the Haskell bindingKrasimir 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-08-21fix for linearization of metavariablesKrasimir Angelov
2017-08-17configure.ac: use a Cabal-friendly version numberThomas Hallgren
2017-08-11Final changes before the release of GF 3.9Thomas Hallgren
2017-08-07the linearizer API now allows to detect metavariables. This is used for insta...Krasimir Angelov
2017-08-07fix the sentence lookup for cases when the top category is undefined.Krasimir Angelov
2017-06-27filtering during the lookup nicely integrates with concretizationkrasimir
2017-06-23faster lookupkrasimir
2017-06-01fix in the lookup debugerkrasimir
2017-06-01reintroduce counts as a prefilter before applying cosine similaritykrasimir
2017-06-01more debug information in the lookupkrasimir
2017-05-30lookup for syntagmatic wordskrasimir
2017-05-30finally a smoothed and more precise ranking for lookupskrasimir
2017-05-26another fix for the compilation of the bindings to the runtimekrasimir
2017-05-24an optimized string kernelkrasimir
2017-05-23fix in linearizer.h to make the JAVA binding compilekrasimir
2017-05-23an optimized expression extraction in the lookupkrasimir