forked from GitHub/gf-core
translator: added support for the Apertium translation service
Also added feedback to source & target language menus to indicate which languages are supported by the selected translation method. For Apertium, the source language menu shows all possible source languages, and the target menu shows the possible target languages for the chosen source language.
This commit is contained in:
@@ -23,14 +23,20 @@ target language. Imported text can be segmented based on punctuation.
|
||||
Optionally, one can also use line breaks or blank lines to indicate segmentation
|
||||
in imported text. Text can be edited after it has been imported.
|
||||
|
||||
<p>
|
||||
Through menu options, the user sets the source and target language
|
||||
for the document and chooses which translation method to use by default.
|
||||
The tool supports two machine translation services:
|
||||
<ul>
|
||||
<li>The <a href="http://www.grammaticalframework.org/">GF</a> web service.
|
||||
The user picks which GF grammar to use from a menu of available grammars.
|
||||
<li>The <a href="http://www.apertium.org/">Apertium</a> web service.
|
||||
</ul>
|
||||
|
||||
<p>If an unsatisfactory automatic translation is
|
||||
obtained, the user can click on it and replace it with a manual translation.
|
||||
If multiple translations are obtained, one of them is shown by default and
|
||||
the other ones are available in a popup menu.
|
||||
<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,
|
||||
@@ -46,8 +52,8 @@ closed and reopened later. Documents can be saved locally or in the cloud.
|
||||
<li>Document sharing in the cloud.
|
||||
<li>Interface to other translation services.
|
||||
<li>Interface to the grammar editor for grammar extension.
|
||||
<li>More browser compatibility testing (Chrome, Firefox & Safari tested
|
||||
so far).
|
||||
<li>More browser compatibility testing (Chrome, Firefox, Safari &
|
||||
Opera Mobile tested so far).
|
||||
<li>...
|
||||
<li>...
|
||||
</ul>
|
||||
@@ -55,7 +61,7 @@ closed and reopened later. Documents can be saved locally or in the cloud.
|
||||
|
||||
<hr>
|
||||
<div class=modtime><small>
|
||||
<!-- hhmts start --> Last modified: Tue Jun 12 17:32:46 CEST 2012 <!-- hhmts end -->
|
||||
<!-- hhmts start --> Last modified: Wed Jun 13 23:28:06 CEST 2012 <!-- hhmts end -->
|
||||
</small></div>
|
||||
<address>
|
||||
<a href="http://www.cse.chalmers.se/~hallgren/">TH</a>
|
||||
|
||||
Reference in New Issue
Block a user