<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>sharpnlp Forum Rss Feed</title><link>http://www.codeplex.com/Project/ListForums.aspx?ProjectName=sharpnlp</link><description>sharpnlp Forum Rss Description</description><item><title>New Post: The maximum entropy models that you have for download are linked with Reuters Corpus?</title><link>http://sharpnlp.codeplex.com/discussions/440629</link><description>&lt;div style="line-height: normal;"&gt;I have download the maximum entropy models that drive the nlp tools and iam wondering if they linked with data library like Reuters corpus&lt;br /&gt;
&lt;/div&gt;</description><author>tsamers</author><pubDate>Wed, 17 Apr 2013 15:47:46 GMT</pubDate><guid isPermaLink="false">New Post: The maximum entropy models that you have for download are linked with Reuters Corpus? 20130417034746P</guid></item><item><title>New Post: Is there a German model and how to add your own abbreviations? </title><link>http://sharpnlp.codeplex.com/discussions/437401</link><description>&lt;div style="line-height: normal;"&gt;I'd be interested in a response to this (also Dutch, French and Spanish lang support)&lt;br /&gt;
&lt;br /&gt;
Thanks&lt;br /&gt;
&lt;br /&gt;
Mike &lt;br /&gt;
&lt;/div&gt;</description><author>mkimber</author><pubDate>Mon, 15 Apr 2013 14:06:21 GMT</pubDate><guid isPermaLink="false">New Post: Is there a German model and how to add your own abbreviations?  20130415020621P</guid></item><item><title>New Post: Is this project dead?</title><link>http://sharpnlp.codeplex.com/discussions/440333</link><description>&lt;div style="line-height: normal;"&gt;Hi all, &lt;br /&gt;
&lt;br /&gt;
In case someone is reading this, I am wondering whether or not SharpNLP is still being actively developed. I posted a question to the forum on 20th of March, to which I haven't received an answer, yet. Also, the last release seems to be from 2006 ?!&lt;br /&gt;
So, if SharpNLP is not being developed anymore, are there any good C# alternatives out there? (I am aware of GATE and OpenNLP)&lt;br /&gt;
&lt;br /&gt;
Cheers, &lt;br /&gt;
&lt;br /&gt;
Martin &lt;br /&gt;
&lt;/div&gt;</description><author>mwunderlich</author><pubDate>Mon, 15 Apr 2013 14:06:06 GMT</pubDate><guid isPermaLink="false">New Post: Is this project dead? 20130415020606P</guid></item><item><title>New Post: Is there a German model and how to add your own abbreviations? </title><link>http://sharpnlp.codeplex.com/discussions/437401</link><description>&lt;div style="line-height: normal;"&gt;Hi, &lt;br /&gt;
&lt;br /&gt;
I just got started digging into SharpNLP and I am very excited about the possibilities it provides. To get started, I was trying to use the sentence detector and it worked fine on an English text. Is there also a maxent model available for German? Actually, is there a complete list of supported languages somewhere?&lt;br /&gt;
I was also wondering how one could provide your own list of abbreviations of the sentence detector to use. Is this possible? &lt;br /&gt;
&lt;br /&gt;
Cheers, &lt;br /&gt;
&lt;br /&gt;
Martin&lt;br /&gt;
&lt;/div&gt;</description><author>mwunderlich2</author><pubDate>Wed, 20 Mar 2013 19:37:38 GMT</pubDate><guid isPermaLink="false">New Post: Is there a German model and how to add your own abbreviations?  20130320073738P</guid></item><item><title>New Post: An easy(ish) alternative to porting OpenNlp to C#</title><link>http://sharpnlp.codeplex.com/discussions/263620</link><description>&lt;div style="line-height: normal;"&gt;Cheers k0ss,&lt;br /&gt;
&lt;br /&gt;
Not really got as much time as i'd like for NLP at the moment, but will give it a try when i can.&lt;br /&gt;
&lt;br /&gt;
Cheers&lt;br /&gt;
&lt;/div&gt;</description><author>greeny</author><pubDate>Fri, 22 Feb 2013 20:15:09 GMT</pubDate><guid isPermaLink="false">New Post: An easy(ish) alternative to porting OpenNlp to C# 20130222081509P</guid></item><item><title>New Post: An easy(ish) alternative to porting OpenNlp to C#</title><link>http://sharpnlp.codeplex.com/discussions/263620</link><description>&lt;div style="line-height: normal;"&gt;Hello, folks - using parser is straight forward - the same way as you would do in java. Here is an example :&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;        try
        {
            fileInputStream = new FileInputStream(string.Concat(ModelPath, &amp;quot;en-parser-chunking.bin&amp;quot;));

            try
            {
                ParserModel model = new ParserModel(fileInputStream);
                this.FParser = ParserFactory.create(model);
            }
   var strBldr = new java.lang.StringBuffer();


        string directoryName = Path.GetDirectoryName(Assembly.GetExecutingAssembly().GetName().CodeBase);
        var ModelPath = string.Concat((new Uri(directoryName)).LocalPath, &amp;quot;\\Models\\&amp;quot;);

        topParses = ParserTool.parseLine(InputText, FParser, 1);
        foreach (var topParse in topParses)
        {
            topParse.show(strBldr);
        }

        }
