<?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_Create_a_Pensieve_TM</id>
	<title>How to Create a Pensieve TM - 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_Create_a_Pensieve_TM"/>
	<link rel="alternate" type="text/html" href="http://okapiframework.org/wiki/index.php?title=How_to_Create_a_Pensieve_TM&amp;action=history"/>
	<updated>2026-04-17T09:31:33Z</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_Create_a_Pensieve_TM&amp;diff=223&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_Create_a_Pensieve_TM&amp;diff=223&amp;oldid=prev"/>
		<updated>2016-06-04T23:19:55Z</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_Create_a_Pensieve_TM&amp;diff=222&amp;oldid=prev</id>
		<title>Ysavourel: /* Using Rainbow */</title>
		<link rel="alternate" type="text/html" href="http://okapiframework.org/wiki/index.php?title=How_to_Create_a_Pensieve_TM&amp;diff=222&amp;oldid=prev"/>
		<updated>2010-10-23T12:17:24Z</updated>

		<summary type="html">&lt;p&gt;&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Using Rainbow&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;__TOC__&lt;br /&gt;
==Using Rainbow==&lt;br /&gt;
&lt;br /&gt;
In order to create a [[Pensieve TM]], you need at least one input document. Normally this document is in TMX, XLIFF, PO, or one of the other translation formats where you have source and translated (=target) content. We will use TMX for this example.&lt;br /&gt;
&lt;br /&gt;
1. Start Rainbow.&lt;br /&gt;
&lt;br /&gt;
2. Drop one or more TMX files into the &amp;lt;cite&amp;gt;Input List 1&amp;lt;/cite&amp;gt; tab.&lt;br /&gt;
&lt;br /&gt;
3. In the &amp;lt;cite&amp;gt;Languages and Encodings&amp;lt;/cite&amp;gt; tab, set the source and target language codes to the source and target languages in the TMX document.&lt;br /&gt;
&lt;br /&gt;
4. Select &amp;lt;cite&amp;gt;Utilities &amp;gt; Pensive TM Import&amp;lt;/cite&amp;gt;. This opens a pre-defined pipeline with two steps:&lt;br /&gt;
&lt;br /&gt;
The first one is the [[Raw Document to Filter Events Step]]. It takes care of extracting the text from the TMX file. There is no options to set for this step.&lt;br /&gt;
&lt;br /&gt;
The second one is the [[TM Import Step]]. It does the import into the TM. It has one parameter: The full path of the TM directory to create. Each Pensive TMs is stored in a separate directory. It is recommended to use the extension &amp;lt;code&amp;gt;.pentm&amp;lt;/code&amp;gt; for these directories. Enter for example: &amp;lt;code&amp;gt;C:\Tmp\myTM.pentm&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Note that if the TM exists already the new entries will be added to it.&lt;br /&gt;
&lt;br /&gt;
5. Click &amp;lt;cite&amp;gt;Execute&amp;lt;/cite&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
You should now have a directory &amp;lt;code&amp;gt;C:\Tmp\myTM.pentm&amp;lt;/code&amp;gt; where you have your TM. To verify if the import worked properly you can try to query the TM (see: &amp;quot;[[How to Query a Pensieve TM]]&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
==Using Tikal==&lt;br /&gt;
&lt;br /&gt;
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;
* You have a US English to Canadian French TMX file at &amp;lt;code&amp;gt;C:\Tmp\mytm.tmx&amp;lt;/code&amp;gt;&lt;br /&gt;
* You want to create a Pensieve TM named &amp;lt;code&amp;gt;myTM.pentm&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Execute the command-line:&lt;br /&gt;
&lt;br /&gt;
 tikal -imp C:\Tmp\myTM C:\Tmp\mytm.tmx -sl en-us -tl fr-ca&lt;br /&gt;
&lt;br /&gt;
You should now have a directory &amp;lt;code&amp;gt;C:\Tmp\myTM.pentm&amp;lt;/code&amp;gt; where you have your TM. To verify if the import worked properly you can try to query the TM (see: &amp;quot;[[How to Query a Pensieve TM]]&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
[[Category:Pensieve TM]] [[Category:Rainbow]] [[Category:Tikal]]&lt;/div&gt;</summary>
		<author><name>Ysavourel</name></author>
	</entry>
</feed>