summaryrefslogtreecommitdiff
path: root/src/runtime/c/pgf
AgeCommit message (Collapse)Author
2018-02-22- tweak the tokenizer in pgf_lookup_sentence to threat .!?,: as separate tokensKrasimir Angelov
+ bugfix which causes crashes
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-10-04further extend the API of the C runtimeKrasimir Angelov
2017-10-03in the PGF2 api: remove showCategory. add categoryContext and ↵Krasimir Angelov
functionIsConstructor
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
binding
2017-09-14make the API for indexing in the parser and the linearizer public since it ↵Krasimir Angelov
will be needed in the Haskell binding
2017-09-13corrections in the PGF writerKrasimir 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-06word completion in the C parser now returns information about the function ↵Krasimir Angelov
which generates the token
2017-09-06the parser in the C runtime can now detect incomplete sentences just like ↵Krasimir Angelov
the parser in the Haskell runtime. This is also reflected in all bindings.
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 ↵Krasimir Angelov
Haskell runtime
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-07the linearizer API now allows to detect metavariables. This is used for ↵Krasimir Angelov
instancein the lookup where the tokens produced from the metavariables are interpreted as distinct from all other tokens.
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
2017-05-23a naive buf working ranking in the sentence lookupkrasimir
2017-05-16bugfix in the stack handling during lookupkrasimir
2017-05-12switch off the debugging mode in the sentence lookupkrasimir
2017-05-12bugfix in the sentence lookupkrasimir
2017-05-12the first prototype for sentence lookupkrasimir
2017-05-11bugfix for print names in the C runtime and expose the functionality from Javakrasimir
2017-05-04optimize memory allocation in the lookup by using worker poolskrasimir
2017-05-04remove duplicate entries from the lookup indexkrasimir
2017-05-04merging spineskrasimir