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 morpher-engine-api-1.7.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.szgabsz91.morpher.engines.api
├─ com.github.szgabsz91.morpher.engines.api.IMorpherEngine.class - [JAR]
com.github.szgabsz91.morpher.engines.api.model
├─ com.github.szgabsz91.morpher.engines.api.model.AnalysisInput.class - [JAR]
├─ com.github.szgabsz91.morpher.engines.api.model.AnalysisInputWithAffixTypes.class - [JAR]
├─ com.github.szgabsz91.morpher.engines.api.model.InflectionInput.class - [JAR]
├─ com.github.szgabsz91.morpher.engines.api.model.InflectionOrderedInput.class - [JAR]
├─ com.github.szgabsz91.morpher.engines.api.model.Mode.class - [JAR]
├─ com.github.szgabsz91.morpher.engines.api.model.MorpherEngineResponse.class - [JAR]
├─ com.github.szgabsz91.morpher.engines.api.model.PreanalyzedTrainingItem.class - [JAR]
├─ com.github.szgabsz91.morpher.engines.api.model.PreanalyzedTrainingItems.class - [JAR]
├─ com.github.szgabsz91.morpher.engines.api.model.ProbabilisticStep.class - [JAR]
├─ com.github.szgabsz91.morpher.engines.api.model.Step.class - [JAR]