<?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: How To: Count word occurences in a String or File using C#</title>
	<atom:link href="http://r3dux.org/2012/10/how-to-count-word-occurences-in-a-string-or-file-using-csharp/feed/" rel="self" type="application/rss+xml" />
	<link>http://r3dux.org/2012/10/how-to-count-word-occurences-in-a-string-or-file-using-csharp/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-count-word-occurences-in-a-string-or-file-using-csharp</link>
	<description>A number-pimping side project from the valleys in *NEW* upside-down flavour.</description>
	<lastBuildDate>Thu, 23 May 2013 16:28:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: r3dux</title>
		<link>http://r3dux.org/2012/10/how-to-count-word-occurences-in-a-string-or-file-using-csharp/#comment-9494</link>
		<dc:creator>r3dux</dc:creator>
		<pubDate>Tue, 05 Feb 2013 00:17:21 +0000</pubDate>
		<guid isPermaLink="false">http://r3dux.org/?p=6627#comment-9494</guid>
		<description><![CDATA[I don&#039;t have any code for calculating conceptual term frequency... You could probably build your own code from this paper if you&#039;re up to the job: &lt;a href=&quot;www.researchgate.net/publication/220272029_A_concept-based_model_for_enhancing_text_categorization/file/9fcfd5093e7c806c1f.pdf&quot;&gt;(researchgate.net) A concept based model for enhancing text categorization&lt;/a&gt;.]]></description>
		<content:encoded><![CDATA[<p>I don&#8217;t have any code for calculating conceptual term frequency&#8230; You could probably build your own code from this paper if you&#8217;re up to the job: <a href="www.researchgate.net/publication/220272029_A_concept-based_model_for_enhancing_text_categorization/file/9fcfd5093e7c806c1f.pdf">(researchgate.net) A concept based model for enhancing text categorization</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: japes</title>
		<link>http://r3dux.org/2012/10/how-to-count-word-occurences-in-a-string-or-file-using-csharp/#comment-9480</link>
		<dc:creator>japes</dc:creator>
		<pubDate>Mon, 04 Feb 2013 04:30:14 +0000</pubDate>
		<guid isPermaLink="false">http://r3dux.org/?p=6627#comment-9480</guid>
		<description><![CDATA[pls, can you post c# coding for calculating conceptual term frequency..]]></description>
		<content:encoded><![CDATA[<p>pls, can you post c# coding for calculating conceptual term frequency..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: r3dux</title>
		<link>http://r3dux.org/2012/10/how-to-count-word-occurences-in-a-string-or-file-using-csharp/#comment-9432</link>
		<dc:creator>r3dux</dc:creator>
		<pubDate>Thu, 31 Jan 2013 20:06:24 +0000</pubDate>
		<guid isPermaLink="false">http://r3dux.org/?p=6627#comment-9432</guid>
		<description><![CDATA[Well,  it&#039;s probably not going to do good things on sets of continuous numbers, but it&#039;ll count frequencies of pretty much any kind of character sequences.]]></description>
		<content:encoded><![CDATA[<p>Well,  it&#8217;s probably not going to do good things on sets of continuous numbers, but it&#8217;ll count frequencies of pretty much any kind of character sequences.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: japes</title>
		<link>http://r3dux.org/2012/10/how-to-count-word-occurences-in-a-string-or-file-using-csharp/#comment-9426</link>
		<dc:creator>japes</dc:creator>
		<pubDate>Thu, 31 Jan 2013 09:40:09 +0000</pubDate>
		<guid isPermaLink="false">http://r3dux.org/?p=6627#comment-9426</guid>
		<description><![CDATA[same coding will work of any type of dataset huh??]]></description>
		<content:encoded><![CDATA[<p>same coding will work of any type of dataset huh??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: r3dux</title>
		<link>http://r3dux.org/2012/10/how-to-count-word-occurences-in-a-string-or-file-using-csharp/#comment-9417</link>
		<dc:creator>r3dux</dc:creator>
		<pubDate>Thu, 31 Jan 2013 00:33:49 +0000</pubDate>
		<guid isPermaLink="false">http://r3dux.org/?p=6627#comment-9417</guid>
		<description><![CDATA[Hi Yityal,

I&#039;ve never had to do anything like that, but if you can give me an example of the type of data you&#039;re working with and the way in which you want it categorised I could have a think about it.]]></description>
		<content:encoded><![CDATA[<p>Hi Yityal,</p>
<p>I&#8217;ve never had to do anything like that, but if you can give me an example of the type of data you&#8217;re working with and the way in which you want it categorised I could have a think about it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yityal</title>
		<link>http://r3dux.org/2012/10/how-to-count-word-occurences-in-a-string-or-file-using-csharp/#comment-9408</link>
		<dc:creator>Yityal</dc:creator>
		<pubDate>Wed, 30 Jan 2013 14:03:56 +0000</pubDate>
		<guid isPermaLink="false">http://r3dux.org/?p=6627#comment-9408</guid>
		<description><![CDATA[it is very helpful but i want to convert the TF-IDF to categorical data (discritaization consent) so can u give me any hint or may be example on it please]]></description>
		<content:encoded><![CDATA[<p>it is very helpful but i want to convert the TF-IDF to categorical data (discritaization consent) so can u give me any hint or may be example on it please</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: r3dux</title>
		<link>http://r3dux.org/2012/10/how-to-count-word-occurences-in-a-string-or-file-using-csharp/#comment-8121</link>
		<dc:creator>r3dux</dc:creator>
		<pubDate>Fri, 12 Oct 2012 21:34:13 +0000</pubDate>
		<guid isPermaLink="false">http://r3dux.org/?p=6627#comment-8121</guid>
		<description><![CDATA[Thanks, buddy =D]]></description>
		<content:encoded><![CDATA[<p>Thanks, buddy =D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shetboy</title>
		<link>http://r3dux.org/2012/10/how-to-count-word-occurences-in-a-string-or-file-using-csharp/#comment-8119</link>
		<dc:creator>shetboy</dc:creator>
		<pubDate>Fri, 12 Oct 2012 13:11:06 +0000</pubDate>
		<guid isPermaLink="false">http://r3dux.org/?p=6627#comment-8119</guid>
		<description><![CDATA[Neat!
http://koti.mbnet.fi/thamnoph/photos/garbage/benderneat.jpg]]></description>
		<content:encoded><![CDATA[<p>Neat!<br />
<a href="http://koti.mbnet.fi/thamnoph/photos/garbage/benderneat.jpg">http://koti.mbnet.fi/thamnoph/photos/garbage/benderneat.jpg</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
