summaryrefslogtreecommitdiff
path: root/src/runtime/c/utils/pgf-service.c
AgeCommit message (Collapse)Author
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