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 stanford-corenlp-8.5.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
gate.stanford
├─ gate.stanford.DependencyMode.class - [JAR]
├─ gate.stanford.DependencyRelation.class - [JAR]
├─ gate.stanford.NER.class - [JAR]
├─ gate.stanford.Parser.class - [JAR]
├─ gate.stanford.StanfordSentence.class - [JAR]
├─ gate.stanford.Tagger.class - [JAR]
├─ gate.stanford.Tokenizer.class - [JAR]
gate.stanford.apps
├─ gate.stanford.apps.EnglishDependencies.class - [JAR]
├─ gate.stanford.apps.EnglishPOSDependencies.class - [JAR]