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-morfologik-addon-2.3.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
opennlp.morfologik.cmdline
├─ opennlp.morfologik.cmdline.CLI.class - [JAR]
opennlp.morfologik.lemmatizer
├─ opennlp.morfologik.lemmatizer.MorfologikLemmatizer.class - [JAR]
opennlp.morfologik.tagdict
├─ opennlp.morfologik.tagdict.MorfologikPOSTaggerFactory.class - [JAR]
├─ opennlp.morfologik.tagdict.MorfologikTagDictionary.class - [JAR]
opennlp.morfologik.cmdline.builder
├─ opennlp.morfologik.cmdline.builder.MorfologikDictionaryBuilderParams.class - [JAR]
├─ opennlp.morfologik.cmdline.builder.MorfologikDictionaryBuilderTool.class - [JAR]
├─ opennlp.morfologik.cmdline.builder.XMLDictionaryToTableParams.class - [JAR]
├─ opennlp.morfologik.cmdline.builder.XMLDictionaryToTableTool.class - [JAR]
opennlp.morfologik.builder
├─ opennlp.morfologik.builder.MorfologikDictionaryBuilder.class - [JAR]
opennlp.morfologik.util
├─ opennlp.morfologik.util.MorfologikUtil.class - [JAR]