&lt;/code&gt;&lt;/pre&gt;

It works perfectly fine. Loading model takes about 3-4 seconds however - it looks longer than in native java solution. But parsing time seems fine. No performace testing have been performed so far.&lt;br /&gt;
&lt;/div&gt;</description><author>k0ss</author><pubDate>Thu, 21 Feb 2013 19:59:10 GMT</pubDate><guid isPermaLink="false">New Post: An easy(ish) alternative to porting OpenNlp to C# 20130221075910P</guid></item><item><title>New Post: How can I extract triplet (subject, predicate, object) from sentence using SharpNLP</title><link>http://sharpnlp.codeplex.com/discussions/391644</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hello everyone -&lt;/p&gt;
&lt;p&gt;I am also working on the extraction of Triplets. Is anybody knows about any tool which generates the triplets from a given sentence? If you know any tool online, please let me know.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;br&gt;
Kathir&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;</description><author>kathirvel21</author><pubDate>Fri, 04 Jan 2013 12:05:32 GMT</pubDate><guid isPermaLink="false">New Post: How can I extract triplet (subject, predicate, object) from sentence using SharpNLP 20130104120532P</guid></item><item><title>New Post: An easy(ish) alternative to porting OpenNlp to C#</title><link>http://sharpnlp.codeplex.com/discussions/263620</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Cheers Zuvvy, you're most welcome.&lt;br&gt;
&lt;br&gt;
I'm afraid i don't have any spare time to devote to any collaboration at the moment,&lt;br&gt;
but i hope you get some interest.&lt;br&gt;
&lt;br&gt;
Cheers&lt;br&gt;
Paul&lt;/p&gt;
&lt;/div&gt;</description><author>greeny</author><pubDate>Mon, 26 Nov 2012 15:53:04 GMT</pubDate><guid isPermaLink="false">New Post: An easy(ish) alternative to porting OpenNlp to C# 20121126035304P</guid></item><item><title>New Post: An easy(ish) alternative to porting OpenNlp to C#</title><link>http://sharpnlp.codeplex.com/discussions/263620</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Much obliged Paul! &amp;nbsp;Exactly what I was looking for.&lt;/p&gt;
&lt;p&gt;Anyone else using OpenNlp in .Net potentially looking collaborate on a library?&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;</description><author>zuvvy</author><pubDate>Mon, 26 Nov 2012 12:13:32 GMT</pubDate><guid isPermaLink="false">New Post: An easy(ish) alternative to porting OpenNlp to C# 20121126121332P</guid></item><item><title>New Post: How can I extract triplet (subject, predicate, object) from sentence using SharpNLP</title><link>http://sharpnlp.codeplex.com/discussions/391644</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi, everyone!&lt;/p&gt;
&lt;p&gt;Can you help me.&lt;/p&gt;
&lt;p&gt;Now I am developing program for extracting triplet (subject, predicate, object) from sentence.&amp;nbsp; I read article about extraction http://ailab.ijs.si/delia_rusu/Papers/is_2007.pdf,&amp;nbsp; coded algorithm, but it is not working. Maybe somebody knows how
 to solve this task using SharpNLP?&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;</description><author>Kvadrilius</author><pubDate>Wed, 15 Aug 2012 05:28:27 GMT</pubDate><guid isPermaLink="false">New Post: How can I extract triplet (subject, predicate, object) from sentence using SharpNLP 20120815052827A</guid></item><item><title>New Post: An easy(ish) alternative to porting OpenNlp to C#</title><link>http://sharpnlp.codeplex.com/discussions/263620</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;For what it's worth, i was able to take Paul's version of Open NLP and use it to generate some visuals that are a little easier to interpret (at least for my brain). &amp;nbsp;You can find an example image here&lt;/p&gt;
