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 morph-dict-core-1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
ru.koluch.morphDict.dictionary
├─ ru.koluch.morphDict.dictionary.Attribute.class - [JAR]
├─ ru.koluch.morphDict.dictionary.DictionaryHelper.class - [JAR]
ru.koluch.morphDict.dictionary.data
├─ ru.koluch.morphDict.dictionary.data.Dictionary.class - [JAR]
├─ ru.koluch.morphDict.dictionary.data.LexemeRec.class - [JAR]
├─ ru.koluch.morphDict.dictionary.data.ParadigmRule.class - [JAR]
ru.koluch.morphDict.lookup
├─ ru.koluch.morphDict.lookup.LookupService.class - [JAR]
├─ ru.koluch.morphDict.lookup.PrefixTreeLookupService.class - [JAR]
ru.koluch.morphDict.lookup.data
├─ ru.koluch.morphDict.lookup.data.Lexeme.class - [JAR]
├─ ru.koluch.morphDict.lookup.data.LookupResult.class - [JAR]
├─ ru.koluch.morphDict.lookup.data.WordForm.class - [JAR]
ru.koluch.morphDict.prefixTree
├─ ru.koluch.morphDict.prefixTree.PrefixTree.class - [JAR]
├─ ru.koluch.morphDict.prefixTree.Statistics.class - [JAR]