summaryrefslogtreecommitdiff
path: root/src/runtime/c
AgeCommit message (Expand)Author
2012-12-19bugfix: the linearizer should not generate extra space at the end of the sent...kr.angelov
2012-12-19bugfix for linearization of metavariables at the root of a treekr.angelov
2012-12-19rename linearize.{h/c} to linearizer.{h/c} which follows the convention used ...kr.angelov
2012-12-19a major reimplementation of the linearizer in the C runtimekr.angelov
2012-12-18fixed accidental bug in pgf-parse.ckr.angelov
2012-12-18the C runtime now can read abstract expressions with literals and meta variableskr.angelov
2012-12-14debugging infrastructure in the reasonerkr.angelov
2012-12-14bugfix for the reasoner in the C runtimekr.angelov
2012-12-14The first prototype for exhaustive generation in the C runtime. The trees are...kr.angelov
2012-12-13bugfix in the lexer from the C runtime. the input sentence doesn't have to te...kr.angelov
2012-12-13a top-level API for parsing in the C runtimekr.angelov
2012-12-13bugfix: the outside probability of a PgfItemConts must always be initialized ...kr.angelov
2012-12-13bugfix: pgf_read_expr no longer requires a semicolon at the end of an abstrac...kr.angelov
2012-12-12started an official API to the C runtimekr.angelov
2012-12-11bugfix for robust parsing with multi-word unitskr.angelov
2012-12-03added experimental script for chunking in the C runtimekr.angelov
2012-12-03added INSTALL file and updated README file for the C runtimekr.angelov
2012-11-22Added C compilation notes for Mac OSXpeter.ljunglof
2012-11-19remove the duplicated definition of PgfProductionIdx in parser.ckr.angelov
2012-11-16bugfix for the building of bottom-up filter in the C runtimekr.angelov
2012-11-14revised heuristic in the statistical parserkr.angelov
2012-11-13bugfix in the statistical parserkr.angelov
2012-11-12two simple heuristics which speed up the statistical parser more than seven t...kr.angelov
2012-11-12a simple refactoring in the statistical parserkr.angelov
2012-11-12more counters in the profiler for the statistical parserkr.angelov
2012-11-12now we store the state instead of the offset for every continuation in the ch...kr.angelov
2012-11-12in the statistical parser: move the outside probability from the parse items ...kr.angelov
2012-11-12small refactoring in the C runtimekr.angelov
2012-11-12use size_t consistently as the type for constituent indices in the C runtimekr.angelov
2012-11-12implemented gu_map_count in runtime/c/gu/map.ckr.angelov
2012-10-29use prob_t instead of float in a few placeskr.angelov
2012-10-25forgot to add one #ifdefkr.angelov
2012-10-25a major refactoring in the robust parser: bottom-up filtering and garbage col...kr.angelov
2012-10-11add teyjus/simulator/builtins/builtins.hkr.angelov
2012-10-11added the forgoten libteyjus.pc.in file in the C runtimekr.angelov
2012-09-24now the meta probability for a category is explicitly specified in the statis...kr.angelov
2012-09-24in the robust parser we don't have to care about trees which yeld empty strin...kr.angelov
2012-09-18the C runtime now has a type prob_t which is used only for probability valueskr.angelov
2012-09-06bugfix in the C parserkr.angelov
2012-08-03fix some warnings in teyjuskr.angelov
2012-08-01the first draft of GF.Compile.Instructionskr.angelov
2012-07-31An initial import of the teyjus source code in the C runtime for GF. The two ...kr.angelov
2012-06-13Use a separated tag for meta productions in the robust parser. This cleans up...kr.angelov
2012-06-12now there is a limit of 2000000 items in the chart of the robust parser. This...kr.angelov
2012-06-12now the robust parser is purely top-down and the meta rules compete on a fair...kr.angelov
2012-05-25the viterbi probability for the epsilon categories is now updated properlykr.angelov
2012-05-25fixed an alignment bug in libgu which leads to crash on some platformskr.angelov
2012-05-25fixed memory leak in the pgf-translate toolkr.angelov
2012-05-25added pgf-service.c in the robust parser'kr.angelov
2012-05-16another attempt to port the robust parser to MacOSkr.angelov