jar

org.maochen.nlp : CoreNLP-Experimental

Maven & Gradle

Jul 25, 2015
0 stars

Experiment Stuff, shouldn't be used anywhere.

Table Of Contents

Latest Version

Download org.maochen.nlp : CoreNLP-Experimental JAR file - Latest Versions:

All Versions

Download org.maochen.nlp : CoreNLP-Experimental JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window CoreNLP-Experimental-1.0.4.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.maochen.nlp.classifier

├─ org.maochen.nlp.classifier.IClassifier.class - [JAR]

├─ org.maochen.nlp.classifier.ModelSerializeUtils.class - [JAR]

org.maochen.nlp.datastructure

├─ org.maochen.nlp.datastructure.DoubleKeyMap.class - [JAR]

├─ org.maochen.nlp.datastructure.LabelIndexer.class - [JAR]

├─ org.maochen.nlp.datastructure.Tuple.class - [JAR]

org.maochen.nlp.utils

├─ org.maochen.nlp.utils.BiFunctionDoublePrimitive.class - [JAR]

├─ org.maochen.nlp.utils.StopwordsGenerator.class - [JAR]

├─ org.maochen.nlp.utils.VectorUtils.class - [JAR]

org.maochen.nlp.classifier.naivebayes

├─ org.maochen.nlp.classifier.naivebayes.NBTrainingEngine.class - [JAR]

├─ org.maochen.nlp.classifier.naivebayes.NaiveBayesClassifier.class - [JAR]

├─ org.maochen.nlp.classifier.naivebayes.NaiveBayesModel.class - [JAR]

org.maochen.nlp.classifier.knn

├─ org.maochen.nlp.classifier.knn.KNNClassifier.class - [JAR]

├─ org.maochen.nlp.classifier.knn.KNNEngine.class - [JAR]

org.maochen.nlp.classifier.maxent

├─ org.maochen.nlp.classifier.maxent.MaxEntClassifier.class - [JAR]

├─ org.maochen.nlp.classifier.maxent.StringEventStream.class - [JAR]

├─ org.maochen.nlp.classifier.maxent.TupleEventStream.class - [JAR]

org.maochen.nlp.wordcorrection

├─ org.maochen.nlp.wordcorrection.SingleWordCorrection.class - [JAR]

├─ org.maochen.nlp.wordcorrection.StringProcessor.class - [JAR]

org.maochen.nlp

├─ org.maochen.nlp.WordCount.class - [JAR]

org.maochen.nlp.classifier.perceptron

├─ org.maochen.nlp.classifier.perceptron.PerceptronClassifier.class - [JAR]

├─ org.maochen.nlp.classifier.perceptron.PerceptronModel.class - [JAR]

org.maochen.nlp.sentencetypeclassifier

├─ org.maochen.nlp.sentencetypeclassifier.FeatureExtractor.class - [JAR]

├─ org.maochen.nlp.sentencetypeclassifier.SentenceTypeClassifier.class - [JAR]

├─ org.maochen.nlp.sentencetypeclassifier.TrainingFeatureExtractor.class - [JAR]