summaryrefslogtreecommitdiff
path: root/src/runtime
AgeCommit message (Expand)Author
2014-06-19runtime/c/setup.sh: use make -j to speed up compilationhallgren
2014-06-18build-binary-dist.sh: updated to include the Python binding to the C run-timehallgren
2014-06-17now the named entities recognizer returns dictionary entries if the name is k...kr.angelov
2014-06-16src/runtime/c/setup.sh: executable version of INSTALL, used from debian/ruleshallgren
2014-06-16fixed memory leak in the Haskell binding to the C runtimekr.angelov
2014-06-12PGF library: expose only PGF and PGF.Internal instead of all moduleshallgren
2014-06-10PGF2.hsc: use throwIO instead of throwhallgren
2014-05-23bugfix in the Java binding. it was causing a crash in the Android appkr.angelov
2014-05-22small fix in tabularLinearizekr.angelov
2014-05-22added tabularLinearize in the python bindingkr.angelov
2014-05-13Haskell binding: free memory pool to avoid space leak when readPGF failshallgren
2014-05-08fix the literals API in Java for strings with non-latin characterskr.angelov
2014-05-08fix memory leak in the Haskell bindingkr.angelov
2014-05-07pgf-shell.hs: fix compilation problem with GHC 7.4hallgren
2014-05-07Two improvements in the pgf-shell examplehallgren
2014-04-25an initial Java/C API for predicting literals. Still not utilizedkr.angelov
2014-04-22bugfix in the handling of BIND in the C runtimekr.angelov
2014-04-17now word completion from Java works. It could be made betterkr.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-10bugfix in the C runtimekr.angelov
2014-04-10a quick hack to enable the NERC from bindings. This should be made available ...kr.angelov
2014-04-09Change the type of PGF.Lexing.bindTok to [String] -> [String]hallgren
2014-04-09Unlexers: move capitalization of first word from GF.Text.Lexing to PGF.Lexinghallgren
2014-04-09PGF Service: a bit more clever lexer=texthallgren
2014-04-08Move basic lexing functions from GF.Text.Lexing to the new module PGF.Lexinghallgren
2014-04-08added preliminary API for custom literals from Java. Not functional yetkr.angelov
2014-04-08bugfix in the C runtime that shows up with only some grammarskr.angelov
2014-04-07Expr and ExprProb are now serializable objectskr.angelov
2014-04-04fix the haskell binding to handle parse errorskr.angelov
2014-04-02initial binding to Prolog for the C runtimekr.angelov
2014-03-25small fixes in the C runtimekr.angelov
2014-03-20added hasLinearization method in the Python bindingkr.angelov
2014-03-20fix in the Python binding which was forgoten after a change in the C runtimekr.angelov
2014-03-18whitespace cleanup in the parserkr.angelov
2014-03-12compute the right word probabilitykr.angelov
2014-03-12haskell-bind: comment out superfluous importshallgren
2014-03-12ensure that negative probabilities are always avoidedkr.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-07added pgf_lookup_word_prefix which makes it possible to do simple word predic...kr.angelov
2014-03-07bugfix in pgf-translatekr.angelov
2014-03-06C run-time: protect from Windows specific #includes with #ifdef __MINGW32__hallgren
2014-03-05implementation for pre in the C runtimekr.angelov
2014-03-04use pgf_linearize instead of pgf_lzr_linearize_simple in pgf-translate.ckr.angelov
2014-03-04memory leak in parseval.ckr.angelov
2014-03-04rename pgf_lzr_linearize_table to pgf_lzr_get_tablekr.angelov