<?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"
	>
<channel>
	<title>Comments for Outer Thoughts</title>
	<atom:link href="http://blog.outerthoughts.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.outerthoughts.com</link>
	<description>&#62; From inner thoughts to the outer limits of Alexandre Rafalovitch</description>
	<pubDate>Fri, 12 Mar 2010 17:32:00 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>Comment on Speed learn a language through Esperanto by Why learn an artificial language?</title>
		<link>http://blog.outerthoughts.com/2007/01/speed-learn-a-language-through-esperanto/#comment-22020</link>
		<dc:creator>Why learn an artificial language?</dc:creator>
		<pubDate>Sat, 28 Nov 2009 18:43:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.outerthoughts.com/2007/01/speed-learn-a-language-through-esperanto/#comment-22020</guid>
		<description>[...] post about Esperanto and how learning Esperanto can help you with learning other languages http://blog.outerthoughts.com/2007/01/speed-learn-a-language-through-esperanto/. It got me intrigued on the subject. I&#8217;ve since looked through several sites and wikipedia on [...]</description>
		<content:encoded><![CDATA[<p>[...] post about Esperanto and how learning Esperanto can help you with learning other languages <a href="http://blog.outerthoughts.com/2007/01/speed-learn-a-language-through-esperanto/" rel="nofollow">http://blog.outerthoughts.com/.....esperanto/</a>. It got me intrigued on the subject. I&#8217;ve since looked through several sites and wikipedia on [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Speed learn a language through Esperanto by Barry O'Callaghan</title>
		<link>http://blog.outerthoughts.com/2007/01/speed-learn-a-language-through-esperanto/#comment-21943</link>
		<dc:creator>Barry O'Callaghan</dc:creator>
		<pubDate>Thu, 26 Nov 2009 21:56:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.outerthoughts.com/2007/01/speed-learn-a-language-through-esperanto/#comment-21943</guid>
		<description>What do people think of Interlingua? It seems to be more tailor-made for Romance Languages than Esperanto.</description>
		<content:encoded><![CDATA[<p>What do people think of Interlingua? It seems to be more tailor-made for Romance Languages than Esperanto.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Speed learn a language through Esperanto by arafalov</title>
		<link>http://blog.outerthoughts.com/2007/01/speed-learn-a-language-through-esperanto/#comment-21217</link>
		<dc:creator>arafalov</dc:creator>
		<pubDate>Sat, 14 Nov 2009 17:10:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.outerthoughts.com/2007/01/speed-learn-a-language-through-esperanto/#comment-21217</guid>
		<description>Actually, if you have already learned another language, the secondary benefits from Esperanto are probably going to be minimal. But it never hurts to learn another language.</description>
		<content:encoded><![CDATA[<p>Actually, if you have already learned another language, the secondary benefits from Esperanto are probably going to be minimal. But it never hurts to learn another language.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Speed learn a language through Esperanto by Barry</title>
		<link>http://blog.outerthoughts.com/2007/01/speed-learn-a-language-through-esperanto/#comment-21163</link>
		<dc:creator>Barry</dc:creator>
		<pubDate>Fri, 13 Nov 2009 12:52:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.outerthoughts.com/2007/01/speed-learn-a-language-through-esperanto/#comment-21163</guid>
		<description>Interesting post and great debate. 

I have of course heard of Esperanto but never gave much thought to learning it. I had the impression that it was a great idea that just never quite took off, but I see perhaps that's not quite the case. And I can see why learning it would give you help getting to grips with other languages. 

I'm an Irish ex-pat living in Portugal for the past 2 years. Although I can read it quite well I'm still not fluent in Portuguese, do you think learning Esperanto could quicken my progress in Portuguese and also other Latin languages, Spanish in particular (I know some French already)</description>
		<content:encoded><![CDATA[<p>Interesting post and great debate. </p>
<p>I have of course heard of Esperanto but never gave much thought to learning it. I had the impression that it was a great idea that just never quite took off, but I see perhaps that&#8217;s not quite the case. And I can see why learning it would give you help getting to grips with other languages. </p>
<p>I&#8217;m an Irish ex-pat living in Portugal for the past 2 years. Although I can read it quite well I&#8217;m still not fluent in Portuguese, do you think learning Esperanto could quicken my progress in Portuguese and also other Latin languages, Spanish in particular (I know some French already)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery for multilingual web development by arafalov</title>
		<link>http://blog.outerthoughts.com/2009/10/jquery-for-multilingual-web-development/#comment-21021</link>
		<dc:creator>arafalov</dc:creator>
		<pubDate>Tue, 10 Nov 2009 04:53:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.outerthoughts.com/?p=278#comment-21021</guid>
		<description>Unfortunately, the website itself is not for public view. But the techniques above are for interactive debugging anyway and the final website would not show anything.

However, if you want to play with it, try this variation:
&lt;ol&gt;
&lt;li&gt; Go to &lt;a href="http://www.rambler.ru/" rel="nofollow"&gt;http://www.rambler.ru/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt; Put the following in the Firebug window:&lt;br&gt;
$.getScript('http://jquery-translate.googlecode.com/files/jquery.translate-1.3.9.min.js');&lt;br&gt;
$("body").click(function(e){&lt;br&gt;
$(e.target).translate("ru", "en")&lt;br&gt;
});&lt;br&gt;
You may need to fix quotes to be 'plain' rather than 'wordpress fancy'.
&lt;/li&gt;
&lt;li&gt;Click on any text (not hyperlinks, though).&lt;/li&gt;
&lt;/ol&gt;</description>
		<content:encoded><![CDATA[<p>Unfortunately, the website itself is not for public view. But the techniques above are for interactive debugging anyway and the final website would not show anything.</p>
<p>However, if you want to play with it, try this variation:</p>
<ol>
<li> Go to <a href="http://www.rambler.ru/" rel="nofollow">http://www.rambler.ru/</a></li>
<li> Put the following in the Firebug window:<br />
$.getScript(&#8217;http://jquery-translate.googlecode.com/files/jquery.translate-1.3.9.min.js&#8217;);<br />
$(&#8221;body&#8221;).click(function(e){<br />
$(e.target).translate(&#8221;ru&#8221;, &#8220;en&#8221;)<br />
});<br />
You may need to fix quotes to be &#8216;plain&#8217; rather than &#8216;wordpress fancy&#8217;.
</li>
<li>Click on any text (not hyperlinks, though).</li>
</ol>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery for multilingual web development by Matthew Perkins</title>
		<link>http://blog.outerthoughts.com/2009/10/jquery-for-multilingual-web-development/#comment-20986</link>
		<dc:creator>Matthew Perkins</dc:creator>
		<pubDate>Mon, 09 Nov 2009 06:43:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.outerthoughts.com/?p=278#comment-20986</guid>
		<description>Is it possible for us to view the website in question?  I'm curious to see the application of these principles.</description>
		<content:encoded><![CDATA[<p>Is it possible for us to view the website in question?  I&#8217;m curious to see the application of these principles.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Interlanguage and fossilization - thoughts of the language learner by Diana Ochoa</title>
		<link>http://blog.outerthoughts.com/2006/10/interlanguage-and-fossilization-thoughts-of-the-language-learner/#comment-19199</link>
		<dc:creator>Diana Ochoa</dc:creator>
		<pubDate>Thu, 08 Oct 2009 04:07:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.outerthoughts.com/2006/10/interlanguage-and-fossilization-thoughts-of-the-language-learner/#comment-19199</guid>
		<description>Hello,

I´m searching all resources related with interlanguage studies in order to write mu future thesis because I´m starting my master. I found it interesting and I like the way the explanations are made. It is useful that this information is available on the net, I´m from venezuela, if there is more info I´ll apreciate it.</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I´m searching all resources related with interlanguage studies in order to write mu future thesis because I´m starting my master. I found it interesting and I like the way the explanations are made. It is useful that this information is available on the net, I´m from venezuela, if there is more info I´ll apreciate it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on DOJO 1.0: Highlighting alternative table rows by derek</title>
		<link>http://blog.outerthoughts.com/2007/12/dojo-10-highlighting-alternative-table-rows/#comment-19149</link>
		<dc:creator>derek</dc:creator>
		<pubDate>Tue, 06 Oct 2009 09:54:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.outerthoughts.com/2007/12/dojo-10-highlighting-alternative-table-rows/#comment-19149</guid>
		<description>cool thanks!! really helped</description>
		<content:encoded><![CDATA[<p>cool thanks!! really helped</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Reducing disk thrashing of OpenNLP/MaxEnt parser - with one line code change by Mosa</title>
		<link>http://blog.outerthoughts.com/2007/08/reducing-disk-thrashing-of-opennlpmaxent-parser-with-one-line-code-change/#comment-19096</link>
		<dc:creator>Mosa</dc:creator>
		<pubDate>Sun, 04 Oct 2009 12:12:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.outerthoughts.com/2007/08/reducing-disk-thrashing-of-opennlpmaxent-parser-with-one-line-code-change/#comment-19096</guid>
		<description>I would like to take your advice as you are expert  in the NLP. I faced problem when I tried to identify classes, I used OpenNLP tools which help me to identifying classes and relationships, I found parsing is very weak to identify verbs, for example ((Library issues Loan item to customer)) the issues is verb but in the parsr is noun. So the parser ignore the verbs if the sentences could be noun or verb, the parsr chose nonu. if sentences has verbs and nouns the parsing identify nouns only and the ignore verbs which is should be identify verbs as should in the sentences "verb".
 
Can you tel me how i must to do for avoid this problem please?</description>
		<content:encoded><![CDATA[<p>I would like to take your advice as you are expert  in the NLP. I faced problem when I tried to identify classes, I used OpenNLP tools which help me to identifying classes and relationships, I found parsing is very weak to identify verbs, for example ((Library issues Loan item to customer)) the issues is verb but in the parsr is noun. So the parser ignore the verbs if the sentences could be noun or verb, the parsr chose nonu. if sentences has verbs and nouns the parsing identify nouns only and the ignore verbs which is should be identify verbs as should in the sentences &#8220;verb&#8221;.</p>
<p>Can you tel me how i must to do for avoid this problem please?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on I have 3 Spock beta invitations to give away by Raymond</title>
		<link>http://blog.outerthoughts.com/2007/05/i-have-3-spock-beta-invitations-to-give-away/#comment-18660</link>
		<dc:creator>Raymond</dc:creator>
		<pubDate>Thu, 24 Sep 2009 23:13:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.outerthoughts.com/2007/05/i-have-3-spock-beta-invitations-to-give-away/#comment-18660</guid>
		<description>*sigh*

I have found that Spock Beta is simply another of those rumor-based, troll-infested swamps (see Wikipedia) filled with misinformation and libel.  Although I have requested that they remove my 'profile', they have ignored my formal requests and the incorrect and slanderous content remains.</description>
		<content:encoded><![CDATA[<p>*sigh*</p>
<p>I have found that Spock Beta is simply another of those rumor-based, troll-infested swamps (see Wikipedia) filled with misinformation and libel.  Although I have requested that they remove my &#8216;profile&#8217;, they have ignored my formal requests and the incorrect and slanderous content remains.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
