| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-06-11 | new.html: a proposed new look for the GF home page | hallgren | |
| 2014-06-10 | Updating the release notes and installation instructions for the next release | hallgren | |
| 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-29 | CompoundN in app.probs | aarne | |
| 2014-05-29 | FrameNet-GF API Doc | normundsg | |
| 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-22 | fixed the path in AppFin.gf so that it compiles in a more general setting | aarne | |
| 2014-05-21 | forgot to fix the path for AppFre.gf | kr.angelov | |
| 2014-05-21 | App compilation instructions: with parallel compilation, make Phrasebook ↵ | aarne | |
| separately | |||
| 2014-05-21 | in verbosity mode the compiler warns about missing paths | kr.angelov | |
| 2014-05-21 | probabilities for App | aarne | |
| 2014-05-21 | fix the path in the App grammar to the Phrasebook | 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-09 | examples/phrasebook/Makefile2: add Chinese | hallgren | |
| Also remove arguments to raise the stack size, GF's built-in default is big enough now. | |||
| 2014-05-09 | Add link to IRC logs | john.j.camilleri | |
| The logs are simply dumped there in raw form, but at least having a link should make them Google-indexed. One day we'll put something there with an interface. | |||
| 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-05-06 | improved paths and Makefile in examples/app ; see README how to compile with ↵ | aarne | |
| just 'make -j' | |||
| 2014-05-06 | eliminated dependency of PhrasebookChi from DictionaryChi ; added 'make ↵ | aarne | |
| forApp' to compile what is needed for Phrasebook in App | |||
| 2014-05-03 | some more words and phrases in PhrasebookChi ; native speaker check should ↵ | aarne | |
| be done soon | |||
| 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 | |
| 2014-04-24 | merged the edits | aarne | |
