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 nlp4j-morphology-1.1.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
edu.emory.mathcs.nlp.component.morph.util
├─ edu.emory.mathcs.nlp.component.morph.util.AbstractAffixMatcher.class - [JAR]
├─ edu.emory.mathcs.nlp.component.morph.util.AbstractAffixReplacer.class - [JAR]
edu.emory.mathcs.nlp.component.morph.english
├─ edu.emory.mathcs.nlp.component.morph.english.EnglishAffixMatcherFactory.class - [JAR]
├─ edu.emory.mathcs.nlp.component.morph.english.EnglishDerivation.class - [JAR]
├─ edu.emory.mathcs.nlp.component.morph.english.EnglishInflection.class - [JAR]
├─ edu.emory.mathcs.nlp.component.morph.english.EnglishMorphAnalyzer.class - [JAR]
├─ edu.emory.mathcs.nlp.component.morph.english.EnglishSuffixMatcher.class - [JAR]
├─ edu.emory.mathcs.nlp.component.morph.english.EnglishSuffixReplacer.class - [JAR]
edu.emory.mathcs.nlp.component.morph
├─ edu.emory.mathcs.nlp.component.morph.MorphAnalyzer.class - [JAR]