summaryrefslogtreecommitdiff
path: root/src/runtime/c/utils/pgf-service.c
AgeCommit message (Collapse)Author
2014-10-09remove the pgf-service util which is obsolete anywaykr.angelov
2013-10-04GuString is now an ordinary C string - it makes live easier. In addition ↵kr.angelov
PgfSymbolKS, PgfExprFun and PgfLiteralStr now keep their strings as embedded flexible arrays. The latest change gives us the same compactness as the old representation but it is a lot easier to use.
2013-09-05remove the read and write modules from libgu. this simplifies the i/o layerkr.angelov
2013-08-15added graphvizParseTree in the C and Python runtimeskr.angelov
2013-08-15graphvizAbstractTree in the C and Python runtimeskr.angelov
2013-05-06the statistical parser is now using two memory pools: one for parsing and ↵kr.angelov
one for the output trees. This means that the memory for parsing can be released as soon as the needed abstract trees are retrieved, while the trees themselves are retained in the separate output pool
2013-04-05now the web service to the robust parser can to translations alsokr.angelov
2013-03-14update the pgf-service tool from the C runtime after the changes in the APIkr.angelov
2012-05-25added pgf-service.c in the robust parser'kr.angelov