summaryrefslogtreecommitdiff
path: root/src/runtime/java/jpgf.c
AgeCommit message (Collapse)Author
2017-08-31the C runtime now supports the same customizations for GraphViz as the ↵Krasimir Angelov
Haskell runtime
2017-08-30added graphvizAbstractTree and graphvizParseTree in JavaKrasimir Angelov
2017-08-30added checkExpr in JavaKrasimir Angelov
2017-08-30added readType in JavaKrasimir Angelov
2017-08-30added fullFormLexicon in JavaKrasimir Angelov
2017-08-29implemented visitor pattern in JavaKrasimir Angelov
2017-08-29rename unApply to unApp in the Java binding to be consistent with Haskell & ↵Krasimir Angelov
Python
2017-08-07the linearizer API now allows to detect metavariables. This is used for ↵Krasimir Angelov
instancein the lookup where the tokens produced from the metavariables are interpreted as distinct from all other tokens.
2017-08-07added org.grammaticalframework.pgf.Expr.unStrKrasimir Angelov
2017-07-07added the Expr.unMeta method in the Java bindingKrasimir Angelov
2017-05-15bugfix in the Java bindingkrasimir
2017-05-12sentence lookup API from Javakrasimir
2017-05-11just for fun: hashCode for expressionskrasimir
2017-05-11an API for inspecting expressions in Javakrasimir
2017-05-11bugfix for print names in the C runtime and expose the functionality from Javakrasimir
2017-05-11construction of Int and Float literals in the Java bindingkrasimir
2017-05-10added Expr.applykrasimir
2017-05-10bugfix in the Java bindingkrasimir
2017-05-10a simple optimization for getCategories, getFunctions, getFunctionsByCat in ↵krasimir
the Java binding
2017-05-10finished Type.getHypos & added Hypo.getTypekrasimir
2017-05-10a partial implementation for Type.getHypos. at least it lets us to count the ↵krasimir
number of arguments to a function
2017-04-13use gu_string_buf_data in the Java binding to avoid double copying of stringskrasimir
2017-01-26bring the Haskell binding a bit closer to the pure Haskell APIkrasimir
2017-01-24added linearizeAll in the Java APIkrasimir
2016-05-30added getFunctionProb in the Java and C APIkrasimir
2016-05-25the Java API now also has access to the token's category while doing completionkrasimir
2016-05-20change the API for literals in Java and Python. The input sentence is no ↵krasimir
longer a parameter to the callbacks.
2016-04-14added PGF.inferExpr and Type.toString in the Java bindingkrasimir
2016-04-13added PGF.compute in the Java bindingkrasimir
2016-04-13added getFunctionsByCatkrasimir
2016-04-13added getCategories() and getFunctions() in the Java bindingkrasimir
2015-11-26added Expr.equals method in the Java bindingkrasimir
2015-09-03Java API for opening/closing SG databaseskrasimir
2015-09-03silence compilation warnings in the Java bindingkrasimir
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-16change in the API for literalskr.angelov
The API in the C runtime as well as in the Haskell, Python and Java binding is changed. Now instead of adding the literal callbacks to the concrete syntax you need to supply them every time when you need to parse. The main reason is: - referentially transparent API for Haskell - when we start using memory mapped files we will not be allowed to change anything in the grammar data structures. At that point the old API would be impossible to use.
2014-10-22CAPIT is now naturally supported in the C runtimekr.angelov
2014-10-09throw away the long obsolete runtime type information in the C runtimekr.angelov
2014-07-02added bracketedLinearize in the Java bindingkr.angelov
2014-07-02fixed rare memory leak in the Java bindingskr.angelov
2014-07-01fix warnings in the compilation of the Java bindingkr.angelov
2014-05-23bugfix in the Java binding. it was causing a crash in the Android appkr.angelov
2014-05-08fix the literals API in Java for strings with non-latin characterskr.angelov
2014-04-25an initial Java/C API for predicting literals. Still not utilizedkr.angelov
2014-04-11expose Java API for word completionkr.angelov
2014-04-11change the JVM version to 1.6 in JNI_OnLoadkr.angelov
2014-04-10bugfix in the Java bindingkr.angelov
2014-04-10now fully functional Java API for custom literalskr.angelov
2014-03-12compute the right word probabilitykr.angelov