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 wiktionary2lemon.project-1.18.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
eu.monnetproject.sim.string
├─ eu.monnetproject.sim.string.Levenshtein.class - [JAR]
eu.monnetproject.sim
├─ eu.monnetproject.sim.SimilarityMeasure.class - [JAR]
├─ eu.monnetproject.sim.StringSimilarityMeasure.class - [JAR]
eu.monnetproject.webaccess.dictionary.wiktionary
├─ eu.monnetproject.webaccess.dictionary.wiktionary.WiktionaryGenerator.class - [JAR]
eu.monnetproject.webaccess.dictionary.wiktionary.dump
├─ eu.monnetproject.webaccess.dictionary.wiktionary.dump.DumpEntry.class - [JAR]
├─ eu.monnetproject.webaccess.dictionary.wiktionary.dump.DumpSense.class - [JAR]
├─ eu.monnetproject.webaccess.dictionary.wiktionary.dump.DumpTranslation.class - [JAR]
├─ eu.monnetproject.webaccess.dictionary.wiktionary.dump.ReadDump.class - [JAR]
├─ eu.monnetproject.webaccess.dictionary.wiktionary.dump.SenseMerger.class - [JAR]
eu.monnetproject.webaccess.dictionary.wiktionary.util
├─ eu.monnetproject.webaccess.dictionary.wiktionary.util.Strings.class - [JAR]