<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.apertium.org/w/index.php?action=history&amp;feed=atom&amp;title=Mgiza</id>
	<title>Mgiza - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.apertium.org/w/index.php?action=history&amp;feed=atom&amp;title=Mgiza"/>
	<link rel="alternate" type="text/html" href="https://wiki.apertium.org/w/index.php?title=Mgiza&amp;action=history"/>
	<updated>2026-05-07T18:49:14Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.34.1</generator>
	<entry>
		<id>https://wiki.apertium.org/w/index.php?title=Mgiza&amp;diff=53572&amp;oldid=prev</id>
		<title>Unhammer: /* See also */</title>
		<link rel="alternate" type="text/html" href="https://wiki.apertium.org/w/index.php?title=Mgiza&amp;diff=53572&amp;oldid=prev"/>
		<updated>2015-04-29T08:49:08Z</updated>

		<summary type="html">&lt;p&gt;&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;See also&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;Revision as of 08:49, 29 April 2015&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;
  &lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 15:&lt;/td&gt;
  &lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 15:&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-context diff-side-deleted&quot;&gt;&lt;div&gt;==See also==&lt;/div&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-context diff-side-added&quot;&gt;&lt;div&gt;==See also==&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-context diff-side-deleted&quot;&gt;&lt;div&gt;* [[Moses]]&lt;/div&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-context diff-side-added&quot;&gt;&lt;div&gt;* [[Moses]]&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot; data-marker=&quot;−&quot;&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-deletedline diff-side-deleted&quot;&gt;&lt;div&gt;* [[&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;Giza&lt;/del&gt;++]]&lt;/div&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-addedline diff-side-added&quot;&gt;&lt;div&gt;* [[&lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;GIZA&lt;/ins&gt;++]]&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>Unhammer</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.apertium.org/w/index.php?title=Mgiza&amp;diff=53570&amp;oldid=prev</id>
		<title>Unhammer: Created page with &quot;mgizapp is an alternative to Giza++ that can use multiple cores and is sometimes faster and also it is possible to download it.  &lt;pre&gt; git clone https://github.com/moses-smt/m...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.apertium.org/w/index.php?title=Mgiza&amp;diff=53570&amp;oldid=prev"/>
		<updated>2015-04-29T08:48:26Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;mgizapp is an alternative to Giza++ that can use multiple cores and is sometimes faster and also it is possible to download it.  &amp;lt;pre&amp;gt; git clone https://github.com/moses-smt/m...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;mgizapp is an alternative to Giza++ that can use multiple cores and is sometimes faster and also it is possible to download it.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
git clone https://github.com/moses-smt/mgiza.git&lt;br /&gt;
cmake -DCMAKE_INSTALL_PREFIX=/path/to/prefix&lt;br /&gt;
make&lt;br /&gt;
make install&lt;br /&gt;
# Moses expects all the giza stuff to be in the same folder,&lt;br /&gt;
# this way you can use -external-bin-dir=/path/to/prefix/bin&lt;br /&gt;
cp /path/to/prefix/scripts/merge_alignment.py /path/to/prefix/bin/merge_alignment.py&lt;br /&gt;
# also, do this before running moses:&lt;br /&gt;
export PYTHONIOENCODING=utf-8&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[Moses]]&lt;br /&gt;
* [[Giza++]]&lt;/div&gt;</summary>
		<author><name>Unhammer</name></author>
		
	</entry>
</feed>