<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>52nlp&#039;s Learning Notes &#187; word lattice</title>
	<atom:link href="http://www.52nlp.com/tag/word-lattice/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.52nlp.com</link>
	<description>Natural Language Processing, Machine Learning, Programming Skill, Mathematics</description>
	<lastBuildDate>Sat, 23 Apr 2011 05:17:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
		<item>
		<title>Moses Support Digest:word lattice and multiple translation tables optimization problem</title>
		<link>http://www.52nlp.com/moses-support-digest-word-lattice-and-multiple-translation-tables-optimization-problem/</link>
		<comments>http://www.52nlp.com/moses-support-digest-word-lattice-and-multiple-translation-tables-optimization-problem/#comments</comments>
		<pubDate>Sat, 23 Jan 2010 11:28:11 +0000</pubDate>
		<dc:creator>52nlp</dc:creator>
				<category><![CDATA[Moses]]></category>
		<category><![CDATA[SMT]]></category>
		<category><![CDATA[moses]]></category>
		<category><![CDATA[support]]></category>
		<category><![CDATA[word lattice]]></category>

		<guid isPermaLink="false">http://www.52nlp.com/?p=284</guid>
		<description><![CDATA[[Moses-support] word lattice + multiple translation tables optimization problem Dear all, I am trying to optimize a system with multiple translation tables and a word lattice input. The first iteration of the optimization is done ok. However, after that, I &#8230; <a href="http://www.52nlp.com/moses-support-digest-word-lattice-and-multiple-translation-tables-optimization-problem/">Continue reading <span class="meta-nav">&#8594;</span></a>


Related posts:<ol><li><a href='http://www.52nlp.com/moses-support-digest-confusionnet-getsubstring-error-when-using-lattice-with-utf8-input/' rel='bookmark' title='Permanent Link: Moses Support Digest:ConfusionNet GetSubString error when using lattice with UTF8 input'>Moses Support Digest:ConfusionNet GetSubString error when using lattice with UTF8 input</a></li>
<li><a href='http://www.52nlp.com/moses-support-digest-any-documentation-about-the-multiple-decoding-path-functionality/' rel='bookmark' title='Permanent Link: Moses Support Digest: Any documentation about the Multiple Decoding Path functionality'>Moses Support Digest: Any documentation about the Multiple Decoding Path functionality</a></li>
<li><a href='http://www.52nlp.com/moses-support-digest-moses-irstlm-memory-racing-with-5-gram-lm/' rel='bookmark' title='Permanent Link: Moses Support Digest:  moses-irstlm memory racing with 5-gram lm'>Moses Support Digest:  moses-irstlm memory racing with 5-gram lm</a></li>
<li><a href='http://www.52nlp.com/moses-support-digest-word-alignment-moses/' rel='bookmark' title='Permanent Link: Moses Support Digest: Word Alignment &#8211; Moses'>Moses Support Digest: Word Alignment &#8211; Moses</a></li>
<li><a href='http://www.52nlp.com/moses-support-digestmert-extractor/' rel='bookmark' title='Permanent Link: Moses Support Digest:mert extractor'>Moses Support Digest:mert extractor</a></li>
<li><a href='http://www.52nlp.com/moses-support-digest-alignment-information-from-binary-phrase-table/' rel='bookmark' title='Permanent Link: Moses Support Digest:Alignment information from binary phrase table'>Moses Support Digest:Alignment information from binary phrase table</a></li>
<li><a href='http://www.52nlp.com/moses-support-digest-pos-translation/' rel='bookmark' title='Permanent Link: Moses Support Digest:POS translation'>Moses Support Digest:POS translation</a></li>
<li><a href='http://www.52nlp.com/moses-support-digest-createberkeleypt-and-on-disk-rule-table/' rel='bookmark' title='Permanent Link: Moses Support Digest:CreateBerkeleyPt and On-Disk Rule Table'>Moses Support Digest:CreateBerkeleyPt and On-Disk Rule Table</a></li>
<li><a href='http://www.52nlp.com/moses-support-digest-moses-seems-to-hang/' rel='bookmark' title='Permanent Link: Moses Support Digest: Moses seems to hang'>Moses Support Digest: Moses seems to hang</a></li>
<li><a href='http://www.52nlp.com/moses-support-digest-issues-with-score-data/' rel='bookmark' title='Permanent Link: Moses Support Digest: Issues with Score data'>Moses Support Digest: Issues with Score data</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><strong>[Moses-support] word lattice + multiple translation tables optimization problem</strong></p>
<p>Dear all,</p>
<p>I am trying to optimize a system with multiple translation tables and a word lattice input. The first iteration of the optimization is done ok. However, after that, I get the following error:</p>
<p>&#8220;The decoder produced also some &#8216;I&#8217; scores, but we do not know the ranges for them, no way to optimize them&#8221;</p>
<p>If I use only one translation table, I get exactly the same error, so it may be a problem related with word lattice and/or binary translation table.</p>
<p>thanks for your concern,<br />
Marta<br />
<span id="more-284"></span><br />
<strong>Re: [Moses-support] word lattice + multiple translation tables optimization problem</strong></p>
<p>I think the issue here has to do with the MERT configuration.  When you use lattice input, the weights on the lattice edges are included in the translation model as a feature that MERT can optimize.  I&#8217;m not familiar with the MERT optimizers that are included with Moses, but it sounds like it is expecting that you configure a range of possible values you expect the feature to get.  Hope this helps&#8230;<br />
&#8211;Chris</p>
<p><em>NOTICE:This is digested from the Moses-support mailing list, which supports for the moses SMT decoder.</em></p>


<p>Related posts:<ol><li><a href='http://www.52nlp.com/moses-support-digest-confusionnet-getsubstring-error-when-using-lattice-with-utf8-input/' rel='bookmark' title='Permanent Link: Moses Support Digest:ConfusionNet GetSubString error when using lattice with UTF8 input'>Moses Support Digest:ConfusionNet GetSubString error when using lattice with UTF8 input</a></li>
<li><a href='http://www.52nlp.com/moses-support-digest-any-documentation-about-the-multiple-decoding-path-functionality/' rel='bookmark' title='Permanent Link: Moses Support Digest: Any documentation about the Multiple Decoding Path functionality'>Moses Support Digest: Any documentation about the Multiple Decoding Path functionality</a></li>
<li><a href='http://www.52nlp.com/moses-support-digest-moses-irstlm-memory-racing-with-5-gram-lm/' rel='bookmark' title='Permanent Link: Moses Support Digest:  moses-irstlm memory racing with 5-gram lm'>Moses Support Digest:  moses-irstlm memory racing with 5-gram lm</a></li>
<li><a href='http://www.52nlp.com/moses-support-digest-word-alignment-moses/' rel='bookmark' title='Permanent Link: Moses Support Digest: Word Alignment &#8211; Moses'>Moses Support Digest: Word Alignment &#8211; Moses</a></li>
<li><a href='http://www.52nlp.com/moses-support-digestmert-extractor/' rel='bookmark' title='Permanent Link: Moses Support Digest:mert extractor'>Moses Support Digest:mert extractor</a></li>
<li><a href='http://www.52nlp.com/moses-support-digest-alignment-information-from-binary-phrase-table/' rel='bookmark' title='Permanent Link: Moses Support Digest:Alignment information from binary phrase table'>Moses Support Digest:Alignment information from binary phrase table</a></li>
<li><a href='http://www.52nlp.com/moses-support-digest-pos-translation/' rel='bookmark' title='Permanent Link: Moses Support Digest:POS translation'>Moses Support Digest:POS translation</a></li>
<li><a href='http://www.52nlp.com/moses-support-digest-createberkeleypt-and-on-disk-rule-table/' rel='bookmark' title='Permanent Link: Moses Support Digest:CreateBerkeleyPt and On-Disk Rule Table'>Moses Support Digest:CreateBerkeleyPt and On-Disk Rule Table</a></li>
<li><a href='http://www.52nlp.com/moses-support-digest-moses-seems-to-hang/' rel='bookmark' title='Permanent Link: Moses Support Digest: Moses seems to hang'>Moses Support Digest: Moses seems to hang</a></li>
<li><a href='http://www.52nlp.com/moses-support-digest-issues-with-score-data/' rel='bookmark' title='Permanent Link: Moses Support Digest: Issues with Score data'>Moses Support Digest: Issues with Score data</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.52nlp.com/moses-support-digest-word-lattice-and-multiple-translation-tables-optimization-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

