summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2014-03-09added alternative build with Pred grammars to android, commented out by defaultaarne
2014-03-07added word completion in the Android UIkr.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 ↵kr.angelov
prediction
2014-03-07another fix in the keyboardkr.angelov
2014-03-07bugfix in the keyboardkr.angelov
2014-03-07added Devanagari keyboard for Androidkr.angelov
2014-03-07bugfix in pgf-translatekr.angelov
2014-03-06C run-time: protect from Windows specific #includes with #ifdef __MINGW32__hallgren
2014-03-05bugfix in the android keyboard for multiline documentskr.angelov
2014-03-05bugfix in the Android UIkr.angelov
2014-03-05implementation for pre in the C runtimekr.angelov
2014-03-04Fix the fixhallgren
2014-03-04Fixes for GHC 7.6 compatibilityhallgren
2014-03-04Three fixes for compatibility with GHC 7.8hallgren
Two of the fixes were in the custom version of the binary package. We should get rid of it at some point, to reduce the maintenance burden. The third fix was to add new version constraints for happy and alex in gf.cabal. New versions of them are needed because of the ugly, low-level, GHC-specific code they produce need to be different for GHC 7.8. More fixes might be needed for -server mode, but the cgi package is not compatible with GHC 7.8 at the moment, so it will have to wait.
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
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-27instructions for compiling the C runtime on Windowskr.angelov
2014-02-27changes in Makefile.am to make it easier to compile the C runtime on Windowskr.angelov
2014-02-27include malloc.h in a few places to avoid warnings on Windowskr.angelov
2014-02-27update the Eclipse project for jpgf with settings needed for Windowskr.angelov
2014-02-25bugfix with the keyboard label for Chinesekr.angelov
2014-02-25the Android UI uses a new progress indicator which works on both Nexus 1 and ↵kr.angelov
Nexus 7
2014-02-21the Android App is now using the documentation modules instead of xml files ↵kr.angelov
for generating the inflection tables. The xml files are removed
2014-02-19Wide coverage demo web app: add link to Google Translatehallgren
2014-02-19src/www/js/langcode.js: functions for converting language codeshallgren
factored out from src/www/translator/translator.js
2014-02-18bugfix in the android uikr.angelov
2014-02-17fix in GF.Compile.Compute.ConcreteNew which makes it possible to compile ↵kr.angelov
DocumentationBul.gf
2014-02-12Wide coverage demo: show up to 10 translationshallgren
The translations are loaded one at a time so you don't have to wait for all 10 to see the first one.
2014-02-11Work on web api & apps based on the C run-time systemhallgren
+ PGFService.hs: add command c-grammar, include probability in parse results + js/gftranslation.js: add start position and limit parameters, return more info to applications + Simple Translator: show two wide coverage translations + Wide coverage demo: show parse tree and probability (intended as grammar debugging aids)
2014-02-11GFServer.hs: avoid intertwined log messages from parallel requestshallgren
2014-02-10Restore compatibility with GHC 7.0hallgren
2014-02-10Fix broken C runtime support in gf.cabal and PGFService.hshallgren
Also add PGF service command c-flush to explicitly flush cached parse results from memory.
2014-02-10proper error checking in the C runtimekr.angelov
2014-02-10haskell-bind: fix broken pgf-shellhallgren
The type CId was replaced with String, so can't use show and read anymore.
2014-02-10bugfix in pgf2-bind.cabalkr.angelov
2014-02-09disabled ad hoc overloading, as it still causes mysterious errors. It is ↵aarne
just a few lines in Rename.hs
2014-02-09updated haskell-bind/READMEkr.angelov
2014-02-09cleanup the code for the FFI binding. The API is now more uniform with the ↵kr.angelov
Python and the Java bindings. Fixed a lot of memory leaks.
2014-02-09GuVariant is now plain uintptr_t instead of a structure to make it easier to ↵kr.angelov
write Haskell bindings
2014-02-07pgf-shell: show the names of the concrete syntaxes after loading the grammarhallgren
2014-02-07haskell-bind: add function languagesinari
2014-02-07pgf-shell: enable -rtsopts, call performGC between commandshallgren
This is to make it easier to find the cause of space leaks.
2014-02-06fixed some memory leaksinari
2014-02-05bugfix in the recognizer for literals in the C runtimekr.angelov