summaryrefslogtreecommitdiff
path: root/src/www/js/gfrobust.js
AgeCommit message (Collapse)Author
2013-04-23js/gfrobust.js: don't try to translate sentenses that are too longhallgren
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-18gfrobust.js: add a method for constructing parse tree image URLs.hallgren
2013-04-12gfrobust.js: adding a JavaScript API to the GF Robust Parser translation servicehallgren
Factored out from the Simple Translation Tool.