View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window dkpro-core-stanfordnlp-gpl-2.2.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.dkpro.core.stanfordnlp.util
├─ org.dkpro.core.stanfordnlp.util.CasCopier.class - [JAR]
├─ org.dkpro.core.stanfordnlp.util.CoreNlpUtils.class - [JAR]
├─ org.dkpro.core.stanfordnlp.util.StanfordAnnotator.class - [JAR]
├─ org.dkpro.core.stanfordnlp.util.TreeUtils.class - [JAR]
├─ org.dkpro.core.stanfordnlp.util.TreeWithTokens.class - [JAR]
├─ org.dkpro.core.stanfordnlp.util.UIMAAnnotations.class - [JAR]
org.dkpro.core.stanfordnlp.internal
├─ org.dkpro.core.stanfordnlp.internal.RootKey.class - [JAR]
├─ org.dkpro.core.stanfordnlp.internal.TokenKey.class - [JAR]
org.dkpro.core.stanfordnlp
├─ org.dkpro.core.stanfordnlp.StanfordCoreferenceResolver.class - [JAR]
├─ org.dkpro.core.stanfordnlp.StanfordDependencyConverter.class - [JAR]
├─ org.dkpro.core.stanfordnlp.StanfordLemmatizer.class - [JAR]
├─ org.dkpro.core.stanfordnlp.StanfordNamedEntityRecognizer.class - [JAR]
├─ org.dkpro.core.stanfordnlp.StanfordNamedEntityRecognizerTrainer.class - [JAR]
├─ org.dkpro.core.stanfordnlp.StanfordParser.class - [JAR]
├─ org.dkpro.core.stanfordnlp.StanfordPosTagger.class - [JAR]
├─ org.dkpro.core.stanfordnlp.StanfordPosTaggerTrainer.class - [JAR]
├─ org.dkpro.core.stanfordnlp.StanfordPtbTransformer.class - [JAR]
├─ org.dkpro.core.stanfordnlp.StanfordSegmenter.class - [JAR]
├─ org.dkpro.core.stanfordnlp.StanfordSentimentAnalyzer.class - [JAR]