summaryrefslogtreecommitdiff
path: root/src/runtime/java
AgeCommit message (Expand)Author
2017-01-24added linearizeAll in the Java APIkrasimir
2017-01-24resolve a conflict that was for some reason commited in src/runtime/java/Make...krasimir
2016-09-05BNF grammars (.bnf or .cf) can have rules without semicolons, as in the GF bo...aarne
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 long...krasimir
2016-05-19in case of null argument it is more intuitive to report the argument index by...krasimir
2016-05-19the constructor for expressions in the Java runtime now checks for null argum...krasimir
2016-04-25Fix a problem building the Java binding when creating binary packageshallgren
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
2016-02-17Now we even test in two different places for the JNI headers. Once for Linux ...krasimir
2016-02-17typo in the new Makefilekrasimir
2016-02-17a version of the Makefile for the Java binding which should work on Linux and...krasimir
2016-01-14javadoc comments in the Java bindingkrasimir
2015-11-27fix in the Java binding: the Expr class should also ensure that libjpgf.so is...krasimir
2015-11-26added Expr.equals method in the Java bindingkrasimir
2015-11-16bugfix in the Makefile for the Java binding for creating .jar fileskrasimir
2015-11-13bugfix in the SG binding for Javakrasimir
2015-11-13added Java API for insertion of triples in the semantic graphkrasimir
2015-09-04API for triple queries from Javakrasimir
2015-09-03Java API for opening/closing SG databaseskrasimir
2015-09-03the Eclipse project for the Java binding is now replaced with a simple Makefilekrasimir
2015-09-03silence compilation warnings in the Java bindingkrasimir
2015-07-03merge the states for reasoning and evaluation into a single structurekrasimir
2015-05-19the NERC in C is now fully up-to-date with the other NERCs. In addition the N...krasimir
2015-05-18the callbacks in C now take the concrete syntax as a parameterkrasimir
2015-04-16bugfix in the java bindingkrasimir
2014-12-16change in the API for literalskr.angelov
2014-12-11update the nerc for the changes in the grammarkr.angelov
2014-12-09make sure that neither I nor I'm is recognized as name in Englishkr.angelov
2014-12-08bugfix for unknown wordskr.angelov
2014-12-08fix for the unknown wordskr.angelov
2014-12-08added a callback for unknown wordskr.angelov
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-08-11a partial support for def rules 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-01a few changes in the Nerc that I have forgoten to pushkr.angelov
2014-07-01fix warnings in the compilation of the Java bindingkr.angelov
2014-06-17now the named entities recognizer returns dictionary entries if the name is k...kr.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-11forgoten Completer.javakr.angelov
2014-04-11expose Java API for word completionkr.angelov
2014-04-11change the JVM version to 1.6 in JNI_OnLoadkr.angelov