<?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; RDBMS</title>
	<atom:link href="http://www.52nlp.com/tag/rdbms/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:RDBMS for the decoder</title>
		<link>http://www.52nlp.com/moses-support-digest-rdbms-for-the-decoder/</link>
		<comments>http://www.52nlp.com/moses-support-digest-rdbms-for-the-decoder/#comments</comments>
		<pubDate>Fri, 27 Nov 2009 12:42:21 +0000</pubDate>
		<dc:creator>52nlp</dc:creator>
				<category><![CDATA[Moses]]></category>
		<category><![CDATA[SMT]]></category>
		<category><![CDATA[moses]]></category>
		<category><![CDATA[RDBMS]]></category>
		<category><![CDATA[support]]></category>

		<guid isPermaLink="false">http://www.52nlp.com/?p=150</guid>
		<description><![CDATA[[Moses-support] RDBMS for the decoder? I wonder what would be the implications if a RDBMS would be used for the decoder. I;m also wondering what Google Translate uses &#8211; is there any public info about them in this respect? Catalin &#8230; <a href="http://www.52nlp.com/moses-support-digest-rdbms-for-the-decoder/">Continue reading <span class="meta-nav">&#8594;</span></a>


Related posts:<ol><li><a href='http://www.52nlp.com/moses-support-digest-moses-on-the-iphone/' rel='bookmark' title='Permanent Link: Moses Support Digest: Moses on the iPhone'>Moses Support Digest: Moses on the iPhone</a></li>
<li><a href='http://www.52nlp.com/moses-support-digest-compiling-moses-3-chart/' rel='bookmark' title='Permanent Link: Moses Support Digest:compiling moses 3 chart'>Moses Support Digest:compiling moses 3 chart</a></li>
<li><a href='http://www.52nlp.com/moses-support-digest-a-translation-chain-prototype-with-moses-irstlm/' rel='bookmark' title='Permanent Link: Moses Support Digest:A translation chain prototype with Moses + IRSTLM'>Moses Support Digest:A translation chain prototype with Moses + IRSTLM</a></li>
<li><a href='http://www.52nlp.com/moses-support-digest-moses-decoder-on-windows-freezes-after-5-sentences/' rel='bookmark' title='Permanent Link: Moses Support Digest: Moses decoder on windows freezes after 5 sentences'>Moses Support Digest: Moses decoder on windows freezes after 5 sentences</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_chart-and-recaser-phrase-table/' rel='bookmark' title='Permanent Link: Moses Support Digest: moses_chart and recaser phrase-table'>Moses Support Digest: moses_chart and recaser phrase-table</a></li>
<li><a href='http://www.52nlp.com/moses-support-digest-moses-decoder-results-on-cygwin-and-dos/' rel='bookmark' title='Permanent Link: Moses Support Digest:moses decoder results on cygwin and dos'>Moses Support Digest:moses decoder results on cygwin and dos</a></li>
<li><a href='http://www.52nlp.com/moses-support-digestnbest-list-option-in-decoder/' rel='bookmark' title='Permanent Link: Moses Support Digest:nbest list option in decoder'>Moses Support Digest:nbest list option in decoder</a></li>
<li><a href='http://www.52nlp.com/moses-support-digest/' rel='bookmark' title='Permanent Link: Moses Support Digest: moses install on 64-bit'>Moses Support Digest: moses install on 64-bit</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><strong>[Moses-support] RDBMS for the decoder?</strong></p>
<p>I wonder what would be the implications if a RDBMS would be used for the decoder. I;m also wondering what Google Translate uses &#8211; is there any public info about them in this respect?</p>
<p>Catalin Braescu<br />
Omlulu.com<br />
<span id="more-150"></span><br />
<!--adsense--><br />
<strong>Re:[Moses-support] RDBMS for the decoder?</strong></p>
<p>Hi,</p>
<p>I have no idea how easy it is to use conventional database to store the models.</p>
<p>Regarding Google translate: they use very similar methods, but it is implemented in a parallel way. If you are interested in that &#8211; check out Hadoop, or this tutorial:</p>
<p>http://clear.colorado.edu/NAACLHLT2009/tutorial_docs/DistLM.description.pdf</p>
<p>-phi</p>
<p><strong>Re:[Moses-support] RDBMS for the decoder?</strong></p>
<p>The decoder in the mt3_chart uses Berkeley Db to store the translation table. This it more to enable us to have a flexible platform to work with. Performance is ok, and can be tweaked if you know more about BerkeleyDb.</p>
<p>The decoder architecture allows you to easily add new translation table implementations.</p>
<p>I haven&#8217;ttried using RDBMS but it may be unacceptablilty slow as there are more layers, eg. compiling SQL, query optimisation, returning records.</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-moses-on-the-iphone/' rel='bookmark' title='Permanent Link: Moses Support Digest: Moses on the iPhone'>Moses Support Digest: Moses on the iPhone</a></li>
<li><a href='http://www.52nlp.com/moses-support-digest-compiling-moses-3-chart/' rel='bookmark' title='Permanent Link: Moses Support Digest:compiling moses 3 chart'>Moses Support Digest:compiling moses 3 chart</a></li>
<li><a href='http://www.52nlp.com/moses-support-digest-a-translation-chain-prototype-with-moses-irstlm/' rel='bookmark' title='Permanent Link: Moses Support Digest:A translation chain prototype with Moses + IRSTLM'>Moses Support Digest:A translation chain prototype with Moses + IRSTLM</a></li>
<li><a href='http://www.52nlp.com/moses-support-digest-moses-decoder-on-windows-freezes-after-5-sentences/' rel='bookmark' title='Permanent Link: Moses Support Digest: Moses decoder on windows freezes after 5 sentences'>Moses Support Digest: Moses decoder on windows freezes after 5 sentences</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_chart-and-recaser-phrase-table/' rel='bookmark' title='Permanent Link: Moses Support Digest: moses_chart and recaser phrase-table'>Moses Support Digest: moses_chart and recaser phrase-table</a></li>
<li><a href='http://www.52nlp.com/moses-support-digest-moses-decoder-results-on-cygwin-and-dos/' rel='bookmark' title='Permanent Link: Moses Support Digest:moses decoder results on cygwin and dos'>Moses Support Digest:moses decoder results on cygwin and dos</a></li>
<li><a href='http://www.52nlp.com/moses-support-digestnbest-list-option-in-decoder/' rel='bookmark' title='Permanent Link: Moses Support Digest:nbest list option in decoder'>Moses Support Digest:nbest list option in decoder</a></li>
<li><a href='http://www.52nlp.com/moses-support-digest/' rel='bookmark' title='Permanent Link: Moses Support Digest: moses install on 64-bit'>Moses Support Digest: moses install on 64-bit</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.52nlp.com/moses-support-digest-rdbms-for-the-decoder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

