summaryrefslogtreecommitdiff
path: root/src/runtime/c/pgf/pgf.h
AgeCommit message (Expand)Author
2017-08-30bugfix for hasLinearization in the Haskell bindingKrasimir Angelov
2017-05-04merging spineskrasimir
2017-05-03first steps for sentence lookup in the C runtimekrasimir
2017-04-19explicitly classify all functions in libpgf as either internal or API functionskrasimir
2017-01-26bring the Haskell binding a bit closer to the pure Haskell APIkrasimir
2016-05-30added getFunctionProb in the Java and C APIkrasimir
2016-05-10an API for oracles in the GF parserkrasimir
2015-07-03merge the states for reasoning and evaluation into a single structurekrasimir
2015-05-18the callbacks in C now take the concrete syntax as a parameterkrasimir
2014-12-29API for word alignment in the C runtime and in the Haskell bindingkr.angelov
2014-12-16change in the API for literalskr.angelov
2014-10-09throw away the long obsolete runtime type information in the C runtimekr.angelov
2014-10-09replace the hash maps in the abstract syntax with binary search tableskr.angelov
2014-08-11a partial support for def rules in the C runtimekr.angelov
2014-07-08implemented computing with abstract syntax trees. It passes all test cases ex...kr.angelov
2014-07-06embedded mode for GF grammar in Python. Only generation for nowkr.angelov
2014-04-25an initial Java/C API for predicting literals. Still not utilizedkr.angelov
2014-04-10now fully functional Java API for custom literalskr.angelov
2014-03-07added pgf_lookup_word_prefix which makes it possible to do simple word predic...kr.angelov
2013-11-27added API in the C runtime and the Java binding for checking whether a given ...kr.angelov
2013-11-20fix in the Python bindingkr.angelov
2013-11-06the content of ParseEngAbs3.probs is now merged with ParseEngAbs.probs. The l...kr.angelov
2013-11-04A simple type checker in the C runtime. Dependent types are not supported yet...kr.angelov
2013-10-23tabular linearization in the C and Java runtimeskr.angelov
2013-10-09a major redesign in the C runtime. The parser and the linearizer now fully su...kr.angelov
2013-10-04GuString is now an ordinary C string - it makes live easier. In addition PgfS...kr.angelov
2013-09-05remove the read and write modules from libgu. this simplifies the i/o layerkr.angelov
2013-08-19fullFormLexicon in C and Pythonkr.angelov
2013-08-16implemented lookupMorpho for C and Pythonkr.angelov
2013-08-16provide API to access the language code for the concrete languagekr.angelov
2013-08-16fixes in the C and Python API to make them closer to the Haskell APIkr.angelov
2013-06-27a complete Python API for reading, printing and manipulation of abstract tree...kr.angelov
2013-06-26patch for adjustable heuristics from Pythonkr.angelov
2013-05-06the statistical parser is now using two memory pools: one for parsing and one...kr.angelov
2013-05-01word completion in the C runtime. The runtime/python/test.py example is now u...kr.angelov
2013-04-19the C runtime and the Python binding now have an API for parser evaluation. T...kr.angelov
2013-02-11the class PgfConcr from the Python binding now has a property name which retu...kr.angelov
2013-02-11remove the pgf2yaml tool which was both broken and redundant. The declaration...kr.angelov
2013-02-01This patch removes Gregoire's parse_tokens function in the python binding and...kr.angelov
2013-01-24Python binding: add a parsing function that accepts directly a list of tokens.gregoire.detrez
2012-12-14The first prototype for exhaustive generation in the C runtime. The trees are...kr.angelov
2012-12-13a top-level API for parsing in the C runtimekr.angelov
2012-12-12started an official API to the C runtimekr.angelov
2012-10-25a major refactoring in the robust parser: bottom-up filtering and garbage col...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-16another attempt to port the robust parser to MacOSkr.angelov
2012-01-21added an API for printing the PGF to human readable formatkr.angelov
2012-01-20initial import of the C runtimekr.angelov