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-adept-2.7.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
edu.stanford.nlp.restapi
├─ edu.stanford.nlp.restapi.StanfordCoreNlpClient.class - [JAR]
├─ edu.stanford.nlp.restapi.StanfordCoreNlpServer.class - [JAR]
├─ edu.stanford.nlp.restapi.StanfordCoreNlpServlet.class - [JAR]
edu.stanford.nlp
├─ edu.stanford.nlp.AdeptForumPostAnnotator.class - [JAR]
├─ edu.stanford.nlp.AdeptKBPAnnotator.class - [JAR]
├─ edu.stanford.nlp.StanfordCoreNlpProcessor.class - [JAR]
├─ edu.stanford.nlp.StanfordCoreNlpProcessorApp.class - [JAR]
├─ edu.stanford.nlp.StanfordCoreNlpProcessorDemo.class - [JAR]
├─ edu.stanford.nlp.StanfordCoreNlpTester.class - [JAR]
├─ edu.stanford.nlp.StanfordKBLoader.class - [JAR]
├─ edu.stanford.nlp.StanfordKBReporter.class - [JAR]