summaryrefslogtreecommitdiff
path: root/src/runtime/java
AgeCommit message (Collapse)Author
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
2014-04-10bugfix in the Java bindingkr.angelov
2014-04-10now fully functional Java API for custom literalskr.angelov
2014-04-08added preliminary API for custom literals from Java. Not functional yetkr.angelov
2014-04-07Expr and ExprProb are now serializable objectskr.angelov
2014-03-12compute the right word probabilitykr.angelov
2014-03-07added Java API to the simple word completionkr.angelov
2014-03-07fix in the Java binding after the implementation for prekr.angelov
2014-03-04rename pgf_lzr_linearize_table to pgf_lzr_get_tablekr.angelov
2014-02-27more in src/runtime/java/INSTALLkr.angelov
2014-02-27another fix for building the Java bindingkr.angelov
2014-02-27added file with instructions for compiling the Java bindingkr.angelov
2014-02-27update the Eclipse project for jpgf with settings needed for Windowskr.angelov
2013-12-10load/unload in the Java bindingkr.angelov
2013-12-10loading and unloading of languages in the C runtime and in the Python bindingskr.angelov
2013-11-27better dictionary visualization in the Android Appkr.angelov
2013-11-27added API in the C runtime and the Java binding for checking whether a given ↵kr.angelov
function is linearizable in a given language. This is used in the Android UI for better vizualizations
2013-11-27update the project files for the Java bindingkr.angelov
2013-11-27space leak in the Java bindingkr.angelov
2013-11-21the Java binding for lookupMorpho should release the local references ↵kr.angelov
created in a loop
2013-11-15add additional options for compiling the Java binding on Windows (suggested ↵kr.angelov
by Normunds)
2013-11-07the 'Release' configuration in Eclipse is renamed to 'Release (posix)'. In ↵kr.angelov
addition now there is 'Release (mingw)' for Windows.
2013-11-07added #ifdef to detect MinGW in the Java binding and to import the right ↵kr.angelov
header for alloca
2013-11-06bugfix in the Java bindingkr.angelov
2013-10-23tabular linearization in the C and Java runtimeskr.angelov
2013-10-11make MorphoAnalysis serializablekr.angelov
2013-10-11readExpr in the Java bindingkr.angelov
2013-10-09added lookupMorpho in the Java bindingkr.angelov
2013-10-09fix in the Java bindingkr.angelov
2013-10-09a major redesign in the C runtime. The parser and the linearizer now fully ↵kr.angelov
support BIND. The following things are still broken: parseval, word completion, handling 'pre', the robust mode
2013-10-04fixes in the Java binding after the refactoring of GuStringkr.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-10-03space leak in the Java bindingkr.angelov
2013-09-16added BSD licenses to the Java binding and the android UIkr.angelov
2013-09-12enable the PGF JIT compiler for Androidkr.angelov
2013-09-06added exhaustive generation in the Java bindingkr.angelov
2013-09-05added version readPGF in Java which takes as argument InputStream. This ↵kr.angelov
makes it easier to load grammars from the assets folder in Android
2013-09-05remove the read and write modules from libgu. this simplifies the i/o layerkr.angelov
2013-09-04add gu and pgf in the library path for building the Java bindingkr.angelov
2013-09-04added description file for building jpgf.jarkr.angelov
2013-09-04fix the warnings from the Java bindingkr.angelov
2013-09-04now it is possible to compile the C code for the Java binding from Eclipse. ↵kr.angelov
The old and broken Makefile is now removed
2013-09-04added Eclipse project for building the Java bindingkr.angelov
2013-09-04fix a few warnings in the Java bindingkr.angelov
2013-09-04added make file for compiling the C runtime for Android. The JIT compiler ↵kr.angelov
for Android is temporary disabled