Difference between revisions of "Translating a TMX"

From Apertium
Jump to navigation Jump to search
(Created page with 'It might be useful to use apertium to translate one side of a TMX file. This is quite easy with apertium-tmx-tools. Assuming you have apertium and your language pair installed, …')
 
 
(4 intermediate revisions by one other user not shown)
Line 1: Line 1:
  +
{{Github-unmigrated-tool}}
It might be useful to use apertium to translate one side of a TMX file. This is quite easy with apertium-tmx-tools.
 
  +
It might be useful to use Apertium to translate one side of a TMX file. Note: this is different from [[Translation memory|using a translation memory to aid Apertium in translating]].
  +
 
Although TMX is not a built-in format, translating a TMX file is quite easy with apertium-tmx-tools.
   
 
Assuming you have apertium and your language pair installed, this is how you do it:
 
Assuming you have apertium and your language pair installed, this is how you do it:
 
<pre>
 
<pre>
  +
# Download tmx-tools and enter the downloaded directory:
 
svn co https://apertium.svn.sourceforge.net/svnroot/apertium/trunk/apertium-tools/apertium-tmx-tools
 
svn co https://apertium.svn.sourceforge.net/svnroot/apertium/trunk/apertium-tools/apertium-tmx-tools
 
cd apertium-tmx-tools
 
cd apertium-tmx-tools
  +
./apertium-ftmx es ca es-ca <en-es.tmx >en-ca.tmx
 
  +
# Translate your input file, e.g. en-es.tmx, from Spanish to Catalan:
 
./apertium-ftmx es ca <en-es.tmx >en-ca.tmx
  +
  +
# Optionally add a mode, if the TMX source/target language is not equal the translation source/target:
 
./apertium-ftmx es ca es-ca_valencia <en-es.tmx >en-ca_valencia.tmx
 
./apertium-ftmx es ca es-ca_valencia <en-es.tmx >en-ca_valencia.tmx
 
</pre>
 
</pre>

Latest revision as of 02:43, 10 March 2018

Note: After Apertium's migration to GitHub, this tool is read-only on the SourceForge repository and does not exist on GitHub. If you are interested in migrating this tool to GitHub, see Migrating tools to GitHub.

It might be useful to use Apertium to translate one side of a TMX file. Note: this is different from using a translation memory to aid Apertium in translating.

Although TMX is not a built-in format, translating a TMX file is quite easy with apertium-tmx-tools.

Assuming you have apertium and your language pair installed, this is how you do it:

# Download tmx-tools and enter the downloaded directory:
svn co https://apertium.svn.sourceforge.net/svnroot/apertium/trunk/apertium-tools/apertium-tmx-tools
cd apertium-tmx-tools

# Translate your input file, e.g. en-es.tmx, from Spanish to Catalan:
./apertium-ftmx es ca <en-es.tmx >en-ca.tmx

# Optionally add a mode, if the TMX source/target language is not equal the translation source/target:
./apertium-ftmx es ca es-ca_valencia <en-es.tmx >en-ca_valencia.tmx


See also[edit]