diff options
| author | hallgren <hallgren@chalmers.se> | 2012-05-27 19:19:54 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2012-05-27 19:19:54 +0000 |
| commit | 943652a3d2758b2b3d892053704c8c930e383b14 (patch) | |
| tree | 375085c2d1dc80c2f0ec21e8e01ee972878bfb6d /src/www/translator/about.html | |
| parent | 1215f2b9518d34b774aac8fbed00578cb457b1cb (diff) | |
translator: adding "Parallel texts" view
This is in addition to the existing "Segment by Segment" view.
Also some minor documentation updates.
Diffstat (limited to 'src/www/translator/about.html')
| -rw-r--r-- | src/www/translator/about.html | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/src/www/translator/about.html b/src/www/translator/about.html index a744cd097..90885ed89 100644 --- a/src/www/translator/about.html +++ b/src/www/translator/about.html @@ -32,14 +32,18 @@ closed and reopened later. <h2>TODO</h2> <ul> - <li>Test for browser compatibility (Safari & Firefox tested so far). + <li>Text can be imported/exported by copying and pasting, but other ways + could be added. + <li>Segmentation of imported text based on punctuation. (Currently, segments + must be separated by line breaks or blank lines.) <li>GF's lexer/unlexer is used to allow for more natural looking text, but the unlexer does the wrong thing if the first word of a sentence is supposed to be capitalized, e.g. "I am ready." and "Spanish wine is good." - <li>Import/export text. <li>Cloud service. <li>Interface to other translation services. <li>Interface to grammar editor for grammar extension. + <li>More browser compatibility testing (Chrome, Firefox & Safari tested + so far). <li>... <li>... </ul> @@ -47,7 +51,7 @@ closed and reopened later. <hr> <div class=modtime><small> -<!-- hhmts start --> Last modified: Wed May 16 16:56:22 CEST 2012 <!-- hhmts end --> +<!-- hhmts start --> Last modified: Sun May 27 17:56:48 CEST 2012 <!-- hhmts end --> </small></div> <address> <a href="http://www.cse.chalmers.se/~hallgren/">TH</a> |
