summaryrefslogtreecommitdiff
path: root/src/www/translator
AgeCommit message (Collapse)Author
2016-05-12translator.css: factor out div.overlay styles to a separate file overlay.csshallgren
2015-12-10Simple Translation Tool: bug fixhallgren
"File/Open In Wide Coverage Translation Demo" stopped working when support for using different grammars in the Wide Coverage Translation Demo was added On September 2.
2015-03-06Simple Translation tool: add File menu command 'Open in Wide Coverage ↵hallgren
Translation Demo' Just as a quick way to test different documents in the Wide Coverage Translation Demo.
2014-06-20Cloud service & apps: better error handling in wide coverage translationhallgren
The wide coverage demo apps now shows a "please wait" message while the grammar is loading, and a red error message if the grammar is not found on the server. The Simple Translation Tool also show red error messages if the grammar is not found.
2014-05-15Simple Translator: fall back to word-for-word translation if the parser failshallgren
Same as in the Wide Coverage demo app.
2014-04-28Simple Translator: remove extra space before punctuationhallgren
2014-04-24Simple Translator: remove punctuation before wide coverage translationhallgren
This gives better translations with Translate11.pgf and is how the Wide Coverage Demo App works.
2014-04-11Simple Translator: use colors to indicate translation qualityhallgren
2014-04-11Simple Translator: Use PGF API for (un)lexing instead of separate server callshallgren
Also, + Get up to 10 (instead of 5) alternative robust translations. + Remove duplicates from list of alternative robust translations + Add GF Cloud logo to the simple translator page
2014-04-04Simple Translator: show more alternatives when using GF robust translationhallgren
The maximum number of alternatives shown has been increased from 2 to 5 although it can slow down translation.
2014-04-04Slightly more informative error messages in translation web appshallgren
2014-02-19src/www/js/langcode.js: functions for converting language codeshallgren
factored out from src/www/translator/translator.js
2014-02-11Work on web api & apps based on the C run-time systemhallgren
+ 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-28Wide coverage translation web demo improvementshallgren
+ Add lexing/unlexing + Add a button to swap input and output + Minor layout adjustments
2014-01-21simple 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-04-26Add greek to Setup.hs and the web appshallgren
2013-04-19simple translation tool: minor documentation fixhallgren
2013-04-18simple translator: improved translation with the GF robust parserhallgren
by separate punctuation from the string sent to the robust parser. Also added buttons to view parse trees from the robust parser.
2013-04-12GF cloud: work on syntax editor integrationhallgren
+ 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-12Simple Translation Tool: eliminate &+ in translations from GFhallgren
Also fixed a bug introduced in previous refactoring.
2013-04-12gfrobust.js: adding a JavaScript API to the GF Robust Parser translation servicehallgren
Factored out from the Simple Translation Tool.
2013-04-05Simple Translator: add GF Robust Parser to the menu for individual segmentshallgren
2013-04-05Simple Translator: use lextext/unlextext for translations with the robust parserhallgren
2013-04-05Simple Translator: initial support for translation with the GF robust parserhallgren
2013-04-03Simple Translation Tool: initial support for editing source segments in the ↵hallgren
minibar
2013-02-11translator: add some menu padding for touch deviceshallgren
2013-02-11translator: small style changehallgren
2013-02-11translator: remove debug codehallgren
2013-02-11translator: "Open..." doesn't discard the current document anymorehallgren
It shows available documents and a Cancel button on top of the current document.
2012-11-20GF cloud: move support.js and pgf_online.jshallgren
Created the folder js and moved minibar/support.js and minibar/pgf_online.js there, to emphasize their status as app independent support libraries. There are probably more files that should be moved here. The cloud apps have been updated, externally hosted apps that link directly to our server need to be updated too.
2012-10-22Add Chinese to the list of installed RGL languages and support it in the web ↵hallgren
apps Aarne says the Chinese resource grammar is complete, but not yet completely correct.
2012-10-04simple translator: make it usable on iOS deviceshallgren
To make the popup menus accessible, use a simple trick to activate the simulate-hovering-by-tapping behaviour.
2012-10-04simple translator: bug fixhallgren
"Edit/Add a segment..." stopped working at some point. (Importing text still worked.)
2012-10-04gfse: various code improvements and prelimiary support for public grammarshallgren
2012-09-21simple translator: make it possible to delete documentshallgren
2012-09-20simple translator: bug fixhallgren
A bug in the line break change prevented text import from working.
2012-09-17simple translator: accept DOS, Mac and Unix line breaks when importing texthallgren
2012-09-11simple translator: export GlobalSight Download Fileshallgren
TODO: consider using a better way to save to a local file
2012-09-11simple translator: more work on GlobalSight supporthallgren
Disable editing source segments in GlobalSight documents
2012-09-10simple translator: more work on GlobalSight supporthallgren
+ Retain metadata from GlobalSight Download Files. + Disable adding&removing segments when editing a GlobalSight documents.
2012-09-09simple translator: support for importing GlobalSight Download Fileshallgren
TODO: support for export translations in the same format.
2012-08-30simple translator: make it work even if Apertium is unavailablehallgren
Since Apertium is unavaiable at the moment, I can't check that things still work properly when Aprtium *is* availalbe.
2012-08-02translator: keep cloud docs and local docs aparthallgren
+ show a cloud icon next to the document name if it is stored in the cloud + in addition to the name of the current document, remember if it is stored in the cloud, so that the right document is loaded next time you open the translator.
2012-07-27translator: code cleanup and bug fixes hallgren
2012-07-25translator: remove debug logginghallgren
2012-07-25translator: per segment translation method selectionhallgren
2012-06-21translator: parallel text view layout adjustmentshallgren
And some other small code changes.
2012-06-21translator: bug fix for copy/paste importhallgren
2012-06-21translator: insert and delete segmentshallgren
You can now insert new segments anywhere, now just at the end. You can now delete any segment, not just the last one.
2012-06-19translator: style adjustmentshallgren