&lt;p&gt;(http://dl.dropbox.com/u/38604282/output.png)&lt;/p&gt;
&lt;p&gt;The debugging code is kind of rooted in my application, but i'd be happy to share if anyone is interested.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks!&lt;br /&gt;Dave.&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>DRedding</author><pubDate>Wed, 15 Aug 2012 04:25:26 GMT</pubDate><guid isPermaLink="false">New Post: An easy(ish) alternative to porting OpenNlp to C# 20120815042526A</guid></item><item><title>New Post: An easy(ish) alternative to porting OpenNlp to C#</title><link>http://sharpnlp.codeplex.com/discussions/263620</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi Dave,&lt;br&gt;
You are most welcome.&lt;br&gt;
&lt;br&gt;
Sorry, i got myself in a bit of a muddle with mail.jar there.&lt;br&gt;
You can download&lt;strong&gt; javamail1_4_5.zip&lt;/strong&gt; from&lt;br&gt;
&lt;a title="http://www.oracle.com/technetwork/java/javasebusiness/downloads/java-archive-downloads-eeplat-419426.html#javamail-1.4.5-oth-JPR" href="http://www.oracle.com/technetwork/java/javasebusiness/downloads/java-archive-downloads-eeplat-419426.html#javamail-1.4.5-oth-JPR"&gt;http://www.oracle.com/technetwork/java/javasebusiness/downloads/java-archive-downloads-eeplat-419426.html#javamail-1.4.5-oth-JPR&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;mail.jar&lt;/strong&gt; is in that zip file&amp;nbsp; (sorry,i can't give a&amp;nbsp; direct download as you have to accept their t&amp;amp;c's)&lt;br&gt;
It's probably not necessary to include it, but at least you will know it's not that causing your problems.&lt;br&gt;
&lt;br&gt;
I can't really help with your main problem, although i have a strong hunch it's something to do with permissions.&lt;br&gt;
Perhaps running a command window as administrator might help.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Glad you could at least run the little demo, you can always use the&amp;nbsp; opennlp.dll&amp;nbsp; from that in your own projects.&lt;br&gt;
&lt;br&gt;
Cheers&lt;br&gt;
Paul&lt;/p&gt;
&lt;/div&gt;</description><author>greeny</author><pubDate>Wed, 01 Aug 2012 15:53:00 GMT</pubDate><guid isPermaLink="false">New Post: An easy(ish) alternative to porting OpenNlp to C# 20120801035300P</guid></item><item><title>New Post: An easy(ish) alternative to porting OpenNlp to C#</title><link>http://sharpnlp.codeplex.com/discussions/263620</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi Paul.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks for the Update!&lt;/p&gt;
&lt;p&gt;I'm still running into the same issue as early(Double checking to unblock the zips and doing everything I can to make sure the files are free and clear). But i'll keep plugging away at it.&lt;/p&gt;
&lt;p&gt;Edit: &amp;nbsp;I was able to d/l your demo app and run that though. &amp;nbsp;Thanks for all the great help!&lt;/p&gt;
&lt;p&gt;&lt;br&gt;
One thing I did note is that the D/l of UIMA doesn't seem to have the mail.jar in it's lib folder ( or any folder for that matter). &amp;nbsp;Any advice on where it could be found?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks!&lt;br&gt;
Dave.&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;</description><author>DRedding</author><pubDate>Tue, 31 Jul 2012 16:11:29 GMT</pubDate><guid isPermaLink="false">New Post: An easy(ish) alternative to porting OpenNlp to C# 20120731041129P</guid></item><item><title>New Post: An easy(ish) alternative to porting OpenNlp to C#</title><link>http://sharpnlp.codeplex.com/discussions/263620</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;UPDATE FOR VERSION 1.5.2&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Hi,&lt;br&gt;
Here is an alternative to to porting the java OpenNlp code to C#.&lt;/p&gt;
&lt;p&gt;Using the amazing IKVM&amp;nbsp; &lt;a href="http://www.ikvm.net/index.html" target="_blank"&gt;
http://www.ikvm.net/index.html&lt;/a&gt; the java files can be converted to a .Net assembly (dll).&lt;br&gt;
Thus allowing you to use the latest releases of Opennlp from C# (or any other .net language).&lt;br&gt;
I have done this, and so far it is working very well.&lt;/p&gt;
&lt;p&gt;Here is a quick guide if you're interested.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;(Don't forget to unblock any downloaded files, by right clicking on Zip file &amp;ndash; Properties - Unblock)&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p style="margin-bottom:0cm"&gt;Download &amp;amp; extract the latest OpenNlp release from
&lt;a title="http://opennlp.apache.org/cgi-bin/download.cgi" href="http://opennlp.apache.org/cgi-bin/download.cgi"&gt;
http://opennlp.apache.org/cgi-bin/download.cgi&lt;/a&gt; . At the time of writing this is&amp;nbsp;
&lt;em&gt;apache-opennlp-1.5.2-incubating-bin.zip &lt;/em&gt;&lt;/p&gt;
&lt;/li&gt;&lt;li&gt;
&lt;p&gt;The four .jar&amp;nbsp; files (&lt;strong&gt;&lt;em&gt;opennlp-maxent-3.0.2-incubating.jar, &amp;nbsp; jwnl-1.3.3.jar, &amp;nbsp; opennlp-tools-1.5.2-incubating.jar, opennlp-uima-1.5.2-incubating.jar
&lt;/em&gt;&lt;/strong&gt;) in the lib folder can be used to compile a .net assembly as follows.&lt;/p&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p style="margin-bottom:0cm"&gt;Download &amp;amp; Extract Apache UIMA sdk from &lt;a href="http://uima.apache.org/downloads.cgi#Latest%20Official%20Releases"&gt;
http://uima.apache.org/downloads.cgi#Latest%20Official%20Releases&lt;/a&gt; At the time of writing this is
&lt;strong&gt;uimaj-2.4.0-bin.zip&lt;/strong&gt;&lt;/p&gt;
&lt;p style="margin-bottom:0cm; font-weight:normal"&gt;Two jar files required are &lt;strong&gt;
uima-core.jar &lt;/strong&gt;and&lt;strong&gt; mail.jar&lt;/strong&gt; in the lib folder&lt;/p&gt;
&lt;/li&gt;&lt;li&gt;
&lt;p style="margin-bottom:0cm"&gt;Download &amp;amp; extract the latest IKVM from &lt;a href="http://sourceforge.net/projects/ikvm/files/" target="_blank"&gt;
http://sourceforge.net/projects/ikvm/files/&lt;/a&gt;&amp;nbsp; At the time of writing this is&lt;em&gt; version?
&lt;/em&gt;&lt;strong&gt;&lt;a href="http://sourceforge.net/projects/ikvm/files/latest/download?source=files"&gt;&lt;span style="color:#000000"&gt;&lt;span style="text-decoration:none"&gt;&lt;strong&gt;ikvmbin-7.1.4532.2.zip&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/strong&gt;&lt;em&gt;
&lt;/em&gt;&lt;/p&gt;
&lt;/li&gt;&lt;li&gt;
&lt;p style="margin-bottom:0cm"&gt;For simplicity, copy the five &lt;strong&gt;.jar&lt;/strong&gt; files above into the&lt;strong&gt;&lt;em&gt; ikvmbin-7.1.4532.2/bin&lt;/em&gt; folder&lt;/strong&gt;&lt;/p&gt;
&lt;/li&gt;&lt;li&gt;
&lt;p style="margin-bottom:0cm"&gt;From a command window, In the &lt;strong&gt;ikvmbin-7.1.4532.2&lt;/strong&gt;&lt;em&gt;/bin&lt;/em&gt; folder use IKVMC &amp;amp; the above five jar files&amp;nbsp; make the
&lt;strong&gt;opennlp.dll&lt;/strong&gt; as follows:&lt;/p&gt;
&lt;/li&gt;&lt;li&gt;
&lt;p style="margin-bottom:0cm"&gt;&lt;strong&gt;ikvmc -target:library -assembly:opennlp opennlp-maxent-3.0.2-incubating.jar jwnl-1.3.3.jar opennlp-uima-1.5.2-incubating.jar opennlp-tools-1.5.2-incubating.jar uima-core.jar mail.jar&lt;/strong&gt;&lt;/p&gt;
&lt;p style="margin-bottom:0cm"&gt;&lt;span style="font-weight:normal"&gt;Note:&lt;/span&gt;&lt;strong&gt;
&lt;/strong&gt;&lt;span style="font-weight:normal"&gt;There are some errors in the compilation due to missing references log4j-x.x.x.jar &amp;amp; javax.jms.jar but they don't cause a problem &amp;amp; i'm trying to keep things as simple as possble.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;&lt;li&gt;
&lt;p style="margin-bottom:0cm"&gt;Copy the following from the&lt;em&gt; &lt;/em&gt;&lt;em&gt;&lt;strong&gt;ikvmbin-7.1.4532.2&lt;/strong&gt;&lt;/em&gt;&lt;em&gt;/&lt;/em&gt;&lt;em&gt;&lt;strong&gt;bin&lt;/strong&gt;&lt;/em&gt; folder to your project folder (or the folder of your choice)&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p style="margin-bottom:0cm"&gt;&amp;nbsp;opennlp.dll (the assembly you have just created)&lt;/p&gt;
&lt;/li&gt;&lt;li&gt;
&lt;p style="margin-bottom:0cm"&gt;IKVM.Runtime.dll&lt;/p&gt;
&lt;/li&gt;&lt;li&gt;
&lt;p style="margin-bottom:0cm"&gt;IKVM.OpenJDK.Core.dll&lt;/p&gt;
&lt;/li&gt;&lt;li&gt;
&lt;p style="margin-bottom:0cm"&gt;IKVM.OpenJDK.Jdbc.dll&lt;/p&gt;
&lt;/li&gt;&lt;li&gt;
&lt;p style="margin-bottom:0cm"&gt;IKVM.OpenJDK.Text.dll&lt;/p&gt;
&lt;/li&gt;&lt;li&gt;
&lt;p style="margin-bottom:0cm"&gt;IKVM.OpenJDK.Util.dll&lt;/p&gt;
&lt;/li&gt;&lt;li&gt;
&lt;p style="margin-bottom:0cm"&gt;IKVM.OpenJDK.XML.API.dll&lt;/p&gt;
&lt;/li&gt;&lt;li&gt;
&lt;p style="margin-bottom:0cm; font-weight:normal"&gt;IKVM.OpenJDK.Charsets.dll&amp;nbsp; (Thanks carl4os)&lt;/p&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;(I found using reflection which IKVM dll's are referenced in the opennlp.dll )&lt;/p&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;Add references to these assemblies in your project &amp;amp; use at will :-)&lt;/p&gt;
&lt;p&gt;You will need the models for your language from&lt;a href="http://opennlp.sourceforge.net/models-1.5/" target="_blank"&gt; http://opennlp.sourceforge.net/models-1.5/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The OpenNlp manual is a good place to start &lt;a href="http://incubator.apache.org/opennlp/documentation/manual/opennlp.html" target="_blank"&gt;
http://incubator.apache.org/opennlp/documentation/manual/opennlp.html&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Note: This is still a java in .net clothes, so care has to be taken over some things.&lt;br&gt;
e.g when loading models the inputstreams are java types (referenced from the assemblies above)&lt;/p&gt;
&lt;pre&gt;string modelpath = &amp;quot;C:\models\&amp;quot;;  \\Wherever you've stored your downloaded models
java.io.FileInputStream modelInpStream = new java.io.FileInputStream(ModelPath &amp;#43; &amp;quot;en-sent.bin&amp;quot;);
opennlp.tools.sentdetect.SentenceModel sentenceModel =new opennlp.tools.sentdetect.SentenceModel(modelInpStream);
opennlp.tools.sentdetect.SentenceDetectorME SentenceDetectorME=new opennlp.tools.sentdetect.SentenceDetectorME(sentenceModel); &lt;/pre&gt;
&lt;p&gt;Mostly though it seems to be very straightforward &amp;amp; works well.&lt;/p&gt;
&lt;p&gt;Once set up it takes only a few seconds to create an opennlp.dll assembly from the latest releases&lt;br&gt;
and so it is very easy to keep it bang up to date.&lt;/p&gt;
&lt;p&gt;I have a VERY basic demo program that i quickly knocked up. I've bundled it all up as a c# Winforms project already compiled so you can just extract it (don't forget to unblock the zip file first)&amp;nbsp; &amp;amp; run the Nlp.exe In the Bin\debug folder. Of course
 the source code is included as well.&lt;br&gt;
The models are in there too in the debug folder, the program expects the model folder to be in the same folder as nlp.exe (i said it was quick &amp;amp; dirty ;-)&lt;br&gt;
Here's the file (it's ~100Mb !! as it includes the models)&amp;nbsp; &lt;a title="https://dl.dropbox.com/u/24630720/nlp.zip" href="https://dl.dropbox.com/u/24630720/nlp.zip"&gt;
https://dl.dropbox.com/u/24630720/nlp.zip&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;br&gt;
&lt;br&gt;
&lt;/p&gt;
&lt;p&gt;Hope this may be of use to someone.&lt;/p&gt;
&lt;p&gt;Cheers&lt;/p&gt;
&lt;p&gt;Paul&lt;/p&gt;
&lt;p&gt;&lt;br&gt;
&lt;br&gt;
&lt;/p&gt;
&lt;/div&gt;</description><author>greeny</author><pubDate>Tue, 31 Jul 2012 11:25:11 GMT</pubDate><guid isPermaLink="false">New Post: An easy(ish) alternative to porting OpenNlp to C# 20120731112511A</guid></item><item><title>New Post: An easy(ish) alternative to porting OpenNlp to C#</title><link>http://sharpnlp.codeplex.com/discussions/263620</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi,&lt;br&gt;
&lt;br&gt;
I'm not sure what the problem is. Two things spring to mind.&lt;br&gt;
Did you unblock all the zip files you downloaded? (some of the messages are security related)&lt;br&gt;
There is a more current version of IKVM available (7.1.4532.2) that might help.&lt;br&gt;
&lt;br&gt;
Also 1.5.2 introduces dependencies that make the whole job a bit more complicated&lt;br&gt;
I have posted an updated method below which works ok for me.&lt;br&gt;
hopefully it will work for you too.&lt;br&gt;
&lt;br&gt;
Cheers&lt;br&gt;
Paul&lt;/p&gt;
&lt;/div&gt;</description><author>greeny</author><pubDate>Tue, 31 Jul 2012 11:22:00 GMT</pubDate><guid isPermaLink="false">New Post: An easy(ish) alternative to porting OpenNlp to C# 20120731112200A</guid></item><item><title>New Post: An easy(ish) alternative to porting OpenNlp to C#</title><link>http://sharpnlp.codeplex.com/discussions/263620</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I cannot seem to get your solution to work. &amp;nbsp;I keep getting this handy little error. &amp;nbsp;Any ideas what i'm missing?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;...\NLP\ikvm-7.0.4335.0\bin&amp;gt; ikvmc -target:library-assembly:opennlp opennlp-maxent-3.0.2-incubating.jar jwnl-1.3.3.jar opennlp-tools-1.5.2-incubating.jar&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;Unhandled Exception: System.ArgumentException: Index was out of range. Must be non-negative and less than the size of the collection.&amp;nbsp; &amp;nbsp;&lt;/p&gt;
&lt;p&gt;at System.Security.Util.Hex.ConvertHexDigit(Char val)&lt;br /&gt;at System.Security.Util.Hex.DecodeHexString(String hexString)&amp;nbsp; &amp;nbsp;&lt;br /&gt;at System.Security.Policy.StrongNameMembershipCondition.ParseKeyBlob()&amp;nbsp; &amp;nbsp;&lt;br /&gt;at System.Security.Policy.StrongNameMembershipCondition.get_PublicKey()&amp;nbsp; &amp;nbsp;&lt;br /&gt;at System.Security.Policy.StrongNameMembershipCondition.System.Security.Policy.IReportMatchMembershipCondition.Check(Evidence evidence, Object&amp;amp; usedEvidence)&lt;/p&gt;
&lt;p&gt;at System.Security.Policy.PolicyLevel.IsFullTrustAssembly(ArrayList fullTrustAssemblies, Evidence evidence)&amp;nbsp; &amp;nbsp;&lt;br /&gt;at System.Security.Policy.PolicyLevel.Resolve(Evidence evidence, Int32 count,&amp;nbsp;Char[] serializedEvidence)&amp;nbsp; &amp;nbsp;&lt;br /&gt;at System.Security.PolicyManager.CodeGroupResolve(Evidence evidence, BooleansystemPolicy)&amp;nbsp; &amp;nbsp;&lt;br /&gt;at System.Security.PolicyManager.ResolveHelper(Evidence evidence)&amp;nbsp; &amp;nbsp;&lt;br /&gt;at System.Security.PolicyManager.Resolve(Evidence evidence)&amp;nbsp; &amp;nbsp;&lt;br /&gt;at System.Security.SecurityManager.ResolvePolicy(Evidence evidence, PermissionSet reqdPset, PermissionSet optPset, PermissionSet denyPset, PermissionSet&amp;amp; denied, Boolean checkExecutionPermission)&amp;nbsp; &amp;nbsp;&lt;br /&gt;at System.Security.SecurityManager.ResolvePolicy(Evidence evidence, PermissionSet reqdPset, PermissionSet optPset, PermissionSet denyPset, PermissionSet&amp;amp; denied, Int32&amp;amp; securitySpecialFlags, Boolean checkExecutionPermission)&lt;/p&gt;&lt;/div&gt;</description><author>DRedding</author><pubDate>Mon, 30 Jul 2012 16:40:13 GMT</pubDate><guid isPermaLink="false">New Post: An easy(ish) alternative to porting OpenNlp to C# 20120730044013P</guid></item><item><title>New Post: I have an improvement to the Tokenizer</title><link>http://sharpnlp.codeplex.com/discussions/348949</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I know this reply is&amp;nbsp;coming&amp;nbsp;a little late, but I would most&amp;nbsp;defiantly&amp;nbsp;be interested in any updates that bring this bad boy up to snuff.&lt;/p&gt;&lt;/div&gt;</description><author>DRedding</author><pubDate>Mon, 30 Jul 2012 15:47:02 GMT</pubDate><guid isPermaLink="false">New Post: I have an improvement to the Tokenizer 20120730034702P</guid></item><item><title>New Post: I have a threadsafe version</title><link>http://sharpnlp.codeplex.com/discussions/357078</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Sounds interesting. Could you share your code with us?&lt;/p&gt;&lt;/div&gt;</description><author>justinflang</author><pubDate>Fri, 15 Jun 2012 15:42:40 GMT</pubDate><guid isPermaLink="false">New Post: I have a threadsafe version 20120615034240P</guid></item><item><title>New Post: What is an nbin file?</title><link>http://sharpnlp.codeplex.com/discussions/358782</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi, please excuse my knuckle-head question: &amp;nbsp;What is an nbin file, and what are we supposed to do with this. Where in your documentation does it explain this?&lt;/p&gt;
&lt;p&gt;Thank you,&lt;/p&gt;
&lt;p&gt;JH&lt;/p&gt;
&lt;/div&gt;</description><author>JamesHurst</author><pubDate>Thu, 07 Jun 2012 21:06:52 GMT</pubDate><guid isPermaLink="false">New Post: What is an nbin file? 20120607090652P</guid></item><item><title>New Post: I have a threadsafe version</title><link>http://sharpnlp.codeplex.com/discussions/357078</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I have modified the codes to make it thread safe and also fix some bugs a while back. If anyone have interest I can dig it out and share it when I have time. I also modified netspell and make it much faster(about 10 times according to my coworker's test)
 and threadsafe.&lt;/p&gt;
&lt;/div&gt;</description><author>zsu</author><pubDate>Fri, 25 May 2012 02:15:00 GMT</pubDate><guid isPermaLink="false">New Post: I have a threadsafe version 20120525021500A</guid></item></channel></rss>