| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-04-21 | reverse the direction of the arcs in the dependency trees | kr.angelov | |
| 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-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 | |||
| 2013-04-12 | GF cloud: work on syntax editor integration | hallgren | |
| + The syntax editor is now accessible from the Simple Translaton Tool. + The minibar now automatically provides access to the syntax editor (provided the necessary JavaScript files and style sheets have been loaded). + Preparations for making the syntax editor accessible from the grammar editor. | |||
| 2013-04-12 | syntax editor: fix references to global object 'server' | hallgren | |
| 2013-04-12 | minibar/syntax editor integration fixes | hallgren | |
| When starting from the minibar, the selected set of target languages is now preserved when switching back and forth. | |||
| 2013-04-12 | Simple Translation Tool: eliminate &+ in translations from GF | hallgren | |
| Also fixed a bug introduced in previous refactoring. | |||
| 2013-04-12 | gfrobust.js: adding a JavaScript API to the GF Robust Parser translation service | hallgren | |
| Factored out from the Simple Translation Tool. | |||
| 2013-04-11 | minibar.html: add debug element | hallgren | |
| to allow debug output from the syntax editor when it is started from the minibar. Also fix broken markup. | |||
| 2013-04-10 | gf -s/-q now silences "no linearization of" warnings | hallgren | |
| 2013-04-08 | PGF.hs: export function missingLins | hallgren | |
| Also in Commands.hs: be explicit about things imported from the PGF library that are not in the public API. Also a couple of haddock documentation fixes. | |||
| 2013-04-07 | minibar: add a visual hint that linearizations can be expanded into tables | hallgren | |
| 2013-04-05 | Compiler.hs: ghc 7.6.2 compatibility | hallgren | |
| 2013-04-05 | Simple Translator: add GF Robust Parser to the menu for individual segments | hallgren | |
| 2013-04-05 | Simple Translator: use lextext/unlextext for translations with the robust parser | hallgren | |
| 2013-04-05 | Simple Translator: initial support for translation with the GF robust parser | hallgren | |
| 2013-04-05 | now the web service to the robust parser can to translations also | kr.angelov | |
| 2013-04-05 | a bugfix which was causing an infinite loop in the C linearizer for some ↵ | kr.angelov | |
| sentences | |||
| 2013-04-05 | a very simple linearization for partial abstract trees in the C runtime | kr.angelov | |
| 2013-04-04 | minibar/syntax editor integration improvements | hallgren | |
| Work in progress on preserving the start category and selected target languages when switching between the minibar and the syntax editor. | |||
| 2013-04-03 | Simple Translation Tool: initial support for editing source segments in the ↵ | hallgren | |
| minibar | |||
| 2013-04-03 | Adding src/www/js/localstorage.js | hallgren | |
| A common interface to localStorage, to store JSON data under a unique prefix. | |||
| 2013-04-03 | Prevent Unicode characters in warning messages from stopping grammar compilation | hallgren | |
| When compiling a grammar containing characters that are not supported in the current locale, warning messages could cause GF fail with hPutChar: invalid argument (Invalid or incomplete multibyte or wide character) With this quick fix, warning messages that can not be displayed are silently truncated instead, and compilation continues. | |||
| 2013-04-02 | Replace "CId" with "Language" in type signature for PGF.tabularLinearizes | john.j.camilleri | |
| 2013-04-02 | minibar: remember the selected set of target langauges | hallgren | |
| 2013-04-02 | minibar: abstract syntax trees are now shown with or without category names | hallgren | |
| Function names are always shown. | |||
| 2013-03-29 | option pt -funs to show all fun's in a tree | aarne | |
| 2013-03-28 | minibar: show abstract syntax trees without or with function names | hallgren | |
| Click once to show abstract syntax trees without function names. Click again to add function names. | |||
| 2013-03-28 | PGF web API: command=abstrtree not supports the nocat and nofun options | hallgren | |
| 2013-03-27 | minibar: fix problems with the To: menu | hallgren | |
| Automatically expanding the menu when the mouse is over it seems to cause wierd scrolling behavior in Chrome (and also in Firefox but less severe). | |||
| 2013-03-27 | minibar: documentation update | hallgren | |
| 2013-03-27 | minibar: click on a linearization to obtain a table with all variants and forms | hallgren | |
| Click again to hide the table. | |||
| 2013-03-27 | support.js: add function replaceNode | hallgren | |
| 2013-03-27 | PGF web API: add comand linearizeTable | hallgren | |
| The new command linearizeTable outputs linearizations as tables containing all variants and forms, labelled by parameters | |||
| 2013-03-27 | minibar: fix buttons for abstract syntax trees and word alignment diagrams | hallgren | |
| They stopped working after yesterday's changes. | |||
| 2013-03-26 | minibar: documentation update | hallgren | |
