<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://okapiframework.org/wiki/index.php?action=history&amp;feed=atom&amp;title=How_to_Post-Process_Extracted_Text</id>
	<title>How to Post-Process Extracted Text - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://okapiframework.org/wiki/index.php?action=history&amp;feed=atom&amp;title=How_to_Post-Process_Extracted_Text"/>
	<link rel="alternate" type="text/html" href="http://okapiframework.org/wiki/index.php?title=How_to_Post-Process_Extracted_Text&amp;action=history"/>
	<updated>2026-04-22T03:20:01Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.38.2</generator>
	<entry>
		<id>http://okapiframework.org/wiki/index.php?title=How_to_Post-Process_Extracted_Text&amp;diff=237&amp;oldid=prev</id>
		<title>Ysavourel: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="http://okapiframework.org/wiki/index.php?title=How_to_Post-Process_Extracted_Text&amp;diff=237&amp;oldid=prev"/>
		<updated>2016-06-04T23:19:56Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 19:19, 4 June 2016&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Ysavourel</name></author>
	</entry>
	<entry>
		<id>http://okapiframework.org/wiki/index.php?title=How_to_Post-Process_Extracted_Text&amp;diff=236&amp;oldid=prev</id>
		<title>Ysavourel at 13:33, 3 January 2012</title>
		<link rel="alternate" type="text/html" href="http://okapiframework.org/wiki/index.php?title=How_to_Post-Process_Extracted_Text&amp;diff=236&amp;oldid=prev"/>
		<updated>2012-01-03T13:33:52Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Using Rainbow==&lt;br /&gt;
&lt;br /&gt;
To post-process files that have been prepared using Rainbow's &amp;lt;cite&amp;gt;Translation Kit Creation&amp;lt;/cite&amp;gt; utility (see &amp;quot;[[How to Extract Text for Translation]]&amp;quot;) you need to have access to the package.&lt;br /&gt;
&lt;br /&gt;
1. Start Rainbow.&lt;br /&gt;
&lt;br /&gt;
2. Drop the &amp;lt;code&amp;gt;manifest.rkm&amp;lt;/code&amp;gt; file that is in the package directory in the &amp;lt;cite&amp;gt;Input List 1&amp;lt;/cite&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
3. Select &amp;lt;cite&amp;gt;Utilities&amp;lt;/cite&amp;gt; &amp;gt; &amp;lt;cite&amp;gt;Translation Kit Post-Processing&amp;lt;/cite&amp;gt;. This should open the &amp;lt;cite&amp;gt;Translation Kit Post-Processing&amp;lt;/cite&amp;gt; pre-defined pipeline. In our example there is no option to specify. Just click &amp;lt;cite&amp;gt;Execute&amp;lt;/cite&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
4. This will open the &amp;lt;cite&amp;gt;Translation Kit Manifest&amp;lt;/cite&amp;gt; dialog box. If you have some error at this stage it is likely because the &amp;lt;code&amp;gt;manifest.rkm&amp;lt;/code&amp;gt; file is corrupted, or because you are calling the utility with some input file that is not a manifest. A common mistake is to list the translated files you want to merge as the input files, instead of using the manifest as the input file.&lt;br /&gt;
&lt;br /&gt;
5. If you want to post-process only specific files you can select which ones with the check-boxes in the list of files.&lt;br /&gt;
&lt;br /&gt;
6. Click &amp;lt;cite&amp;gt;Execute&amp;lt;/cite&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Once the process is done, you should have a directory called &amp;lt;code&amp;gt;done&amp;lt;/code&amp;gt; in the package directory (same level as the &amp;lt;code&amp;gt;work&amp;lt;/code&amp;gt; directory). This folder contains all the post-processed files in their original formats.&lt;br /&gt;
&lt;br /&gt;
==Using Tikal==&lt;br /&gt;
&lt;br /&gt;
To post-process files that have been extracted with Tikal (&amp;lt;code&amp;gt;-x&amp;lt;/code&amp;gt; command):&lt;br /&gt;
&lt;br /&gt;
1. Start a DOS prompt or a shell console from where you can run Tikal.&lt;br /&gt;
&lt;br /&gt;
Assuming:&lt;br /&gt;
&lt;br /&gt;
* The translated file to merge is named &amp;lt;code&amp;gt;myFile.html.xlf&amp;lt;/code&amp;gt;.&lt;br /&gt;
* The source is English and the translation is Japanese.&lt;br /&gt;
* The original file is in the same directory as the translated file.&lt;br /&gt;
&lt;br /&gt;
Execute the command-line:&lt;br /&gt;
&lt;br /&gt;
 tikal -m myFile.html.xlf -sl en -tl ja -oe UTF-8&lt;br /&gt;
&lt;br /&gt;
A file &amp;lt;code&amp;gt;myFile.out.xml&amp;lt;/code&amp;gt; is created. It contains the translated text and is in UTF-8.&lt;br /&gt;
&lt;br /&gt;
[[Category:Rainbow]] [[Category:Tikal]]&lt;/div&gt;</summary>
		<author><name>Ysavourel</name></author>
	</entry>
</feed>