| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-06-20 | PGF Service, command=grammar: include the last modified time of the grammar ↵ | hallgren | |
| in the output | |||
| 2014-06-20 | added a note that the green translation comes from the phrasebook | aarne | |
| 2014-06-19 | language status in app help file as table ; less text | aarne | |
| 2014-06-19 | runtime/c/setup.sh: use make -j to speed up compilation | hallgren | |
| The configuration script takes significantly longer to run than the compilation of all the C code, which is a hint that is in need of a major simplification. | |||
| 2014-06-18 | build-binary-dist.sh: updated to include the Python binding to the C run-time | hallgren | |
| There are also some changes in src/runtime/python/setyp.py to support this. | |||
| 2014-06-18 | a small change in the keyboard layout for Android to make it more user friendly | kr.angelov | |
| 2014-06-18 | filter out identical duplicated translations from the Android UI | kr.angelov | |
| 2014-06-17 | Compute/ConcreteNew.hs: eliminate selections from wildcard tables | hallgren | |
| This patch also includes some commented out code that was used to search for the source of code size explosions and an eta expansion bug. | |||
| 2014-06-17 | gf-cloud-api.html: fix a broken link | hallgren | |
| Thanks to Dana Dannells. | |||
| 2014-06-17 | now the named entities recognizer returns dictionary entries if the name is ↵ | kr.angelov | |
| known | |||
| 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 | |
| PGF exports the public, stable API. PGF.Internal exports additional things needed in the GF compiler & shell, including the nonstardard version of Data.Binary. | |||
| 2014-06-12 | swith off the debugging in the android ui | kr.angelov | |
| 2014-06-12 | now GF keywords can be used as identifiers if they are quoted | kr.angelov | |
| 2014-06-10 | PGF2.hsc: use throwIO instead of throw | hallgren | |
| From the documentation: the throwIO variant should be used in preference to throw to raise an exception within the IO monad because it guarantees ordering with respect to other IO operations, whereas throw does not. Also removed some unused imports. | |||
| 2014-05-24 | now we compile context-free grammars directly to PGF without going via GF ↵ | kr.angelov | |
| source code. This makes it quick and lightweight to compile big grammars such as the Berkley grammar | |||
| 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-22 | bugfix: the keyboard should not show completions when entering web passwords | kr.angelov | |
| 2014-05-22 | the dictionary view in the app now filters out duplicated morphological analyses | kr.angelov | |
| 2014-05-21 | in verbosity mode the compiler warns about missing paths | kr.angelov | |
| 2014-05-16 | Compute/ConcreteNew.hs: adding a Prawitz rewrite | hallgren | |
| (table { p_i => t_i } ! x).l ==> table { p_i => t_i.l } ! x This was used in the old partial evaluator and can significantly reduce term sizes in some cases. | |||
| 2014-05-16 | Fix an eta expansion bug in the grammar compiler | hallgren | |
| Eta expansion is applied between partial evaluation and PMCFG generation. The buggy version generated type incorrect terms, but PMCFG generation apparently worked anyway. | |||
| 2014-05-15 | Simple Translator: fall back to word-for-word translation if the parser fails | hallgren | |
| Same as in the Wide Coverage demo app. | |||
| 2014-05-13 | Haskell binding: free memory pool to avoid space leak when readPGF fails | hallgren | |
| 2014-05-12 | gf -server: include list of loaded PGFs in version info | hallgren | |
| 2014-05-08 | fix the literals API in Java for strings with non-latin characters | kr.angelov | |
| 2014-05-08 | Wide Coverage Demo Web App: bug fix: swapping source and target works again | hallgren | |
| 2014-05-08 | Wide Coverage Demo Web App: bug fix: restore lost quality indications after ↵ | hallgren | |
| switching target languages | |||
| 2014-05-08 | PGF web api, command c-wordforword: re-enable parsing of individual words | hallgren | |
| The space leak in the Haskell binding to the C parser has been fixed. | |||
| 2014-05-08 | fix memory leak in the Haskell binding | kr.angelov | |
| 2014-05-07 | Wide Coverage Demo App: show all Phrasebook translations | hallgren | |
| Also improve behaviour for languages that are missing in Phrasebook (Chinese). Also update the initial set of languages in the menus to match Translate11.pgf. | |||
| 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 | |
| 1. Like pgf-translate, it now shows one result at a time, press Enter to get more results. 2. You can load a new grammar with the command 'i <path-to-pgf>' | |||
| 2014-04-29 | Wide Coverage Web Demo: fix bug introduced in previous patch | hallgren | |
| Word-for-word translations were shown in the wrong language after switching traget language. | |||
| 2014-04-29 | Wide Coverage Demo App: translate to all available target langauges at once | hallgren | |
| This means that the new translation is available instantly when switching target languages. It can also reduce space leaks problems in the server somewhat by avoiding repeated parsing of the source text. | |||
| 2014-04-29 | PGF web api, command c-wordforword: don't repeat parsing/morpho analysis for ↵ | hallgren | |
| each target language Also omit attemts to parse individual words for now, to avoid space leaks in the Haskell binding to the C parser. | |||
| 2014-04-28 | Spring cleaning | hallgren | |
| Nothing major... | |||
| 2014-04-28 | Simple Translator: remove extra space before punctuation | hallgren | |
| 2014-04-25 | an initial Java/C API for predicting literals. Still not utilized | kr.angelov | |
| 2014-04-24 | remove dead code to avoid warnings | kr.angelov | |
| 2014-04-24 | make the input box in the conversation view self-adjustable when entering ↵ | kr.angelov | |
| longer text | |||
| 2014-04-24 | a better solution for restoring the state of the main activity when the ↵ | kr.angelov | |
| device is flipped. This one doesn't require hacks. | |||
| 2014-04-24 | Simple Translator: remove punctuation before wide coverage translation | hallgren | |
| This gives better translations with Translate11.pgf and is how the Wide Coverage Demo App works. | |||
| 2014-04-24 | a small fix to avoid showing * in some translations | kr.angelov | |
| 2014-04-24 | show the alternative translations in color | kr.angelov | |
| 2014-04-24 | show the probabilities for the alternative translations | kr.angelov | |
| 2014-04-24 | bugfix in the word completion in the input method | kr.angelov | |
