| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2013-04-23 | minibar: use the common interface to localStorage | hallgren | |
| ...for more streamlined code and better browser compatibility. | |||
| 2013-04-23 | a trivial refactoring of the reasoner in the C runtime | kr.angelov | |
| 2013-04-22 | new-gf-bib fixes | aarne | |
| 2013-04-22 | new source to new-gf.bib | inari.listenmaa | |
| in addition to the previous ones, added also a source that isn't related to GF, but is used as a source in the sublanguage paper. | |||
| 2013-04-22 | new sources to new-gf.bib | inari.listenmaa | |
| Including sources needed in MTsummit paper about sublanguage. MOLTO deliverables and some conference papers. | |||
| 2013-04-22 | bug fix in pgf-translate which was hiding that there are more than one trees ↵ | kr.angelov | |
| per sentence | |||
| 2013-04-22 | a bit more informative error message in GrammarToPGF | kr.angelov | |
| 2013-04-21 | reverse the direction of the arcs in the dependency trees | kr.angelov | |
| 2013-04-20 | refinementsDiffHindustani | virk.shafqat | |
| 2013-04-20 | gfse: don't add --# -path=.:present | hallgren | |
| Nowadays GF includes alltenses by default in the grammar search path. | |||
| 2013-04-19 | simple translation tool: minor documentation fix | hallgren | |
| 2013-04-19 | gf-cloud-api.html: fixed a typo | hallgren | |
| in the documentation of command=remake. | |||
| 2013-04-19 | gf-cloud-api.html: clarification | hallgren | |
| Unrecoginzed parameter in cloud service requests are silently ignored. | |||
| 2013-04-19 | the option -old for the vp command is now redundant | kr.angelov | |
| 2013-04-19 | remove the dead code left behind by Peter Ljunglöf in VisualizeTree | kr.angelov | |
| 2013-04-19 | fix the command options for the vd command in the shell | kr.angelov | |
| 2013-04-19 | the C runtime and the Python binding now have an API for parser evaluation. ↵ | kr.angelov | |
| The API computes PARSEVAL and Exact Match for a given tree. As a side effect the abstract trees in Python are now compared for equality by value and not by reference | |||
| 2013-04-18 | added API for computing bracketed strings from Python and C | kr.angelov | |
| 2013-04-18 | simple translator: improved translation with the GF robust parser | hallgren | |
| by separate punctuation from the string sent to the robust parser. Also added buttons to view parse trees from the robust parser. | |||
| 2013-04-18 | gfrobust.js: add a method for constructing parse tree image URLs. | hallgren | |
| 2013-04-18 | GF home page: add "machine translation" in a meta keywords tag | hallgren | |
| GF does not show up if you google for machine translation. This meta tag might help, but in general I think it is better for SEO to mention relevant keyword in the body text than to rely on meta tags. | |||
| 2013-04-17 | minibar: syntax editor integration bug fix | hallgren | |
| The minibar has the alternative "All" in the target language menu. This should not be included when transfering to the syntax editor. | |||
| 2013-04-17 | minibar: fixes for phrasebook | hallgren | |
| Add minibar option to_multiple to be able to turn off selection of multiple target languages. | |||
| 2013-04-16 | added a malt_tab format to the vd command in the GF shell | kr.angelov | |
| 2013-04-16 | the generation of dependency trees in the Haskell runtime is now finally ↵ | kr.angelov | |
| working with bracketed strings. This also fixes some errors in the old implementation | |||
| 2013-04-15 | the compiler now sorts the list of functions per category in probability ↵ | kr.angelov | |
| order. this ensures probability order search in the C runtime | |||
