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 processors-corenlp_2.11-8.5.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.clulab.processors
├─ org.clulab.processors.OpenIEAnnotator.class - [JAR]
├─ org.clulab.processors.ProcessorJsonShell.class - [JAR]
├─ org.clulab.processors.ProcessorShell.class - [JAR]
├─ org.clulab.processors.ProcessorsJavaExample.class - [JAR]
├─ org.clulab.processors.PromptedReloadableProcessor.class - [JAR]
├─ org.clulab.processors.TextFileFilter.class - [JAR]
├─ org.clulab.processors.TextLabelFileFilter.class - [JAR]
├─ org.clulab.processors.TextLabelToCoNLLU.class - [JAR]
├─ org.clulab.processors.TextToCoNLLU.class - [JAR]
org.clulab.processors.shallownlp
├─ org.clulab.processors.shallownlp.ShallowNLPProcessor.class - [JAR]
org.clulab.processors.fastnlp
├─ org.clulab.processors.fastnlp.FastNLPProcessor.class - [JAR]
├─ org.clulab.processors.fastnlp.FastNLPProcessorWithSemanticRoles.class - [JAR]
org.clulab.processors.corenlp
├─ org.clulab.processors.corenlp.CoreNLPDocument.class - [JAR]
├─ org.clulab.processors.corenlp.CoreNLPProcessor.class - [JAR]
├─ org.clulab.processors.corenlp.CoreNLPSentimentAnalyzer.class - [JAR]
├─ org.clulab.processors.corenlp.CoreNLPUtils.class - [JAR]
org.clulab.processors.corenlp.chunker
├─ org.clulab.processors.corenlp.chunker.CRFChunker.class - [JAR]
├─ org.clulab.processors.corenlp.chunker.ChunkingFeatureFactory.class - [JAR]
├─ org.clulab.processors.corenlp.chunker.TrainChunker.class - [JAR]
org.clulab.processors.examples
├─ org.clulab.processors.examples.DocumentSerializerExample.class - [JAR]
├─ org.clulab.processors.examples.DocumentationExample.class - [JAR]
├─ org.clulab.processors.examples.InfiniteParallelProcessorExample.class - [JAR]
├─ org.clulab.processors.examples.ParallelProcessorExample.class - [JAR]
├─ org.clulab.processors.examples.ProcessorExample.class - [JAR]
├─ org.clulab.processors.examples.ProcessorFileExample.class - [JAR]