summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-03-19Wide Coverage Translation Demo: draw abstract trees and parse treeshallgren
2015-03-19PGF service: add commands c-abstrtree and c-parsetreehallgren
2015-03-19haskell-bind: add bindings to graphviz rendering functions for abstract&parse...hallgren
2015-03-19fix the compilation of gu/mem.c on Windows. For now memory mapped pools on Wi...krasimir
2015-03-18Wide Coverage Translation Demo: draw syntax treeshallgren
2015-03-13GF.CompileInParallel: fix a Win32 problemhallgren
2015-03-11Wide Coverage Translation Demo: improved performancehallgren
2015-03-11GF.Server: request logging: increase length limit from 100 500 chars per fieldhallgren
2015-03-11DictionarySwe: kick_V2, mouse_Naarne
2015-03-06remove the meta_item variable from the parse statekrasimir
2015-03-06Simple Translation tool: add File menu command 'Open in Wide Coverage Transla...hallgren
2015-03-05remove some more old codekrasimir
2015-03-05removed some operations in GeneratePMCFG. They didn't work well with variants...krasimir
2015-03-04GF.Compile.Compute.ConcreteNew: add dynamic table conversionhallgren
2015-03-04GF.Compile.Compute.ConcreteNew: some refactoring for readabilityhallgren
2015-03-02Fix to avoid "error (no reason given) OCCURRED IN optimizing <cat>"hallgren
2015-02-27GF shell: fixed problems with previous change of the -retain flaghallgren
2015-02-27GF shell: create a PGF also when the -retain flag is usedhallgren
2015-02-25PGFService: make the restriction on parallelism more effectivehallgren
2015-02-26fix some out-of-date code for the PGF_RESULT_DEBUG mode in the parserkrasimir
2015-02-26use the same trick for comparison of doubles in cmp_expr_statekrasimir
2015-02-26bugfix in the parser which caused some items to be poped in the wrong order i...krasimir
2015-02-25Wide Coverage Translation Demo: better resizing behavior on startup and when ...hallgren
2015-02-24PGFService.hs: text lexer: slightly smarter decapitalization of the first wor...hallgren
2015-02-24remove three more uses of meta productions that were left in debugging modekrasimir
2015-02-24implemented escape characters when reading/printing an abstract expression wi...krasimir
2015-02-20fix in thai_page2.xmlkrasimir
2015-02-20gftransate.js: increase sentence length limit for "fast" language to 500hallgren
2015-02-20set the keyboard pages for Thai in Translator.javakrasimir
2015-02-20experimental Thai keyboard (still not tested)krasimir
2015-02-20translation app for iOS, replicating some of the functionality of the Android...joel.hinz
2015-02-20added option -plus-as-bind which treats (+) as a bind when used with runtime ...krasimir
2015-02-20remove the meta prob flagskrasimir
2015-02-20gftranslate.js: reduce sentense length limit to 200 (URL encoded) charactershallgren
2015-02-20PGF Service: limit the number of parallel calls to the C run-time parse funct...hallgren
2015-02-19silence some warnings in GNU Lightning for i386_64krasimir
2015-02-19parsing with meta rules is now removed since we don't use them anymore and I ...krasimir
2015-02-18fix the missmatch between Int and CInt in the Haskell binding to the word ali...krasimir
2015-02-18fix the callback for unknown words as wellkrasimir
2015-02-18fix in the callback for names in the Haskell bindingkrasimir
2015-02-18fix in the parser for callbacks in the middle of a wordkrasimir
2015-02-18Wide Coverage Translation Demo: use App14.pgf, remove spaces from Chi, Jpn an...hallgren
2015-02-17removing spaces from App output of Chi,Jpn,Tha to get nicer speech output (an...aarne
2015-02-17App14 with Tha up and running!aarne
2015-02-16Restore compatibility with ghc-7.4hallgren
2015-02-16Changes for compatibility with ghc-7.10-rc2hallgren
2015-02-12PGF.Haskell: adding operators for selections from tableshallgren
2015-02-12Translating linearization functions to Haskell: more simplificationshallgren
2015-02-11Translating linearization functions to Haskell: simplify the generated Haskel...hallgren
2015-02-11fix in the JIT compiler that would hopefully make it work on iOSkr.angelov