| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-02-19 | Wide coverage demo web app: add link to Google Translate | hallgren | |
| 2014-02-19 | src/www/js/langcode.js: functions for converting language codes | hallgren | |
| factored out from src/www/translator/translator.js | |||
| 2014-02-12 | Wide coverage demo: show up to 10 translations | hallgren | |
| The translations are loaded one at a time so you don't have to wait for all 10 to see the first one. | |||
| 2014-02-11 | Work on web api & apps based on the C run-time system | hallgren | |
| + PGFService.hs: add command c-grammar, include probability in parse results + js/gftranslation.js: add start position and limit parameters, return more info to applications + Simple Translator: show two wide coverage translations + Wide coverage demo: show parse tree and probability (intended as grammar debugging aids) | |||
| 2014-01-28 | Wide coverage translation web demo improvements | hallgren | |
| + Add lexing/unlexing + Add a button to swap input and output + Minor layout adjustments | |||
| 2014-01-21 | simple translator: Replaced 'GF Robust Parser' with 'GF Wide Coverage ↵ | hallgren | |
| Translation' The interface to the wide coverage translation is in js/gftranslate.js and it assumes that the grammar is installed on the cloud server as /robust/Translate8.pgf. The list of supported languages is hardwired in gftranslate.js, since there is no support for obtaining this info from the C run-time system at the moment. | |||
| 2013-11-14 | gfse: re-enable example-based grammar construction | hallgren | |
| 2013-11-06 | minibar: fix a mistake the previous bracket fix | hallgren | |
| 2013-11-06 | minibar: adapt to changed bracket structure in linearization output | hallgren | |
| 2013-08-21 | gfse: don't use multiline text boxes everywhere, just for concrete syntax | hallgren | |
| 2013-08-19 | gfse: only try to upload/compile grammars when browser is online | hallgren | |
| Show error message "Offline" if browser is offline. | |||
| 2013-08-19 | gfse: always open a resizable text box when editing concrete syntax | hallgren | |
| (Also fixed a broken link in gf-web-api-examples.html) | |||
| 2013-08-13 | Syntax editor: minor CSS fix | john.j.camilleri | |
| 2013-07-29 | minibar: more robust test for availability localStorage | hallgren | |
| Minibar should now work if localStorage is disabled or unavailable. (In Firefox, disabling cookies also disables localStorage.) | |||
| 2013-07-25 | RGL Browser: now includes Syntax Editor tab! | john.j.camilleri | |
| 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-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-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-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-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-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-07 | minibar: add a visual hint that linearizations can be expanded into tables | 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-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-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-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. | |||
