summaryrefslogtreecommitdiff
path: root/src/runtime/c
AgeCommit message (Expand)Author
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
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
2017-05-03first steps for sentence lookup in the C runtimekrasimir
2017-04-19add install pragma for CMakekrasimir
2017-04-19more changes to make the C runtime compilable with MSVCkrasimir
2017-04-19in libgu mark explicitly all functions that belong to the APIkrasimir
2017-04-19explicitly classify all functions in libpgf as either internal or API functionskrasimir
2017-04-13add the CMakeLists.txt from Bjørnarkrasimir
2017-04-13disable doxygenkrasimir
2017-04-13updated AUTHORS list in the C runtimekrasimir
2017-04-13remove src/runtime/c/README it is obsolete anywaykrasimir
2017-04-13gu_string_buf -> gu_new_string_buf in libgukrasimir
2017-04-13full support for Latin1 GF identifiers in the C runtimekrasimir
2017-04-13add gu_string_buf_data and gu_string_buf_length in libgukrasimir
2017-04-13silence a few warnings on MacOSkrasimir
2017-04-13use GU_API_DATA_DECL instead of GU_API_DATA to make the C runtime compile aga...krasimir
2017-04-12remove the teyjus and utils folderskrasimir
2017-04-12a patch from Bjørnar Luteberget for compatibility with MSVCkrasimir
2017-04-12some work on libsg querieskrasimir
2017-03-14fix the compilation of sqlite3Btree.c on Windowskrasimir
2017-01-26bring the Haskell binding a bit closer to the pure Haskell APIkrasimir
2017-01-26added mkMeta and unMeta in the Haskell bindingkrasimir
2016-06-16pgf_generate_all now emits __mock_string__ instead of FOO for String literals.krasimir
2016-06-09now a working API for complex queries in libsgkrasimir
2016-06-09bugfix in libsgkrasimir
2016-05-30added getFunctionProb in the Java and C APIkrasimir
2016-05-25fix the word completion in the C runtimekrasimir
2016-05-25fix the compilation when debugging is switched offkrasimir
2016-05-25pgf_generate_all now works with literals as wellkrasimir
2016-05-25when expressions with Float literals are printed, we should use the same form...krasimir