<?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: Simple Text Summarizer In PHP</title>
	<atom:link href="http://w-shadow.com/blog/2008/04/12/simple-text-summarizer-in-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://w-shadow.com/blog/2008/04/12/simple-text-summarizer-in-php/</link>
	<description>A blog about web development, software business, and WordPress</description>
	<lastBuildDate>Wed, 08 Feb 2012 21:10:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Rick</title>
		<link>http://w-shadow.com/blog/2008/04/12/simple-text-summarizer-in-php/comment-page-1/#comment-195606</link>
		<dc:creator>Rick</dc:creator>
		<pubDate>Thu, 15 Dec 2011 22:50:06 +0000</pubDate>
		<guid isPermaLink="false">http://w-shadow.com/blog/2008/04/12/simple-text-summarizer-in-php/#comment-195606</guid>
		<description>Dude. You should make this into a Wordpress plugin that auto creates Excerpts with a click of a button. Or attaches a summary to the top of posts for lazy readers.</description>
		<content:encoded><![CDATA[<p>Dude. You should make this into a WordPress plugin that auto creates Excerpts with a click of a button. Or attaches a summary to the top of posts for lazy readers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: White Shadow</title>
		<link>http://w-shadow.com/blog/2008/04/12/simple-text-summarizer-in-php/comment-page-1/#comment-167346</link>
		<dc:creator>White Shadow</dc:creator>
		<pubDate>Thu, 24 Feb 2011 14:45:57 +0000</pubDate>
		<guid isPermaLink="false">http://w-shadow.com/blog/2008/04/12/simple-text-summarizer-in-php/#comment-167346</guid>
		<description>Yes, the included example doesn&#039;t strip HTML tags. You&#039;ll need to do that yourself.

No, this thing is not actively maintained/developed.</description>
		<content:encoded><![CDATA[<p>Yes, the included example doesn&#8217;t strip HTML tags. You&#8217;ll need to do that yourself.</p>
<p>No, this thing is not actively maintained/developed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pigpromoter</title>
		<link>http://w-shadow.com/blog/2008/04/12/simple-text-summarizer-in-php/comment-page-1/#comment-167345</link>
		<dc:creator>pigpromoter</dc:creator>
		<pubDate>Thu, 24 Feb 2011 14:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://w-shadow.com/blog/2008/04/12/simple-text-summarizer-in-php/#comment-167345</guid>
		<description>I gave it a shot and it does the job quite nicely. Shouldn&#039;t you strip &#039;s before even starting to summarize the text? I ran it on some random page and got some &quot;if !(confirm&quot;. Are you still working/supporting/developing this?</description>
		<content:encoded><![CDATA[<p>I gave it a shot and it does the job quite nicely. Shouldn&#8217;t you strip &#8216;s before even starting to summarize the text? I ran it on some random page and got some &#8220;if !(confirm&#8221;. Are you still working/supporting/developing this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: White Shadow</title>
		<link>http://w-shadow.com/blog/2008/04/12/simple-text-summarizer-in-php/comment-page-1/#comment-52371</link>
		<dc:creator>White Shadow</dc:creator>
		<pubDate>Thu, 10 Jun 2010 16:31:59 +0000</pubDate>
		<guid isPermaLink="false">http://w-shadow.com/blog/2008/04/12/simple-text-summarizer-in-php/#comment-52371</guid>
		<description>I&#039;m not entirely sure what you mean by that. You could likely use this summarizer &lt;em&gt;for&lt;/em&gt; tagging, but if tagging is your goal then there are specialized scripts and services (e.g. the Yahoo API) that would probably produce better results.</description>
		<content:encoded><![CDATA[<p>I&#8217;m not entirely sure what you mean by that. You could likely use this summarizer <em>for</em> tagging, but if tagging is your goal then there are specialized scripts and services (e.g. the Yahoo API) that would probably produce better results.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deden Miptahudin</title>
		<link>http://w-shadow.com/blog/2008/04/12/simple-text-summarizer-in-php/comment-page-1/#comment-52183</link>
		<dc:creator>Deden Miptahudin</dc:creator>
		<pubDate>Thu, 10 Jun 2010 04:06:27 +0000</pubDate>
		<guid isPermaLink="false">http://w-shadow.com/blog/2008/04/12/simple-text-summarizer-in-php/#comment-52183</guid>
		<description>thank you.. but, can i use tagging in summarizer?</description>
		<content:encoded><![CDATA[<p>thank you.. but, can i use tagging in summarizer?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Barry Hunter</title>
		<link>http://w-shadow.com/blog/2008/04/12/simple-text-summarizer-in-php/comment-page-1/#comment-32116</link>
		<dc:creator>Barry Hunter</dc:creator>
		<pubDate>Fri, 30 Oct 2009 14:21:13 +0000</pubDate>
		<guid isPermaLink="false">http://w-shadow.com/blog/2008/04/12/simple-text-summarizer-in-php/#comment-32116</guid>
		<description>Ah, I dont need html_functions. 

summarizer.php will just be included as is (unless we need to change anything?, but doesnt look like it so far. )

As for the stemmer, will check with phpguru.org (I think we can get a discount because we a registers not for profit)</description>
		<content:encoded><![CDATA[<p>Ah, I dont need html_functions. </p>
<p>summarizer.php will just be included as is (unless we need to change anything?, but doesnt look like it so far. )</p>
<p>As for the stemmer, will check with phpguru.org (I think we can get a discount because we a registers not for profit)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: White Shadow</title>
		<link>http://w-shadow.com/blog/2008/04/12/simple-text-summarizer-in-php/comment-page-1/#comment-32115</link>
		<dc:creator>White Shadow</dc:creator>
		<pubDate>Fri, 30 Oct 2009 13:59:12 +0000</pubDate>
		<guid isPermaLink="false">http://w-shadow.com/blog/2008/04/12/simple-text-summarizer-in-php/#comment-32115</guid>
		<description>This code has no single license.

You can use the portions written by me with GPL code and redistribute them as long as the attribution notice(s) present in the code are preserved. However, I don&#039;t know what license (if any) would apply to the various utility functions in html_functions.php - most of them were found on the php.net site.</description>
		<content:encoded><![CDATA[<p>This code has no single license.</p>
<p>You can use the portions written by me with GPL code and redistribute them as long as the attribution notice(s) present in the code are preserved. However, I don&#8217;t know what license (if any) would apply to the various utility functions in html_functions.php &#8211; most of them were found on the php.net site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Barry Hunter</title>
		<link>http://w-shadow.com/blog/2008/04/12/simple-text-summarizer-in-php/comment-page-1/#comment-32114</link>
		<dc:creator>Barry Hunter</dc:creator>
		<pubDate>Fri, 30 Oct 2009 13:37:33 +0000</pubDate>
		<guid isPermaLink="false">http://w-shadow.com/blog/2008/04/12/simple-text-summarizer-in-php/#comment-32114</guid>
		<description>What exactly is the licence on this code? Can I use it in a website that destributes its source code as GPL? (would need to distribute the code with the source, which incidental is available at http://code.geograph.org.uk/ ) 

We would like to use the code to summarise long descriptions attached to photos.</description>
		<content:encoded><![CDATA[<p>What exactly is the licence on this code? Can I use it in a website that destributes its source code as GPL? (would need to distribute the code with the source, which incidental is available at <a href="http://code.geograph.org.uk/" rel="nofollow">http://code.geograph.org.uk/</a> ) </p>
<p>We would like to use the code to summarise long descriptions attached to photos.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Swan Pye Zaw</title>
		<link>http://w-shadow.com/blog/2008/04/12/simple-text-summarizer-in-php/comment-page-1/#comment-31176</link>
		<dc:creator>Swan Pye Zaw</dc:creator>
		<pubDate>Sun, 16 Aug 2009 07:16:28 +0000</pubDate>
		<guid isPermaLink="false">http://w-shadow.com/blog/2008/04/12/simple-text-summarizer-in-php/#comment-31176</guid>
		<description>Your summarizer is good but I think that it is good if it can be reference with any programming languages.</description>
		<content:encoded><![CDATA[<p>Your summarizer is good but I think that it is good if it can be reference with any programming languages.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joomla! &#38; Mambo Qur&#8217;an Component &#171; muhara&#8217;s simple web log&#8230;</title>
		<link>http://w-shadow.com/blog/2008/04/12/simple-text-summarizer-in-php/comment-page-1/#comment-13155</link>
		<dc:creator>Joomla! &#38; Mambo Qur&#8217;an Component &#171; muhara&#8217;s simple web log&#8230;</dc:creator>
		<pubDate>Wed, 03 Dec 2008 05:08:57 +0000</pubDate>
		<guid isPermaLink="false">http://w-shadow.com/blog/2008/04/12/simple-text-summarizer-in-php/#comment-13155</guid>
		<description>[...] Nanti Update akan terus saya lakukan. Selain itu saya juga menambahkan fasilitas untuk penyimpulan dari sini , tapi masih dalam Inggrisan dan sepertinya masih belum sesempurna MEAD. Tapi insyaAllah udah [...]</description>
		<content:encoded><![CDATA[<p>[...] Nanti Update akan terus saya lakukan. Selain itu saya juga menambahkan fasilitas untuk penyimpulan dari sini , tapi masih dalam Inggrisan dan sepertinya masih belum sesempurna MEAD. Tapi insyaAllah udah [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

