<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for 52nlp&#039;s Learning Notes</title>
	<atom:link href="http://www.52nlp.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.52nlp.com</link>
	<description>Natural Language Processing, Machine Learning, Programming Skill, Mathematics</description>
	<lastBuildDate>Fri, 03 Feb 2012 06:59:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on How to start new process or run shell commands within python? by Steve Phillips</title>
		<link>http://www.52nlp.com/how-to-start-new-process-or-run-shell-commands-within-python/comment-page-1/#comment-4231</link>
		<dc:creator>Steve Phillips</dc:creator>
		<pubDate>Fri, 03 Feb 2012 06:59:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.52nlp.com/?p=407#comment-4231</guid>
		<description>I&#039;ve had a rather painful time with many of these, but just found something _WAY_ better!  Check out https://github.com/amoffat/pbs/.  Examples:

from pbs import *
print ifconfig(&quot;eth0&quot;)
longest_line = wc(__file__, &quot;-L&quot;) # get the longest line of this file

# blocks
sleep(3)
print &quot;...3 seconds later&quot;

# doesn&#039;t block
p = sleep(3, _bg=True) # &lt;-- non-blocking and backgrounded!!!
print &quot;prints immediately!&quot;

Pretty awesome, no?

--Steve Phillips
Co-founder of Santa Barbara Hackerspace</description>
		<content:encoded><![CDATA[<p>I&#8217;ve had a rather painful time with many of these, but just found something _WAY_ better!  Check out <a href="https://github.com/amoffat/pbs/" rel="nofollow">https://github.com/amoffat/pbs/</a>.  Examples:</p>
<p>from pbs import *<br />
print ifconfig(&#8220;eth0&#8243;)<br />
longest_line = wc(__file__, &#8220;-L&#8221;) # get the longest line of this file</p>
<p># blocks<br />
sleep(3)<br />
print &#8220;&#8230;3 seconds later&#8221;</p>
<p># doesn&#8217;t block<br />
p = sleep(3, _bg=True) # &lt;&#8211; non-blocking and backgrounded!!!<br />
print &quot;prints immediately!&quot;</p>
<p>Pretty awesome, no?</p>
<p>&#8211;Steve Phillips<br />
Co-founder of Santa Barbara Hackerspace</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Moses Support Digest: different servers different time different result by Lita</title>
		<link>http://www.52nlp.com/moses-support-digest-different-servers-different-time-different-result/comment-page-1/#comment-4215</link>
		<dc:creator>Lita</dc:creator>
		<pubDate>Tue, 22 Nov 2011 08:24:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.52nlp.com/?p=271#comment-4215</guid>
		<description>I also encountered the same problem, I just found out when we run on different computers but even with the same computer it&#039;s still different result for each run. I actually made the seed for mkcls and mert the same so it would be the same for each run on the same machine but I don&#039;t know what to change for mgiza to make the run the same. I want to experiment with the same baseline (not the average) to find out the best parameters for translation so any response is appreciated. Thanks.</description>
		<content:encoded><![CDATA[<p>I also encountered the same problem, I just found out when we run on different computers but even with the same computer it&#8217;s still different result for each run. I actually made the seed for mkcls and mert the same so it would be the same for each run on the same machine but I don&#8217;t know what to change for mgiza to make the run the same. I want to experiment with the same baseline (not the average) to find out the best parameters for translation so any response is appreciated. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mean Absolute Error (MAE) and Mean Square Error (MSE) by shamtest</title>
		<link>http://www.52nlp.com/mean-absolute-error-mae-and-mean-square-error-mse/comment-page-1/#comment-4203</link>
		<dc:creator>shamtest</dc:creator>
		<pubDate>Sat, 14 May 2011 09:43:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.52nlp.com/?p=397#comment-4203</guid>
		<description>I can&#039;t seem to properly browse this post from my  iphone!!</description>
		<content:encoded><![CDATA[<p>I can&#8217;t seem to properly browse this post from my  iphone!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to start new process or run shell commands within python? by emnlp</title>
		<link>http://www.52nlp.com/how-to-start-new-process-or-run-shell-commands-within-python/comment-page-1/#comment-4189</link>
		<dc:creator>emnlp</dc:creator>
		<pubDate>Tue, 19 Apr 2011 12:00:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.52nlp.com/?p=407#comment-4189</guid>
		<description>Nice !
I like os.popen(^0^) 
(I used to playing with os.system(0)  before)

cheers</description>
		<content:encoded><![CDATA[<p>Nice !<br />
I like os.popen(^0^)<br />
(I used to playing with os.system(0)  before)</p>
<p>cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mean Absolute Error (MAE) and Mean Square Error (MSE) by emnlp</title>
		<link>http://www.52nlp.com/mean-absolute-error-mae-and-mean-square-error-mse/comment-page-1/#comment-4188</link>
		<dc:creator>emnlp</dc:creator>
		<pubDate>Tue, 19 Apr 2011 11:18:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.52nlp.com/?p=397#comment-4188</guid>
		<description>would you like to compare MAE and MSE, to some extent ?</description>
		<content:encoded><![CDATA[<p>would you like to compare MAE and MSE, to some extent ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About by 52nlp</title>
		<link>http://www.52nlp.com/about/comment-page-1/#comment-4160</link>
		<dc:creator>52nlp</dc:creator>
		<pubDate>Tue, 08 Mar 2011 11:30:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.52nlp.com/?page_id=2#comment-4160</guid>
		<description>Hi,  my email address is &quot;52nlpcn at gmail.com&quot;, pls replace &quot;at&quot; with &quot;@&quot;.</description>
		<content:encoded><![CDATA[<p>Hi,  my email address is &#8220;52nlpcn at gmail.com&#8221;, pls replace &#8220;at&#8221; with &#8220;@&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About by David Walton</title>
		<link>http://www.52nlp.com/about/comment-page-1/#comment-4159</link>
		<dc:creator>David Walton</dc:creator>
		<pubDate>Mon, 07 Mar 2011 15:36:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.52nlp.com/?page_id=2#comment-4159</guid>
		<description>Hello 52NLP, 

I have gone over your blog, and you seem to know quite a bit about MOSES the SMT system.  Is it possible we can speak over the phone about this or can I get your email address so we can liaise by email? 

Kind Regards, 
David Walton</description>
		<content:encoded><![CDATA[<p>Hello 52NLP, </p>
<p>I have gone over your blog, and you seem to know quite a bit about MOSES the SMT system.  Is it possible we can speak over the phone about this or can I get your email address so we can liaise by email? </p>
<p>Kind Regards,<br />
David Walton</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Moses Support Digest:  moses-irstlm memory racing with 5-gram lm by rex moreno</title>
		<link>http://www.52nlp.com/moses-support-digest-moses-irstlm-memory-racing-with-5-gram-lm/comment-page-1/#comment-4065</link>
		<dc:creator>rex moreno</dc:creator>
		<pubDate>Wed, 08 Sep 2010 06:14:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.52nlp.com/?p=377#comment-4065</guid>
		<description>Hi, what are the advantages of using a 3-gram model and a 5-gram model? Which of the two is better and why?

-Rex</description>
		<content:encoded><![CDATA[<p>Hi, what are the advantages of using a 3-gram model and a 5-gram model? Which of the two is better and why?</p>
<p>-Rex</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WpMathEditor by 52nlp</title>
		<link>http://www.52nlp.com/wpmatheditor/comment-page-1/#comment-4061</link>
		<dc:creator>52nlp</dc:creator>
		<pubDate>Thu, 02 Sep 2010 14:36:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.52nlp.com/?p=5#comment-4061</guid>
		<description>Sorry, your NLP(Neuro Linguistic Programming) is not my NLP(Natural Language Processing)</description>
		<content:encoded><![CDATA[<p>Sorry, your NLP(Neuro Linguistic Programming) is not my NLP(Natural Language Processing)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WpMathEditor by Ali Bell</title>
		<link>http://www.52nlp.com/wpmatheditor/comment-page-1/#comment-4060</link>
		<dc:creator>Ali Bell</dc:creator>
		<pubDate>Thu, 02 Sep 2010 13:14:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.52nlp.com/?p=5#comment-4060</guid>
		<description>Would you be willing to write a guest post on my blog?</description>
		<content:encoded><![CDATA[<p>Would you be willing to write a guest post on my blog?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

