<?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=L%27outil_Moses</id>
	<title>L&#039;outil Moses - 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=L%27outil_Moses"/>
	<link rel="alternate" type="text/html" href="https://wiki.apertium.org/w/index.php?title=L%27outil_Moses&amp;action=history"/>
	<updated>2026-05-31T07:05:40Z</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=L%27outil_Moses&amp;diff=50310&amp;oldid=prev</id>
		<title>Bech: Lien page anglaise</title>
		<link rel="alternate" type="text/html" href="https://wiki.apertium.org/w/index.php?title=L%27outil_Moses&amp;diff=50310&amp;oldid=prev"/>
		<updated>2014-10-06T09:23:39Z</updated>

		<summary type="html">&lt;p&gt;Lien page anglaise&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 09:23, 6 October 2014&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;
  &lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 1:&lt;/td&gt;
  &lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 1:&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td colspan=&quot;2&quot; class=&quot;diff-empty diff-side-deleted&quot;&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;[[Moses|In English]]&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td colspan=&quot;2&quot; class=&quot;diff-empty diff-side-deleted&quot;&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;br /&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;== Requis ==&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;== Requis ==&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;br /&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;br /&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>Bech</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.apertium.org/w/index.php?title=L%27outil_Moses&amp;diff=33917&amp;oldid=prev</id>
		<title>Bech: Création page</title>
		<link rel="alternate" type="text/html" href="https://wiki.apertium.org/w/index.php?title=L%27outil_Moses&amp;diff=33917&amp;oldid=prev"/>
		<updated>2012-05-01T16:42:42Z</updated>

		<summary type="html">&lt;p&gt;Création page&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Requis ==&lt;br /&gt;
&lt;br /&gt;
* GIZA++ et mkcls http://giza-pp.googlecode.com/files/giza-pp-v1.0.2.tar.gz&lt;br /&gt;
* Moses (&amp;lt;code&amp;gt;svn co https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk&amp;lt;/code&amp;gt;)&lt;br /&gt;
* IRST LM (&amp;lt;code&amp;gt; svn co https://irstlm.svn.sourceforge.net/svnroot/irstlm&amp;lt;/code&amp;gt;)&lt;br /&gt;
&lt;br /&gt;
== Compilation ==&lt;br /&gt;
&lt;br /&gt;
Voir aussi : [[Utiliser GIZA++]]&lt;br /&gt;
&lt;br /&gt;
;GIZA++&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
tar -xzvf giza-pp-v1.0.2.tar.gz&lt;br /&gt;
cd giza-pp&lt;br /&gt;
make&lt;br /&gt;
cp mkcls-v2/mkcls /path/prefix/bin&lt;br /&gt;
cp GIZA++-v2/GIZA++ /path/prefix/bin&lt;br /&gt;
cp GIZA++-v2/plain2snt.out /path/prefix/bin&lt;br /&gt;
cp GIZA++-v2/snt2cooc.out /path/prefix/bin&lt;br /&gt;
cp GIZA++-v2/snt2plain.out /path/prefix/bin&lt;br /&gt;
cp GIZA++-v2/trainGIZA++.sh /path/prefix/bin&lt;br /&gt;
cd ..&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;Moses&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd trunk&lt;br /&gt;
./regenerate-makefiles.sh&lt;br /&gt;
./configure --prefix=/path/prefix&lt;br /&gt;
make&lt;br /&gt;
make install&lt;br /&gt;
cd scripts/training/symal&lt;br /&gt;
make&lt;br /&gt;
cp symal giza2bal.pl /path/prefix/bin&lt;br /&gt;
cd ../../../&lt;br /&gt;
cd scripts/training/phrase-extract&lt;br /&gt;
make&lt;br /&gt;
cp extract score /path/prefix/bin&lt;br /&gt;
cd ../../../Utiliser GIZA++&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Maintenant éditez le fichier &amp;lt;code&amp;gt;scripts/training/train-factored-phrase-model.perl&amp;lt;/code&amp;gt; et changez les lignes suivantes :&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
my $SCRIPTS_ROOTDIR = &amp;quot;/home/fran/source/moses/trunk/scripts/&amp;quot;;&lt;br /&gt;
&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
# the following line is set installation time by &amp;#039;make release&amp;#039;.  BEWARE!&lt;br /&gt;
# (traduction) la ligne qui suit est initialisée au moment de l&amp;#039;installation par &amp;#039;make release&amp;#039;.  ATTENTION !&lt;br /&gt;
my $BINDIR=&amp;quot;/path/prefix/bin&amp;quot;;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cp scripts/training/train-factored-phrase-model.perl /path/prefix/bin/&lt;br /&gt;
cp scripts/training/symal/giza2bal.pl /path/prefix/bin/&lt;br /&gt;
&lt;br /&gt;
cd ..&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;IRSTLM&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd irstlm&lt;br /&gt;
./install&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Maintenant éditez les fichiers dans &amp;lt;code&amp;gt;scripts/build-sublm.pl&amp;lt;/code&amp;gt; et &amp;lt;code&amp;gt;scripts/merge-sublm.pl&amp;lt;/code&amp;gt; et vérifiez l&amp;#039;emplacement de gzip, &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
my $gzip=&amp;quot;/usr/bin/gzip&amp;quot;;&lt;br /&gt;
my $gunzip=&amp;quot;/usr/bin/gunzip&amp;quot;;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
On les systèmes Debian, &amp;lt;code&amp;gt;gzip&amp;lt;/code&amp;gt; et &amp;lt;code&amp;gt;gunzip&amp;lt;/code&amp;gt; se trouvent dans &amp;lt;code&amp;gt;/bin&amp;lt;/code&amp;gt;, ces deux scripts échoueront en silence si gzip n&amp;#039;est pas trouvé.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cp bin/* /path/prefix/bin/&lt;br /&gt;
cp bin/x86_64-pc-linux-gnu/* /path/prefix/bin/&lt;br /&gt;
mkdir -p /path/prefix/include&lt;br /&gt;
cp include/* /path/prefix/include&lt;br /&gt;
cp lib/x86_64-pc-linux-gnu/libirstlm.a /path/prefix/lib/&lt;br /&gt;
cd ..&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Construire un modèle de langue ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
export IRSTLM=/path/prefix&lt;br /&gt;
build-lm.sh -i cy.crp.txt -o cy.lm.gz -t /tmp&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Voir aussi ==&lt;br /&gt;
&lt;br /&gt;
* [[Utiliser GIZA++]]&lt;br /&gt;
&lt;br /&gt;
== Lien externe ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.statmt.org/wmt08/baseline.html WMT08 Baseline system]&lt;br /&gt;
&lt;br /&gt;
[[Category:Tools]]&lt;br /&gt;
[[Category:Documentation en français]]&lt;/div&gt;</summary>
		<author><name>Bech</name></author>
		
	</entry>
</feed>