diff options
| author | hallgren <hallgren@chalmers.se> | 2012-05-15 15:36:06 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2012-05-15 15:36:06 +0000 |
| commit | 66e6b5269d52c1bedfa805c51b300ce5f5f3c490 (patch) | |
| tree | acc5706d4bd14d119e4ba7570201ea12bcf06aae /src/www/translator/about.html | |
| parent | e90e1202c468950555c5362a00d5d5f75ab052c1 (diff) | |
Adding a Simple Translation Tool
It is part of the cloud services available with gf -server.
Diffstat (limited to 'src/www/translator/about.html')
| -rw-r--r-- | src/www/translator/about.html | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/src/www/translator/about.html b/src/www/translator/about.html new file mode 100644 index 000000000..395173162 --- /dev/null +++ b/src/www/translator/about.html @@ -0,0 +1,55 @@ +<!DOCTYPE html> +<html> <head> +<title>About: Simple Translation Tool</title> +<link rel="stylesheet" type="text/css" href="../gfse/editor.css" title="Cloud"> +<link rel="alternate stylesheet" type="text/css" href="../gfse/molto.css" title="MOLTO"> + +<link rel=author href="http://www.cse.chalmers.se/~hallgren/" title="Thomas Hallgren"> + +<meta name = "viewport" content = "width = device-width"> +<meta http-equiv="Content-type" content="text/html;charset=UTF-8"> +<meta charset="UTF-8"> +</head> + +<body> +<h1>About the Simple Translation Tool</h1> + +<p> +This is a simple bilingual document editor. Documents consist of a sequence +of segments that are translated independently. The user can add segments +in the source language and obtain automatically translated segments in +the target language. If an unsatisfactory automatic translation is +obtained, the user can click on it and replace it with a manual translation. + +<p> +The GF web service is used for automatic translation. The user picks which +grammar to use from a menu of available grammars. Through menu options, +the user also sets the source and target language for the document. + +<p> +The tool handles a set of documents. Documents can be named, saved (locally), +closed and reopened later. + +<h2>TODO</h2> +<ul> + <li>Test for browser compatibility (Safari & Firefox tested so far). + <li>Use GF lexer/unlexer to allow for more natural looking text. + <li>Import/export text. + <li>Cloud service. + <li>Interface to other translation services. + <li>Interface to grammar editor for grammar extension. + <li>... + <li>... +</ul> + + +<hr> +<div class=modtime><small> +<!-- hhmts start --> Last modified: Tue May 15 17:35:39 CEST 2012 <!-- hhmts end --> + </small></div> +<address> +<a href="http://www.cse.chalmers.se/~hallgren/">TH</a> +<img src="http://www.altocumulus.org/~hallgren/online.cgi?icon" alt=""> +</address> +</body> + </html> |
