SharperNLP
SharperNLP copied to clipboard
A fork of SharpNLP (http://sharpnlp.codeplex.com/), SharperNLP is also a collection of natural language processing tools written in C#.
The structure of the OpenNLP project has changed pretty drastically since SharpNLP was created back in 2006. Update the project structure to match the new project structure.
The file \Properties\AssemblyInfo.cs needs to be converted from Java to C#. The original source Java file is here: \opennlp\opennlp-maxent\src\test\java\opennlp\properties\assemblyinfo.java You can view the Java file online underneath this path: http://svn.apache.org/viewvc/incubator/opennlp/trunk/opennlp-maxent/src/test/java/opennlp/
The file \Model\IndexHashTableTest.cs needs to be converted from Java to C#. The original source Java file is here: \opennlp\opennlp-maxent\src\test\java\opennlp\model\indexhashtabletest.java You can view the Java file online underneath this path: http://svn.apache.org/viewvc/incubator/opennlp/trunk/opennlp-maxent/src/test/java/opennlp/
The file \MaxEnt\Io\RealValueFileEventStreamTest.cs needs to be converted from Java to C#. The original source Java file is here: \opennlp\opennlp-maxent\src\test\java\opennlp\maxent\io\realvaluefileeventstreamtest.java You can view the Java file online underneath this path: http://svn.apache.org/viewvc/incubator/opennlp/trunk/opennlp-maxent/src/test/java/opennlp/
The file \MaxEnt\RealValueModelTest.cs needs to be converted from Java to C#. The original source Java file is here: \opennlp\opennlp-maxent\src\test\java\opennlp\maxent\realvaluemodeltest.java You can view the Java file online underneath this path: http://svn.apache.org/viewvc/incubator/opennlp/trunk/opennlp-maxent/src/test/java/opennlp/
The file \Properties\AssemblyInfo.cs needs to be converted from Java to C#. The original source Java file is here: \opennlp\opennlp-maxent\src\main\java\opennlp\properties\assemblyinfo.java You can view the Java file online underneath this path: http://svn.apache.org/viewvc/incubator/opennlp/trunk/opennlp-maxent/src/main/java/opennlp/
The file \Perceptron\SuffixSensitivePerceptronModelWriter.cs needs to be converted from Java to C#. The original source Java file is here: \opennlp\opennlp-maxent\src\main\java\opennlp\perceptron\suffixsensitiveperceptronmodelwriter.java You can view the Java file online underneath this path: http://svn.apache.org/viewvc/incubator/opennlp/trunk/opennlp-maxent/src/main/java/opennlp/
The file \Perceptron\SimplePerceptronSequenceTrainer.cs needs to be converted from Java to C#. The original source Java file is here: \opennlp\opennlp-maxent\src\main\java\opennlp\perceptron\simpleperceptronsequencetrainer.java You can view the Java file online underneath this path: http://svn.apache.org/viewvc/incubator/opennlp/trunk/opennlp-maxent/src/main/java/opennlp/
The file \Perceptron\PlainTextPerceptronModelWriter.cs needs to be converted from Java to C#. The original source Java file is here: \opennlp\opennlp-maxent\src\main\java\opennlp\perceptron\plaintextperceptronmodelwriter.java You can view the Java file online underneath this path: http://svn.apache.org/viewvc/incubator/opennlp/trunk/opennlp-maxent/src/main/java/opennlp/
The file \Perceptron\PlainTextPerceptronModelReader.cs needs to be converted from Java to C#. The original source Java file is here: \opennlp\opennlp-maxent\src\main\java\opennlp\perceptron\plaintextperceptronmodelreader.java You can view the Java file online underneath this path: http://svn.apache.org/viewvc/incubator/opennlp/trunk/opennlp-maxent/src/main/java/opennlp/