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 opennlp-dl-2.3.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
opennlp.dl.vectors
├─ opennlp.dl.vectors.SentenceVectorsDL.class - [JAR]
opennlp.dl.doccat
├─ opennlp.dl.doccat.DocumentCategorizerDL.class - [JAR]
opennlp.dl.doccat.scoring
├─ opennlp.dl.doccat.scoring.AverageClassificationScoringStrategy.class - [JAR]
├─ opennlp.dl.doccat.scoring.ClassificationScoringStrategy.class - [JAR]
opennlp.dl
├─ opennlp.dl.AbstractDL.class - [JAR]
├─ opennlp.dl.InferenceOptions.class - [JAR]
├─ opennlp.dl.SpanEnd.class - [JAR]
├─ opennlp.dl.Tokens.class - [JAR]
opennlp.dl.namefinder
├─ opennlp.dl.namefinder.NameFinderDL.class - [JAR]