<?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 on: PHP Smart Date Parsing: Natural Language Input (task.fm explained)</title>
	<atom:link href="http://web.enavu.com/snippets/php-smart-date-parsing-natural-language-input-task-fm-explained/feed/" rel="self" type="application/rss+xml" />
	<link>http://web.enavu.com/snippets/php-smart-date-parsing-natural-language-input-task-fm-explained/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 18 Jan 2012 08:51:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: vijith</title>
		<link>http://web.enavu.com/snippets/php-smart-date-parsing-natural-language-input-task-fm-explained/comment-page-1/#comment-36209</link>
		<dc:creator>vijith</dc:creator>
		<pubDate>Mon, 15 Aug 2011 16:04:45 +0000</pubDate>
		<guid isPermaLink="false">http://web.enavu.com/?p=1623#comment-36209</guid>
		<description>i m just intested to know more about nlp with php</description>
		<content:encoded><![CDATA[<p>i m just intested to know more about nlp with php</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: luli</title>
		<link>http://web.enavu.com/snippets/php-smart-date-parsing-natural-language-input-task-fm-explained/comment-page-1/#comment-2698</link>
		<dc:creator>luli</dc:creator>
		<pubDate>Tue, 04 May 2010 13:45:18 +0000</pubDate>
		<guid isPermaLink="false">http://web.enavu.com/?p=1623#comment-2698</guid>
		<description>because &amp;&amp; is shot-circuit operator, I would change the if statement from:
if (strtotime($parse_array[$i]) &gt; 0 &amp;&amp; !in_array($parse_array[$i], $exclude))

to:
if (!in_array($parse_array[$i], $exclude) &amp;&amp; strtotime($parse_array[$i]) &gt; 0)

this way we don&#039;t have to parse excluded words</description>
		<content:encoded><![CDATA[<p>because &amp;&amp; is shot-circuit operator, I would change the if statement from:<br />
if (strtotime($parse_array[$i]) &gt; 0 &amp;&amp; !in_array($parse_array[$i], $exclude))</p>
<p>to:<br />
if (!in_array($parse_array[$i], $exclude) &amp;&amp; strtotime($parse_array[$i]) &gt; 0)</p>
<p>this way we don&#8217;t have to parse excluded words</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Webs Developer &#187; Enavu.com: PHP Smart Date Parsing: Natural Language Input (task.fm explained)</title>
		<link>http://web.enavu.com/snippets/php-smart-date-parsing-natural-language-input-task-fm-explained/comment-page-1/#comment-2667</link>
		<dc:creator>Webs Developer &#187; Enavu.com: PHP Smart Date Parsing: Natural Language Input (task.fm explained)</dc:creator>
		<pubDate>Mon, 03 May 2010 17:31:41 +0000</pubDate>
		<guid isPermaLink="false">http://web.enavu.com/?p=1623#comment-2667</guid>
		<description>[...] the Enavu.com blog today there&#8217;s a new tutorial talking about smart date parsing using just the normal natural language you use every day.   Have you ever tried task.fm ? task.fm [...]</description>
		<content:encoded><![CDATA[<p>[...] the Enavu.com blog today there&#8217;s a new tutorial talking about smart date parsing using just the normal natural language you use every day.   Have you ever tried task.fm ? task.fm [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SeanJA</title>
		<link>http://web.enavu.com/snippets/php-smart-date-parsing-natural-language-input-task-fm-explained/comment-page-1/#comment-2661</link>
		<dc:creator>SeanJA</dc:creator>
		<pubDate>Mon, 03 May 2010 11:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://web.enavu.com/?p=1623#comment-2661</guid>
		<description>You might want to lowercase the string so that i actually matches I as well...</description>
		<content:encoded><![CDATA[<p>You might want to lowercase the string so that i actually matches I as well&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony Feint</title>
		<link>http://web.enavu.com/snippets/php-smart-date-parsing-natural-language-input-task-fm-explained/comment-page-1/#comment-2596</link>
		<dc:creator>Anthony Feint</dc:creator>
		<pubDate>Sat, 01 May 2010 02:59:12 +0000</pubDate>
		<guid isPermaLink="false">http://web.enavu.com/?p=1623#comment-2596</guid>
		<description>Great to see an interest in our  natural language capabilities!  When I founded Task.fm there was only 2-3 other companies working on similar natural language parsing.    There&#039;s still lots of experimentation to be done and Task.fm still has a long way to go before it is as &quot;smart&quot; as I would like to see it.

Great post!</description>
		<content:encoded><![CDATA[<p>Great to see an interest in our  natural language capabilities!  When I founded Task.fm there was only 2-3 other companies working on similar natural language parsing.    There&#8217;s still lots of experimentation to be done and Task.fm still has a long way to go before it is as &#8220;smart&#8221; as I would like to see it.</p>
<p>Great post!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PHP Smart Date Parsing: Natural Language Input (task.fm explained &#8230; &#171; php</title>
		<link>http://web.enavu.com/snippets/php-smart-date-parsing-natural-language-input-task-fm-explained/comment-page-1/#comment-2593</link>
		<dc:creator>PHP Smart Date Parsing: Natural Language Input (task.fm explained &#8230; &#171; php</dc:creator>
		<pubDate>Fri, 30 Apr 2010 23:31:37 +0000</pubDate>
		<guid isPermaLink="false">http://web.enavu.com/?p=1623#comment-2593</guid>
		<description>[...] Więcej: PHP Smart Date Parsing: Natural Language Input (task.fm explained &#8230; [...]</description>
		<content:encoded><![CDATA[<p>[...] Więcej: PHP Smart Date Parsing: Natural Language Input (task.fm explained &#8230; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PHP Smart Date Parsing: Natural Language Input (task.fm explained) &#124; Lively Web Tuts</title>
		<link>http://web.enavu.com/snippets/php-smart-date-parsing-natural-language-input-task-fm-explained/comment-page-1/#comment-2592</link>
		<dc:creator>PHP Smart Date Parsing: Natural Language Input (task.fm explained) &#124; Lively Web Tuts</dc:creator>
		<pubDate>Fri, 30 Apr 2010 22:55:12 +0000</pubDate>
		<guid isPermaLink="false">http://web.enavu.com/?p=1623#comment-2592</guid>
		<description>[...] Direct Link [...]</description>
		<content:encoded><![CDATA[<p>[...] Direct Link [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

