<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>sharpnlp Wiki &amp; Documentation Rss Feed</title><link>http://www.codeplex.com/Wiki/View.aspx?ProjectName=sharpnlp&amp;title=Home</link><description>sharpnlp Wiki Rss Description</description><item><title>New Comment on "Installation Instructions"</title><link>http://sharpnlp.codeplex.com/wikipage?title=Installation Instructions&amp;ANCHOR#C26027</link><description>FullBuild.exe not found</description><author>tashu</author><pubDate>Thu, 27 Dec 2012 18:43:50 GMT</pubDate><guid isPermaLink="false">New Comment on "Installation Instructions" 20121227064350P</guid></item><item><title>New Comment on "How can I help?"</title><link>http://sharpnlp.codeplex.com/wikipage?title=How can I help?&amp;ANCHOR#C20269</link><description>I am interested in this project. Let me know how can I help you.</description><author>pranjalnigam</author><pubDate>Sun, 10 Jul 2011 17:24:27 GMT</pubDate><guid isPermaLink="false">New Comment on "How can I help?" 20110710052427P</guid></item><item><title>New Comment on "Installation Instructions"</title><link>http://sharpnlp.codeplex.com/wikipage?title=Installation Instructions&amp;ANCHOR#C18115</link><description>when i try to run this code i get this error... FullBuild.exe is missing.help plzzz.</description><author>sweet123</author><pubDate>Tue, 04 Jan 2011 15:07:31 GMT</pubDate><guid isPermaLink="false">New Comment on "Installation Instructions" 20110104030731P</guid></item><item><title>New Comment on "How can I help?"</title><link>http://sharpnlp.codeplex.com/wikipage?title=How can I help?&amp;ANCHOR#C18114</link><description>hey..... when i try to run the code of sharpnlp i get this error... FullBuild.exe is missing. plzz resolve this issue.i want to debugg its code.</description><author>sweet123</author><pubDate>Tue, 04 Jan 2011 14:53:15 GMT</pubDate><guid isPermaLink="false">New Comment on "How can I help?" 20110104025315P</guid></item><item><title>New Comment on "How can I help?"</title><link>http://sharpnlp.codeplex.com/wikipage?title=How can I help?&amp;ANCHOR#C18113</link><description>hey..... when i try to run the code of sharpnlp it get this error... FullBuild.exe is miss. plzz resolve this issue.i want to debugg its code.</description><author>sweet123</author><pubDate>Tue, 04 Jan 2011 14:52:01 GMT</pubDate><guid isPermaLink="false">New Comment on "How can I help?" 20110104025201P</guid></item><item><title>New Comment on "How can I help?"</title><link>http://sharpnlp.codeplex.com/wikipage?title=How can I help?&amp;ANCHOR#C17813</link><description>I haven&amp;#39;t done much, but I needed to tweak some of the code to get it working with Linux. Mostly adding Path.Combine&amp;#40;&amp;#41;&amp;#39;s and the such. I have my work over at https&amp;#58;&amp;#47;&amp;#47;github.com&amp;#47;dmoonfire&amp;#47;sharpnlp if you are interested.</description><author>dmoonfire</author><pubDate>Fri, 26 Nov 2010 19:58:24 GMT</pubDate><guid isPermaLink="false">New Comment on "How can I help?" 20101126075824P</guid></item><item><title>New Comment on "Installation Instructions"</title><link>http://sharpnlp.codeplex.com/wikipage?title=Installation Instructions&amp;ANCHOR#C16630</link><description>Pos Tag not working &amp;#40;Arithmetic overflow error&amp;#41;.Nor i am able to manipulate with its method or property.&amp;#10;I want all noun only in string.&amp;#10;Any Help.</description><author>KumarHarsh</author><pubDate>Tue, 10 Aug 2010 06:33:50 GMT</pubDate><guid isPermaLink="false">New Comment on "Installation Instructions" 20100810063350A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/sharpnlp/Wiki/View.aspx?title=Home&amp;version=9</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Welcome to the SharpNLP Project
&lt;/h2&gt; &lt;br /&gt;SharpNLP is a collection of natural language processing tools written in C#. Currently it provides the following NLP tools:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;a sentence splitter&lt;/li&gt;&lt;li&gt;a tokenizer&lt;/li&gt;&lt;li&gt;a part-of-speech tagger&lt;/li&gt;&lt;li&gt;a chunker (used to &amp;quot;find non-recursive syntactic annotations such as noun phrase chunks&amp;quot;)&lt;/li&gt;&lt;li&gt;a parser&lt;/li&gt;&lt;li&gt;a name finder&lt;/li&gt;&lt;li&gt;a coreference tool&lt;/li&gt;&lt;li&gt;an interface to the WordNet lexical database&lt;/li&gt;
&lt;/ul&gt;&lt;img src="http://www.codeplex.com/sharpnlp/Project/FileDownload.aspx?CountDownload=false&amp;amp;DownloadId=4659" alt="englishparsing1.JPG" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;b&gt;SharpNLP 1.0.2529 Beta&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;This is the latest release of SharpNLP. To use it you will need to download either the runtime binaries or the source code (&lt;a href="http://www.codeplex.com/sharpnlp/Release/ProjectReleases.aspx?ReleaseId=1205"&gt;SharpNLP 1.0.2529 Beta&lt;/a&gt;), plus the model files (&lt;a href="http://www.codeplex.com/sharpnlp/Release/ProjectReleases.aspx?ReleaseId=1200"&gt;NBin Models 1.0.0 Production&lt;/a&gt;). Detailed instructions can be found in the &lt;a href="http://www.codeplex.com/sharpnlp/Wiki/View.aspx?title=Installation%20Instructions"&gt;Installation Instructions&lt;/a&gt;.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;What is SharpNLP&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;OpenNLP is both the name of a group of open source projects (&lt;a href="http://opennlp.sourceforge.net" class="externalLink"&gt;http://opennlp.sourceforge.net&lt;/a&gt;) related to natural language processing (NLP), and the name of a library of NLP tools written in Java (&lt;a href="http://sourceforge.net/projects/opennlp" class="externalLink"&gt;http://sourceforge.net/projects/opennlp&lt;/a&gt;) by Jason Baldridge, Tom Morton, and Gann Bierner. SharpNLP is a C# port of the Java OpenNLP tools, plus additional code to facilitate natural language processing.&lt;br /&gt; &lt;br /&gt;All of these tools are driven by maximum entropy models processed by the SharpEntropy library.&lt;br /&gt; &lt;br /&gt;In addition, SharpNLP contains a WordNet database access library called SharpWordNet.&lt;br /&gt; &lt;br /&gt;&lt;a href="http://www.codeplex.com/sharpnlp/Wiki/View.aspx?title=How%20can%20I%20help%3f"&gt;How can I help?&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.codeplex.com/sharpnlp/Wiki/View.aspx?title=Developer%20Guide"&gt;Developer Guide&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;More information can be obtained from these CodeProject articles:&lt;br /&gt; &lt;br /&gt;&lt;a href="http://www.codeproject.com/csharp/englishparsing.asp" class="externalLink"&gt;http://www.codeproject.com/csharp/englishparsing.asp&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.codeproject.com/cs/library/sharpentropy.asp" class="externalLink"&gt;http://www.codeproject.com/cs/library/sharpentropy.asp&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>richardn</author><pubDate>Wed, 13 Dec 2006 21:23:36 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20061213092336P</guid></item><item><title>UPDATED WIKI: Installation Instructions</title><link>http://www.codeplex.com/sharpnlp/Wiki/View.aspx?title=Installation Instructions&amp;version=2</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
SharpNLP Installation Instructions
&lt;/h2&gt; &lt;br /&gt;&lt;b&gt;1. Download Maximum Entropy Models&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;First, you must download the maximum entropy models that drive the NLP tools. These can be downloaded from &lt;a href="http://www.codeplex.com/sharpnlp/Release/ProjectReleases.aspx?ReleaseId=1200"&gt;NBin Models 1.0.0 Production&lt;/a&gt; and should be arranged into a folder structure as shown in this image:&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/sharpnlp/Project/FileDownload.aspx?CountDownload=false&amp;amp;DownloadId=4658" alt="folder_arrangement.gif" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;b&gt;2. Download WordNet&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;Download the installer for the Windows version of the WordNet 2.1 lexical database from &lt;a href="http://wordnet.princeton.edu/obtain" class="externalLink"&gt;http://wordnet.princeton.edu/obtain&lt;/a&gt; and install WordNet.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;3. Download SharpNLP Binaries&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;These can be obtained from the latest release, currently &lt;a href="http://www.codeplex.com/sharpnlp/Release/ProjectReleases.aspx?ReleaseId=1205"&gt;SharpNLP 1.0.2529 Beta&lt;/a&gt;. Once you have unzipped the files into a folder, you must edit the .config files for the two example applications, ToolsExample and ParseTree. There is an appSettings key called &amp;quot;MaximumEntropyModelDirectory&amp;quot; whose value must be set to the folder path of your Models directory containing the maximum entropy models. In the ToolsExample, there is also a key called &amp;quot;WordnetSearchDirectory&amp;quot; whose value must be set to the folder path of the WordNet 2.1 database. If you accepted the default installation location for WordNet, this value will already be set correctly to C:\Program Files\WordNet\2.1\dict.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;4. Download SharpNLP Source Code&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;If you want to run SharpNLP in source, you can download the source code from the latest release, currently &lt;a href="http://www.codeplex.com/sharpnlp/Release/ProjectReleases.aspx?ReleaseId=1205"&gt;SharpNLP 1.0.2529 Beta&lt;/a&gt;. You can run &lt;b&gt;msbuild FullBuild.csproj&lt;/b&gt; to compile the various projects. See the &lt;a href="http://www.codeplex.com/sharpnlp/Wiki/View.aspx?title=Developer%20Guide"&gt;Developer Guide&lt;/a&gt; for more information.&lt;br /&gt;
&lt;/div&gt;</description><author>richardn</author><pubDate>Wed, 13 Dec 2006 21:19:06 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Installation Instructions 20061213091906P</guid></item><item><title>UPDATED WIKI: Installation Instructions</title><link>http://www.codeplex.com/sharpnlp/Wiki/View.aspx?title=Installation Instructions&amp;version=1</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
SharpNLP Installation Instructions
&lt;/h2&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Download Maximum Entropy Models *&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;First, you must download the maximum entropy models that drive the NLP tools. These can be downloaded from &lt;a href="http://www.codeplex.com/sharpnlp/Release/ProjectReleases.aspx?ReleaseId=1200"&gt;NBin Models 1.0.0 Production&lt;/a&gt; and should be arranged into a folder structure as shown in this image:&lt;br /&gt; &lt;br /&gt;&lt;span class="unresolved"&gt;Cannot resolve link: &lt;/span&gt;[file:folder_arrangement.gif]&lt;br /&gt;
&lt;/div&gt;</description><author>richardn</author><pubDate>Wed, 13 Dec 2006 21:06:39 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Installation Instructions 20061213090639P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/sharpnlp/Wiki/View.aspx?title=Home&amp;version=8</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Welcome to the SharpNLP Project
&lt;/h2&gt; &lt;br /&gt;SharpNLP is a collection of natural language processing tools written in C#. Currently it provides the following NLP tools:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;a sentence splitter&lt;/li&gt;&lt;li&gt;a tokenizer&lt;/li&gt;&lt;li&gt;a part-of-speech tagger&lt;/li&gt;&lt;li&gt;a chunker (used to &amp;quot;find non-recursive syntactic annotations such as noun phrase chunks&amp;quot;)&lt;/li&gt;&lt;li&gt;a parser&lt;/li&gt;&lt;li&gt;a name finder&lt;/li&gt;&lt;li&gt;a coreference tool&lt;/li&gt;&lt;li&gt;an interface to the WordNet lexical database&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;b&gt;SharpNLP 1.0.2529 Beta&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;This is the latest release of SharpNLP. To use it you will need to download either the runtime binaries or the source code (&lt;a href="http://www.codeplex.com/sharpnlp/Release/ProjectReleases.aspx?ReleaseId=1205"&gt;SharpNLP 1.0.2529 Beta&lt;/a&gt;), plus the model files (&lt;a href="http://www.codeplex.com/sharpnlp/Release/ProjectReleases.aspx?ReleaseId=1200"&gt;NBin Models 1.0.0 Production&lt;/a&gt;). Detailed instructions can be found in the &lt;a href="http://www.codeplex.com/sharpnlp/Wiki/View.aspx?title=Installation%20Instructions"&gt;Installation Instructions&lt;/a&gt;.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;What is SharpNLP&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;OpenNLP is both the name of a group of open source projects (&lt;a href="http://opennlp.sourceforge.net" class="externalLink"&gt;http://opennlp.sourceforge.net&lt;/a&gt;) related to natural language processing (NLP), and the name of a library of NLP tools written in Java (&lt;a href="http://sourceforge.net/projects/opennlp" class="externalLink"&gt;http://sourceforge.net/projects/opennlp&lt;/a&gt;) by Jason Baldridge, Tom Morton, and Gann Bierner. SharpNLP is a C# port of the Java OpenNLP tools, plus additional code to facilitate natural language processing.&lt;br /&gt; &lt;br /&gt;All of these tools are driven by maximum entropy models processed by the SharpEntropy library.&lt;br /&gt; &lt;br /&gt;In addition, SharpNLP contains a WordNet database access library called SharpWordNet.&lt;br /&gt; &lt;br /&gt;&lt;a href="http://www.codeplex.com/sharpnlp/Wiki/View.aspx?title=How%20can%20I%20help%3f"&gt;How can I help?&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.codeplex.com/sharpnlp/Wiki/View.aspx?title=Developer%20Guide"&gt;Developer Guide&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;More information can be obtained from these CodeProject articles:&lt;br /&gt; &lt;br /&gt;&lt;a href="http://www.codeproject.com/csharp/englishparsing.asp" class="externalLink"&gt;http://www.codeproject.com/csharp/englishparsing.asp&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.codeproject.com/cs/library/sharpentropy.asp" class="externalLink"&gt;http://www.codeproject.com/cs/library/sharpentropy.asp&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;&lt;b&gt;How to use this page&lt;/b&gt;&lt;br /&gt;The Project home page is the place that team members and visitors will go to find out about your project. Here are some ideas about what to put on this page:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;News&lt;/li&gt;&lt;li&gt;Frequently Asked Questions (FAQ)&lt;/li&gt;&lt;li&gt;Project information (the text from your project description, for example)&lt;/li&gt;&lt;li&gt;Project documentation&lt;/li&gt;&lt;li&gt;Development methodologies&lt;/li&gt;&lt;li&gt;Release process&lt;/li&gt;&lt;li&gt;Current issues&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;b&gt;What is a Wiki page?&lt;/b&gt;&lt;br /&gt;If you are active on the Internet, chances are you've visited a Wiki page--perhaps even edited one. Simply put, a Wiki is a collection of Web pages that can be edited by anybody with sufficient permission to do so. Wiki pages are easy to edit using a set of simple markup tags that allow you to format text, add images, and create links. A &lt;b&gt;Quick Wiki Markup Guide&lt;/b&gt; appears to the right of the &lt;b&gt;Edit&lt;/b&gt; page as a reference.&lt;br /&gt;
&lt;/div&gt;</description><author>richardn</author><pubDate>Wed, 13 Dec 2006 20:52:07 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20061213085207P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/sharpnlp/Wiki/View.aspx?title=Home&amp;version=7</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Welcome to the SharpNLP Project !!
&lt;/h2&gt; &lt;br /&gt;SharpNLP is a collection of natural language processing tools written in C#. Currently it provides the following NLP tools:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;a sentence splitter&lt;/li&gt;&lt;li&gt;a tokenizer&lt;/li&gt;&lt;li&gt;a part-of-speech tagger&lt;/li&gt;&lt;li&gt;a chunker (used to &amp;quot;find non-recursive syntactic annotations such as noun phrase chunks&amp;quot;)&lt;/li&gt;&lt;li&gt;a parser&lt;/li&gt;&lt;li&gt;a name finder&lt;/li&gt;&lt;li&gt;a coreference tool&lt;/li&gt;&lt;li&gt;an interface to the WordNet lexical database&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;b&gt;SharpNLP 1.0.2529 Beta&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;This is the latest release of SharpNLP. To use it you will need to download either the runtime binaries or the source code (&lt;a href="http://www.codeplex.com/sharpnlp/Release/ProjectReleases.aspx?ReleaseId=1205"&gt;SharpNLP 1.0.2529 Beta&lt;/a&gt;), plus the model files (&lt;a href="http://www.codeplex.com/sharpnlp/Release/ProjectReleases.aspx?ReleaseId=1200"&gt;NBin Models 1.0.0 Production&lt;/a&gt;). Detailed instructions can be found in the &lt;a href="http://www.codeplex.com/sharpnlp/Wiki/View.aspx?title=Installation%20Instructions"&gt;Installation Instructions&lt;/a&gt;.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;What is SharpNLP&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;OpenNLP is both the name of a group of open source projects (&lt;a href="http://opennlp.sourceforge.net" class="externalLink"&gt;http://opennlp.sourceforge.net&lt;/a&gt;) related to natural language processing (NLP), and the name of a library of NLP tools written in Java (&lt;a href="http://sourceforge.net/projects/opennlp" class="externalLink"&gt;http://sourceforge.net/projects/opennlp&lt;/a&gt;) by Jason Baldridge, Tom Morton, and Gann Bierner. SharpNLP is a C# port of the Java OpenNLP tools, plus additional code to facilitate natural language processing.&lt;br /&gt; &lt;br /&gt;All of these tools are driven by maximum entropy models processed by the SharpEntropy library.&lt;br /&gt; &lt;br /&gt;In addition, SharpNLP contains a WordNet database access library called SharpWordNet.&lt;br /&gt; &lt;br /&gt;&lt;a href="http://www.codeplex.com/sharpnlp/Wiki/View.aspx?title=How%20can%20I%20help%3f"&gt;How can I help?&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.codeplex.com/sharpnlp/Wiki/View.aspx?title=Developer%20Guide"&gt;Developer Guide&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;More information can be obtained from these CodeProject articles:&lt;br /&gt; &lt;br /&gt;&lt;a href="http://www.codeproject.com/csharp/englishparsing.asp" class="externalLink"&gt;http://www.codeproject.com/csharp/englishparsing.asp&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.codeproject.com/cs/library/sharpentropy.asp" class="externalLink"&gt;http://www.codeproject.com/cs/library/sharpentropy.asp&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;&lt;b&gt;How to use this page&lt;/b&gt;&lt;br /&gt;The Project home page is the place that team members and visitors will go to find out about your project. Here are some ideas about what to put on this page:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;News&lt;/li&gt;&lt;li&gt;Frequently Asked Questions (FAQ)&lt;/li&gt;&lt;li&gt;Project information (the text from your project description, for example)&lt;/li&gt;&lt;li&gt;Project documentation&lt;/li&gt;&lt;li&gt;Development methodologies&lt;/li&gt;&lt;li&gt;Release process&lt;/li&gt;&lt;li&gt;Current issues&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;b&gt;What is a Wiki page?&lt;/b&gt;&lt;br /&gt;If you are active on the Internet, chances are you've visited a Wiki page--perhaps even edited one. Simply put, a Wiki is a collection of Web pages that can be edited by anybody with sufficient permission to do so. Wiki pages are easy to edit using a set of simple markup tags that allow you to format text, add images, and create links. A &lt;b&gt;Quick Wiki Markup Guide&lt;/b&gt; appears to the right of the &lt;b&gt;Edit&lt;/b&gt; page as a reference.&lt;br /&gt;
&lt;/div&gt;</description><author>richardn</author><pubDate>Wed, 13 Dec 2006 20:51:46 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20061213085146P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/Wiki/View.aspx?ProjectName=sharpnlp&amp;title=Home&amp;version=6</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;SharpNLP&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;OpenNLP is both the name of a group of open source projects (&lt;a href="http://opennlp.sourceforge.net"&gt;http://opennlp.sourceforge.net&lt;/a&gt;) related to natural language processing (NLP), and the name of a library of NLP tools written in Java (&lt;a href="http://sourceforge.net/projects/opennlp"&gt;http://sourceforge.net/projects/opennlp&lt;/a&gt;) by Jason Baldridge, Tom Morton, and Gann Bierner. SharpNLP is a C# port of the Java OpenNLP tools, plus additional code to facilitate natural language processing.&lt;br /&gt; &lt;br /&gt;Tools included in the C# port of the Java OpenNLP library are: &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;a sentence splitter&lt;/li&gt;&lt;li&gt;a tokenizer&lt;/li&gt;&lt;li&gt;a part-of-speech tagger&lt;/li&gt;&lt;li&gt;a chunker (used to &amp;quot;find non-recursive syntactic annotations such as noun phrase chunks&amp;quot;)&lt;/li&gt;&lt;li&gt;a parser&lt;/li&gt;&lt;li&gt;a name finder&lt;/li&gt;&lt;li&gt;a coreference tool&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;All of these tools are driven by maximum entropy models processed by the SharpEntropy library.&lt;br /&gt; &lt;br /&gt;In addition, SharpNLP contains a WordNet database access library called SharpWordNet.&lt;br /&gt; &lt;br /&gt;&lt;a href="http://www.codeplex.com/Wiki/View.aspx?ProjectName=sharpnlp&amp;amp;title=How%20can%20I%20help%3f"&gt;How can I help?&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.codeplex.com/Wiki/View.aspx?ProjectName=sharpnlp&amp;amp;title=Developer%20Guide"&gt;Developer Guide&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;More information can be obtained from these CodeProject articles:&lt;br /&gt; &lt;br /&gt;&lt;a href="http://www.codeproject.com/csharp/englishparsing.asp"&gt;http://www.codeproject.com/csharp/englishparsing.asp&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.codeproject.com/cs/library/sharpentropy.asp"&gt;http://www.codeproject.com/cs/library/sharpentropy.asp&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;&lt;b&gt;How to use this page&lt;/b&gt;&lt;br /&gt;The Project home page is the place that team members and visitors will go to find out about your project. Here are some ideas about what to put on this page:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;News&lt;/li&gt;&lt;li&gt;Frequently Asked Questions (FAQ)&lt;/li&gt;&lt;li&gt;Project information (the text from your project description, for example)&lt;/li&gt;&lt;li&gt;Project documentation&lt;/li&gt;&lt;li&gt;Development methodologies&lt;/li&gt;&lt;li&gt;Release process&lt;/li&gt;&lt;li&gt;Current issues&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;b&gt;What is a Wiki page?&lt;/b&gt;&lt;br /&gt;If you are active on the Internet, chances are you've visited a Wiki page--perhaps even edited one. Simply put, a Wiki is a collection of Web pages that can be edited by anybody with sufficient permission to do so. Wiki pages are easy to edit using a set of simple markup tags that allow you to format text, add images, and create links. A &lt;b&gt;Quick Wiki Markup Guide&lt;/b&gt; appears to the right of the &lt;b&gt;Edit&lt;/b&gt; page as a reference.&lt;br /&gt;
&lt;/div&gt;</description><author>richardn</author><pubDate>Mon, 04 Dec 2006 22:48:23 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20061204104823P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/Wiki/View.aspx?ProjectName=sharpnlp&amp;title=Home&amp;version=5</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Home Page&lt;/b&gt;&lt;br /&gt;OpenNLP is both the name of a group of open source projects (&lt;a href="http://opennlp.sourceforge.net"&gt;http://opennlp.sourceforge.net&lt;/a&gt;) related to natural language processing (NLP), and the name of a library of NLP tools written in Java (&lt;a href="http://sourceforge.net/projects/opennlp"&gt;http://sourceforge.net/projects/opennlp&lt;/a&gt;) by Jason Baldridge, Tom Morton, and Gann Bierner. SharpNLP is a C# port of the Java OpenNLP tools, plus additional code to facilitate natural language processing.&lt;br /&gt; &lt;br /&gt;Tools included in the C# port are: &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;a sentence splitter&lt;/li&gt;&lt;li&gt;a tokenizer&lt;/li&gt;&lt;li&gt;a part-of-speech tagger&lt;/li&gt;&lt;li&gt;a chunker (used to &amp;quot;find non-recursive syntactic annotations such as noun phrase chunks&amp;quot;)&lt;/li&gt;&lt;li&gt;a parser&lt;/li&gt;&lt;li&gt;a name finder&lt;/li&gt;&lt;li&gt;a coreference tool&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;All of these tools are driven by maximum entropy models processed by the SharpEntropy library.&lt;br /&gt; &lt;br /&gt;&lt;a href="http://www.codeplex.com/Wiki/View.aspx?ProjectName=sharpnlp&amp;amp;title=How%20can%20I%20help%3f"&gt;How can I help?&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.codeplex.com/Wiki/View.aspx?ProjectName=sharpnlp&amp;amp;title=Developer%20Guide"&gt;Developer Guide&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;More information can be obtained from these CodeProject articles:&lt;br /&gt; &lt;br /&gt;&lt;a href="http://www.codeproject.com/csharp/englishparsing.asp"&gt;http://www.codeproject.com/csharp/englishparsing.asp&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.codeproject.com/cs/library/sharpentropy.asp"&gt;http://www.codeproject.com/cs/library/sharpentropy.asp&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;&lt;b&gt;How to use this page&lt;/b&gt;&lt;br /&gt;The Project home page is the place that team members and visitors will go to find out about your project. Here are some ideas about what to put on this page:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;News&lt;/li&gt;&lt;li&gt;Frequently Asked Questions (FAQ)&lt;/li&gt;&lt;li&gt;Project information (the text from your project description, for example)&lt;/li&gt;&lt;li&gt;Project documentation&lt;/li&gt;&lt;li&gt;Development methodologies&lt;/li&gt;&lt;li&gt;Release process&lt;/li&gt;&lt;li&gt;Current issues&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;b&gt;What is a Wiki page?&lt;/b&gt;&lt;br /&gt;If you are active on the Internet, chances are you've visited a Wiki page--perhaps even edited one. Simply put, a Wiki is a collection of Web pages that can be edited by anybody with sufficient permission to do so. Wiki pages are easy to edit using a set of simple markup tags that allow you to format text, add images, and create links. A &lt;b&gt;Quick Wiki Markup Guide&lt;/b&gt; appears to the right of the &lt;b&gt;Edit&lt;/b&gt; page as a reference.&lt;br /&gt;
&lt;/div&gt;</description><author>richardn</author><pubDate>Mon, 04 Dec 2006 22:42:17 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20061204104217P</guid></item><item><title>UPDATED WIKI: Developer Guide</title><link>http://www.codeplex.com/Wiki/View.aspx?ProjectName=sharpnlp&amp;title=Developer Guide&amp;version=3</link><description>&lt;p&gt;
&lt;b&gt;Developer Guide for SharpNLP&lt;/b&gt;&lt;br/&gt;
&lt;/p&gt;
&lt;p&gt;
Source deployment:&lt;br/&gt;
Download the latest source, and run &lt;b&gt;msbuild FullBuild.csproj&lt;/b&gt; .&lt;br/&gt;
&lt;/p&gt;
&lt;p&gt;
Below is the solution / dependency tree of the project:&lt;br/&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;img src="http://www.codeplex.com/Project/FileDownload.aspx?ProjectName=sharpnlp&amp;CountDownload=False&amp;DownloadId=1781" alt="ProjectDependency.jpg" /&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
References:&lt;br/&gt;
&lt;ul&gt;&lt;li&gt;SQLite.NET is the ADO.NET 2.0 Provider for SQLite&lt;/li&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://sqlite.phxsoftware.com/"&gt;http://sqlite.phxsoftware.com/&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/ul&gt;&lt;br/&gt;
&lt;/p&gt;
</description><author>SDragon</author><pubDate>Sat, 02 Sep 2006 23:16:40 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Developer Guide 20060902111640P</guid></item><item><title>UPDATED WIKI: Developer Guide</title><link>http://www.codeplex.com/Wiki/View.aspx?ProjectName=sharpnlp&amp;title=Developer Guide&amp;version=2</link><description>&lt;p&gt;
&lt;b&gt;Developer Guide for SharpNLP&lt;/b&gt;&lt;br/&gt;
&lt;/p&gt;
&lt;p&gt;
Below is the solution / dependency tree of the project:&lt;br/&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;img src="http://www.codeplex.com/Project/FileDownload.aspx?ProjectName=sharpnlp&amp;CountDownload=False&amp;DownloadId=1781" alt="ProjectDependency.jpg" /&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
References:&lt;br/&gt;
&lt;ul&gt;&lt;li&gt;SQLite.NET is the ADO.NET 2.0 Provider for SQLite&lt;/li&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://sqlite.phxsoftware.com/"&gt;http://sqlite.phxsoftware.com/&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/ul&gt;&lt;br/&gt;
&lt;/p&gt;
</description><author>SDragon</author><pubDate>Sat, 02 Sep 2006 23:12:49 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Developer Guide 20060902111249P</guid></item><item><title>UPDATED WIKI: Source documentation</title><link>http://www.codeplex.com/Wiki/View.aspx?ProjectName=sharpnlp&amp;title=Source documentation&amp;version=1</link><description>&lt;p&gt;
&lt;b&gt;Source documentation&lt;/b&gt;&lt;br/&gt;
&lt;/p&gt;
&lt;p&gt;
Below is the solution / dependency tree of the project:&lt;br/&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;img src="http://www.codeplex.com/Project/FileDownload.aspx?ProjectName=sharpnlp&amp;CountDownload=False&amp;DownloadId=1781" alt="ProjectDependency.jpg" /&gt;
&lt;/p&gt;
&lt;p&gt;
References:&lt;br/&gt;
&lt;ul&gt;&lt;li&gt;SQLite.NET is the ADO.NET 2.0 Provider for SQLite&lt;/li&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://sqlite.phxsoftware.com/"&gt;http://sqlite.phxsoftware.com/&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/ul&gt;&lt;br/&gt;
&lt;/p&gt;
</description><author>SDragon</author><pubDate>Fri, 01 Sep 2006 00:17:07 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Source documentation 20060901121707A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/Wiki/View.aspx?ProjectName=sharpnlp&amp;title=Home&amp;version=4</link><description>&lt;p&gt;
&lt;b&gt;Project Home Page&lt;/b&gt;&lt;br/&gt;
OpenNLP is both the name of a group of open source projects (&lt;a href="http://opennlp.sourceforge.net"&gt;http://opennlp.sourceforge.net&lt;/a&gt;) related to natural language processing (NLP), and the name of a library of NLP tools written in Java (&lt;a href="http://sourceforge.net/projects/opennlp"&gt;http://sourceforge.net/projects/opennlp&lt;/a&gt;) by Jason Baldridge, Tom Morton, and Gann Bierner. SharpNLP is a C# port of the Java OpenNLP tools, plus additional code to facilitate natural language processing.&lt;br/&gt;
&lt;/p&gt;
&lt;p&gt;
Tools included in the C# port are: &lt;br/&gt;
&lt;ul&gt;&lt;li&gt;a sentence splitter&lt;/li&gt;
&lt;li&gt;a tokenizer&lt;/li&gt;
&lt;li&gt;a part-of-speech tagger&lt;/li&gt;
&lt;li&gt;a chunker (used to "find non-recursive syntactic annotations such as noun phrase chunks")&lt;/li&gt;
&lt;li&gt;a parser&lt;/li&gt;
&lt;li&gt;a name finder&lt;/li&gt;
&lt;/ul&gt;&lt;/p&gt;
&lt;p&gt;
The Java library also includes a tool for co-reference resolution, which is currently in the process of being ported to C#. All of these tools are driven by maximum entropy models processed by the SharpEntropy library.&lt;br/&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://www.codeplex.com/Wiki/View.aspx?ProjectName=sharpnlp&amp;amp;title=How%20can%20I%20help%3f"&gt;How can I help?&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://www.codeplex.com/Wiki/View.aspx?ProjectName=sharpnlp&amp;amp;title=Source%20documentation"&gt;Source documentation&lt;/a&gt;&lt;br/&gt;
&lt;/p&gt;
&lt;p&gt;
Before the project is fully moved over to CodePlex, you can access more information here:&lt;br/&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://www.codeproject.com/csharp/englishparsing.asp"&gt;http://www.codeproject.com/csharp/englishparsing.asp&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://www.codeproject.com/cs/library/sharpentropy.asp"&gt;http://www.codeproject.com/cs/library/sharpentropy.asp&lt;/a&gt;&lt;br/&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;b&gt;How to use this page&lt;/b&gt;&lt;br/&gt;
The Project home page is the place that team members and visitors will go to find out about your project. Here are some ideas about what to put on this page:&lt;br/&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;ul&gt;&lt;li&gt;News&lt;/li&gt;
&lt;li&gt;Frequently Asked Questions (FAQ)&lt;/li&gt;
&lt;li&gt;Project information (the text from your project description, for example)&lt;/li&gt;
&lt;li&gt;Project documentation&lt;/li&gt;
&lt;li&gt;Development methodologies&lt;/li&gt;
&lt;li&gt;Release process&lt;/li&gt;
&lt;li&gt;Current issues&lt;/li&gt;
&lt;/ul&gt;&lt;/p&gt;
&lt;p&gt;
&lt;b&gt;What is a Wiki page?&lt;/b&gt;&lt;br/&gt;
If you are active on the Internet, chances are you've visited a Wiki page--perhaps even edited one. Simply put, a Wiki is a collection of Web pages that can be edited by anybody with sufficient permission to do so. Wiki pages are easy to edit using a set of simple markup tags that allow you to format text, add images, and create links. A &lt;b&gt;Quick Wiki Markup Guide&lt;/b&gt; appears to the right of the &lt;b&gt;Edit&lt;/b&gt; page as a reference.&lt;br/&gt;
&lt;br/&gt;
&lt;/p&gt;
</description><author>SDragon</author><pubDate>Fri, 01 Sep 2006 00:10:59 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20060901121059A</guid></item><item><title>CREATED WIKI: Source documentation</title><link>http://www.codeplex.com/Wiki/View.aspx?ProjectName=sharpnlp&amp;title=Source documentation</link><description></description><author>SDragon</author><pubDate>Fri, 01 Sep 2006 00:10:59 GMT</pubDate><guid isPermaLink="false">CREATED WIKI: Source documentation 20060901121059A</guid></item><item><title>CREATED WIKI: How can I help?</title><link>http://www.codeplex.com/Wiki/View.aspx?ProjectName=sharpnlp&amp;title=How can I help?</link><description></description><author>SDragon</author><pubDate>Fri, 01 Sep 2006 00:10:59 GMT</pubDate><guid isPermaLink="false">CREATED WIKI: How can I help? 20060901121059A</guid></item></channel></rss>