| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-11-10 | Now PMCFG is compiled per module and at the end we only link it. The new ↵ | kr.angelov | |
| compilation schema is few times faster. | |||
| 2011-10-25 | Preparations for release of GF 3.3 | hallgren | |
| + Changing version numbers and dates here and there. + Simplify build-binary-dist.sh since pgf-http need not be built anymore. + Use--gf-lib-path to make the sample grammars for minibar compile even if GF is not installed. | |||
| 2011-10-20 | PGF.hs: Add LANGUAGE BangPatterns to make GHC 7.2 happy | hallgren | |
| Also remove oddly named function forExample (topological sorting) from export list. | |||
| 2011-10-12 | Improvements of "gf -server" mode and related setup | hallgren | |
| "gf -server" mode now contains everything needed to run the minibar and the grammar editor (including example-based grammar writing). The Setup.hs script installs the required files where gf -server can find them. These files have been moved to a new directory: src/www. The separate server program pgf-http is now obsolete. | |||
| 2011-10-10 | minibar/support.js: added function encodeArgs. | hallgren | |
| 2011-09-21 | fix in the proof search. when we start the generation from a template, we ↵ | kr.angelov | |
| must start the refinement from the expression that the typecheker generated | |||
| 2011-09-15 | added topological sort module to PGF - to be used in example based grammar ↵ | ra.monique | |
| writing | |||
| 2011-09-14 | quick fixes in PGF.TypeCheck suggested by Krasimir; to be revisited | aarne | |
| 2011-08-30 | bugfixes in the typechecker and the tree generator | kr.angelov | |
| 2011-08-30 | bugfix: allow higher-order variables in the linearization | kr.angelov | |
| 2011-08-29 | skip spaces before closing parenthesis in PGF.Expr.pFactor | aarne | |
| 2011-08-28 | import command now gives priority to new abstract syntax, and discards the ↵ | aarne | |
| old concretes if they are for the old abstract; the new priority is implemented in PGF.Data.unionPGF | |||
| 2011-08-22 | minibar: documentation update | hallgren | |
| 2011-08-22 | minibar: quick fix to allow literals to be entered. | hallgren | |
| If you press Enter, the current word will be accepted, even if there are no matching completions. (You can now use names of people when constructing sentences in the Letter grammar, for example.) | |||
| 2011-08-21 | minibar: documentation fixes | hallgren | |
| 2011-08-19 | minibar: bug fix for "Try Google Translate" button | hallgren | |
| 2011-08-16 | minibar: adding pgf_offline.js | hallgren | |
| This file exports the same PGF runtime interface as pgf_online.js but calls the hs2js translation of the PGF runtime library (which is not included in darcs). | |||
| 2011-08-11 | minibar: documentation and API work | hallgren | |
| 2011-08-11 | minibar: some functions were in the wrong file | hallgren | |
| 2011-08-09 | minibar: more documentation (in minibar-api.html) | hallgren | |
| 2011-08-08 | minibar: refactoring for improved modularity | hallgren | |
| Two smaller objects have been factored out from the Minibar object: Input and Translations. These have been placed in two separate files: minibar_input.js and minibar_translations.js. Some common auxiliary functions have also been moved to a separate file: minibar_support.js | |||
| 2011-08-08 | minibar: resolve conflict | hallgren | |
| 2011-08-03 | minibar: improve pgf_online.js | hallgren | |
| pgf_online.js has been simplified and generalized to support the full GF Web Service API. The changes are backwards incompatible, unfortunately. The documentation and minibar.js have been updated accordingly. | |||
| 2011-08-03 | minibar: small code and documentation tweaks | hallgren | |
| 2011-08-08 | minibar: recording old configuration changes | hallgren | |
| 2011-07-21 | GenIP, GenRP in Extra and any_Quant in ExtraEng | aarne | |
| 2011-06-21 | minibar support.js: add function ajax_http_post for posting FormData | hallgren | |
| 2011-04-11 | minibar: fix typo | hallgren | |
| 2011-04-11 | minibar: small documentation updates and corrections | hallgren | |
| 2011-04-06 | avoid warning from ghc-7.0 | hallgren | |
| Warning: -fglasgow-exts is deprecated: Use individual extensions instead | |||
| 2011-04-06 | avoid warning from ghc-7.0 | hallgren | |
| Warning: -fglasgow-exts is deprecated: Use individual extensions instead | |||
| 2011-03-22 | minibar: don't force focus to the typed input field after every word | hallgren | |
| On touch-based devices, the on-screen keyboard kept popping up after every word, which was very annoying if you were entering a sentence by tapping on the magnets. | |||
| 2011-03-22 | minibar: add trailing slash in suggested grammar URLs | hallgren | |
| 2011-03-17 | Adding a missing file for the tokenizer... | gdetrez | |
| 2011-02-10 | Adding a basic lexicon-based tokenizer and the asociated command in gf shell | gdetrez | |
| 2011-03-03 | minibar: add icon for word alignment button | hallgren | |
| 2011-03-03 | minibar: add a button to display word alignment | hallgren | |
| 2011-03-01 | minibar/support.js: recognize relative URLs as locations on the same server | hallgren | |
| This means that the relative grammar directory location in the default configuration will result in AJAX requests rather than the less efficient JSONP requests. | |||
| 2011-03-01 | minibar: make the feedback form work in the generic minibar | hallgren | |
| It is still disabled by default, since some manual configuraiton of feedback.cgi is required. | |||
| 2011-02-06 | a simple clitic analysis command 'ca' | aarne | |
| 2011-01-27 | minibar: a small change to make easy to select an alternate grammar directory | hallgren | |
| 2011-01-11 | minibar: update my home page link (cs->cse) | hallgren | |
| 2011-01-08 | fix the computation of abstract expressions in the presence of implicit ↵ | krasimir | |
| arguments | |||
| 2011-01-08 | bugfix in the handling of implicit arguments in the typechecker | krasimir | |
| 2010-12-17 | minibar.html: omit explicit grammars_url option | hallgren | |
| The grammars will then by default be fetched from the same server as minibar.html. This means that everything will be served locally when accessing minibar through a locally running pgf-http. | |||
| 2010-12-17 | minibar/support.js: fix comment typos and add links | hallgren | |
| 2010-12-17 | bugfix: setProbabilities should be more robust when there are missing ↵ | krasimir | |
| probabilities for some functions or categories | |||
| 2010-12-14 | now every parse state keeps reference only to the concrete and the abstract ↵ | krasimir | |
| syntaxes but not to the whole PGF | |||
| 2010-12-14 | work-around in Tree.expr2tree to make Paraphrase work | aarne | |
| 2010-12-14 | optimization in the parser for large lexicons. Now, the parser is slightly ↵ | krasimir | |
| slower for grammars with a small lexicon but 3-4 times faster for the English Resource Grammar used in combination with Oxford Advanced Learners Dictionary | |||
