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 file \Perceptron\PerceptronTrainer.cs needs to be converted from Java to C#. The original source Java file is here: \opennlp\opennlp-maxent\src\main\java\opennlp\perceptron\perceptrontrainer.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\PerceptronModelWriter.cs needs to be converted from Java to C#. The original source Java file is here: \opennlp\opennlp-maxent\src\main\java\opennlp\perceptron\perceptronmodelwriter.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\PerceptronModelReader.cs needs to be converted from Java to C#. The original source Java file is here: \opennlp\opennlp-maxent\src\main\java\opennlp\perceptron\perceptronmodelreader.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\PerceptronModel.cs needs to be converted from Java to C#. The original source Java file is here: \opennlp\opennlp-maxent\src\main\java\opennlp\perceptron\perceptronmodel.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\BinaryPerceptronModelWriter.cs needs to be converted from Java to C#. The original source Java file is here: \opennlp\opennlp-maxent\src\main\java\opennlp\perceptron\binaryperceptronmodelwriter.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\BinaryPerceptronModelReader.cs needs to be converted from Java to C#. The original source Java file is here: \opennlp\opennlp-maxent\src\main\java\opennlp\perceptron\binaryperceptronmodelreader.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 \Model\TwoPassDataIndexer.cs needs to be converted from Java to C#. The original source Java file is here: \opennlp\opennlp-maxent\src\main\java\opennlp\model\twopassdataindexer.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 \Model\RealValueFileEventStream.cs needs to be converted from Java to C#. The original source Java file is here: \opennlp\opennlp-maxent\src\main\java\opennlp\model\realvaluefileeventstream.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 \Model\PlainTextFileDataReader.cs needs to be converted from Java to C#. The original source Java file is here: \opennlp\opennlp-maxent\src\main\java\opennlp\model\plaintextfiledatareader.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 \Model\OnePassRealValueDataIndexer.cs needs to be converted from Java to C#. The original source Java file is here: \opennlp\opennlp-maxent\src\main\java\opennlp\model\onepassrealvaluedataindexer.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/