| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-06-13 | Fix UTF-8 decoding problem in gf -server | hallgren | |
| The package network-2.4.1.1 thoughlessly introduced a backward incompatible change to the function Network.URI.unEscapeString, see https://github.com/haskell/network/commit/f2168b1f8978b4ad9c504e545755f0795ac869ce This also affects the function Network.Shed.Httpd.queryToArguments, which is used in GFServer.hs. To remain compatible with older and newer versions of the network package, we need to stay clear of queryToArguments and unEscapeString. A replacement function has been added to server/URLEncoding.hs. | |||
| 2013-06-13 | Syntax editor: minor CSS tweak to resemble Minibar more | john.j.camilleri | |
| 2013-06-13 | Syntax editor: AST string always shown, remove export button | john.j.camilleri | |
| 2013-06-11 | Update Maltese Foods grammar | john | |
| In preparation for presentation at Maltese Linguistics conference next week. | |||
| 2013-06-10 | Maltese RG: first proper release | john | |
| Of course some bugs remain and more testing is needed, but all functions are complete and Maltese now builds as part of the normal GF install. | |||
| 2013-06-10 | Update the usage text for the --output-format option | hallgren | |
| It needs to be updated manually when the list of available output format changes. | |||
| 2013-06-02 | GF.Text.Transliterations: avoid error prone function Data.Map.fromAscList | hallgren | |
| 2013-05-31 | Prasad's sanskrit transliteration ; MiniresourceSan now compiles but is ↵ | aarne | |
| mostly incorrect due to missing paradigms | |||
| 2013-05-31 | now the call Expr.unpack("? e1 e2") in Python returns a pair with None as ↵ | kr.angelov | |
| the first element and a the list [e1,e2] as the second. This makes it easier to decompose partial abstract trees | |||
| 2013-05-31 | improved error message in the Python binding | kr.angelov | |
| 2013-05-31 | started MiniresourceSan ; doesn't compile yet | aarne | |
| 2013-05-30 | bugfix for the grammar printer in the C runtime | kr.angelov | |
| 2013-05-30 | phrasebook Nor compiles again; added make ParseChi and ParseEngChi | aarne | |
| 2013-05-28 | added VW foundation as sponsor and made the title conformant to funding ↵ | aarne | |
| decision on summer school web page | |||
| 2013-05-30 | PhrasebookLav is now compatible with the latest resource grammar | normundsg | |
| 2013-05-30 | the Bulgarian phrasebook works again | kr.angelov | |
| 2013-05-30 | Remove summer school page from darcs | john.j.camilleri | |
| It is now in www/school/2013 and should be edited directly on server | |||
| 2013-05-30 | Summer school page: add link to Google Group | john | |
| 2013-05-30 | Summer school page: udpate with directions from Hans | john | |
| 2013-05-29 | a simple refactoring in the Python runtime | kr.angelov | |
| 2013-05-29 | readPGF in the Python runtime now throws "No such file or directory" ↵ | kr.angelov | |
| exception if the grammar is missing | |||
| 2013-05-29 | Summer School page: minor adjustments | john.j.camilleri | |
| 2013-05-29 | Update Summer School page with sponsorship info (Aarne's changes) | john.j.camilleri | |
| 2013-05-28 | added a test class for the Java API plus a small refinement in the ↵ | kr.angelov | |
| implementation for the binding | |||
| 2013-05-28 | an initial skeleton for building a Java binding to the C runtime | kr.angelov | |
| 2013-05-24 | Demo page: add a version of the minibar that shows just the MOLTO ↵ | hallgren | |
| Application grammars | |||
| 2013-05-21 | fix the encoding problem with unicode literals in the Python binding | kr.angelov | |
| 2013-05-20 | annotated Adv's in SentencesI to Syntax.Adv to avoid some clashes | aarne | |
| 2013-05-07 | bugfix for bracketedLinearize which was causing crash if the tree cannot be ↵ | kr.angelov | |
| linearized | |||
| 2013-05-07 | bug fix in the management of memory pools in the statistical parser | kr.angelov | |
| 2013-05-06 | the statistical parser is now using two memory pools: one for parsing and ↵ | kr.angelov | |
| one for the output trees. This means that the memory for parsing can be released as soon as the needed abstract trees are retrieved, while the trees themselves are retained in the separate output pool | |||
| 2013-05-05 | fix the leftcorner filtering after the addition of word completion | kr.angelov | |
| 2013-05-04 | bugfix in the C runtime which was causing an infinite loop while linearizing ↵ | kr.angelov | |
| partial trees | |||
| 2013-05-03 | Download page: the .deb packages also work on Ubuntu 13.04 | hallgren | |
| 2013-05-03 | [haskell runtime] Remove trailing whitespaces in VisualizeTree.hs | gregoire.detrez | |
| 2013-05-02 | Setup.hs: comment out ineffective parallelisation | hallgren | |
| 2013-05-01 | word completion in the C runtime. The runtime/python/test.py example is now ↵ | kr.angelov | |
| using readline with word completion | |||
| 2013-04-29 | Download page & developers guide: add a section about known problems with Cabal | hallgren | |
| 2013-04-28 | miniresource functor | aarne | |
| 2013-04-26 | finally the statistical parser is able to return all possible abstract trees | kr.angelov | |
| 2013-04-26 | gfse: use alltenses/ instead of present/ when looking up RGL oper types | hallgren | |
| 2013-04-26 | Add greek to Setup.hs and the web apps | hallgren | |
| 2013-04-25 | minibar: remove two more uses of with() | hallgren | |
| 2013-04-25 | minibar: fix bug that prevented minibar from working in Webkit browsers | hallgren | |
| The with(...) {...} statement has different scoping rules in Webkit browsers and Gecko browsers, so it is better to avoid it. | |||
| 2013-04-25 | Greek by Ioanna Papodopoulou - complete, 27th RGL language | aarne | |
| 2013-04-24 | PGF service: apply the token binding operator &+ to all linearizations | hallgren | |
| The &+ operator is now consistently eliminated from the output of commmands that produce linearizations. Before, only the commands translate and translategroup did this. | |||
| 2013-04-23 | js/localstorage.js: don't throw an exception if JSON parsing fails | hallgren | |
| Return the given default value instead. | |||
| 2013-04-23 | gfse: add access to the syntax editor | hallgren | |
| via the minibar | |||
| 2013-04-23 | js/gfrobust.js: don't try to translate sentenses that are too long | hallgren | |
| The C run-time responds badly to input that is too long, so we return an error message here instead. The limit is 200 URL-encoded characters. | |||
| 2013-04-23 | js/localstorage.js: improved faked localStorage if real localStorage is missing | hallgren | |
