index
:
gf-core.git
master
optimize
Unnamed repository; edit this file 'description' to name the repository.
Adrian
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
runtime
Age
Commit message (
Expand
)
Author
2014-06-18
build-binary-dist.sh: updated to include the Python binding to the C run-time
hallgren
2014-06-17
now the named entities recognizer returns dictionary entries if the name is k...
kr.angelov
2014-06-16
src/runtime/c/setup.sh: executable version of INSTALL, used from debian/rules
hallgren
2014-06-16
fixed memory leak in the Haskell binding to the C runtime
kr.angelov
2014-06-12
PGF library: expose only PGF and PGF.Internal instead of all modules
hallgren
2014-06-10
PGF2.hsc: use throwIO instead of throw
hallgren
2014-05-23
bugfix in the Java binding. it was causing a crash in the Android app
kr.angelov
2014-05-22
small fix in tabularLinearize
kr.angelov
2014-05-22
added tabularLinearize in the python binding
kr.angelov
2014-05-13
Haskell binding: free memory pool to avoid space leak when readPGF fails
hallgren
2014-05-08
fix the literals API in Java for strings with non-latin characters
kr.angelov
2014-05-08
fix memory leak in the Haskell binding
kr.angelov
2014-05-07
pgf-shell.hs: fix compilation problem with GHC 7.4
hallgren
2014-05-07
Two improvements in the pgf-shell example
hallgren
2014-04-25
an initial Java/C API for predicting literals. Still not utilized
kr.angelov
2014-04-22
bugfix in the handling of BIND in the C runtime
kr.angelov
2014-04-17
now word completion from Java works. It could be made better
kr.angelov
2014-04-11
forgoten Completer.java
kr.angelov
2014-04-11
expose Java API for word completion
kr.angelov
2014-04-11
change the JVM version to 1.6 in JNI_OnLoad
kr.angelov
2014-04-10
bugfix in the Java binding
kr.angelov
2014-04-10
now fully functional Java API for custom literals
kr.angelov
2014-04-10
bugfix in the C runtime
kr.angelov
2014-04-10
a quick hack to enable the NERC from bindings. This should be made available ...
kr.angelov
2014-04-09
Change the type of PGF.Lexing.bindTok to [String] -> [String]
hallgren
2014-04-09
Unlexers: move capitalization of first word from GF.Text.Lexing to PGF.Lexing
hallgren
2014-04-09
PGF Service: a bit more clever lexer=text
hallgren
2014-04-08
Move basic lexing functions from GF.Text.Lexing to the new module PGF.Lexing
hallgren
2014-04-08
added preliminary API for custom literals from Java. Not functional yet
kr.angelov
2014-04-08
bugfix in the C runtime that shows up with only some grammars
kr.angelov
2014-04-07
Expr and ExprProb are now serializable objects
kr.angelov
2014-04-04
fix the haskell binding to handle parse errors
kr.angelov
2014-04-02
initial binding to Prolog for the C runtime
kr.angelov
2014-03-25
small fixes in the C runtime
kr.angelov
2014-03-20
added hasLinearization method in the Python binding
kr.angelov
2014-03-20
fix in the Python binding which was forgoten after a change in the C runtime
kr.angelov
2014-03-18
whitespace cleanup in the parser
kr.angelov
2014-03-12
compute the right word probability
kr.angelov
2014-03-12
haskell-bind: comment out superfluous imports
hallgren
2014-03-12
ensure that negative probabilities are always avoided
kr.angelov
2014-03-07
added Java API to the simple word completion
kr.angelov
2014-03-07
fix in the Java binding after the implementation for pre
kr.angelov
2014-03-07
added pgf_lookup_word_prefix which makes it possible to do simple word predic...
kr.angelov
2014-03-07
bugfix in pgf-translate
kr.angelov
2014-03-06
C run-time: protect from Windows specific #includes with #ifdef __MINGW32__
hallgren
2014-03-05
implementation for pre in the C runtime
kr.angelov
2014-03-04
use pgf_linearize instead of pgf_lzr_linearize_simple in pgf-translate.c
kr.angelov
2014-03-04
memory leak in parseval.c
kr.angelov
2014-03-04
rename pgf_lzr_linearize_table to pgf_lzr_get_table
kr.angelov
2014-02-27
more in src/runtime/java/INSTALL
kr.angelov
[next]