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 dictionary-annotator-0.1.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
lt.tokenmill.uima.dictionaryannotator
├─ lt.tokenmill.uima.dictionaryannotator.DictionaryAnnotator.class - [JAR]
├─ lt.tokenmill.uima.dictionaryannotator.DictionaryTokenizer.class - [JAR]
├─ lt.tokenmill.uima.dictionaryannotator.TextNormalizer.class - [JAR]
├─ lt.tokenmill.uima.dictionaryannotator.WhitespaceDictionaryTokenizer.class - [JAR]
lt.tokenmill.uima.dictionaryannotator.type
├─ lt.tokenmill.uima.dictionaryannotator.type.DictionaryEntry.class - [JAR]
├─ lt.tokenmill.uima.dictionaryannotator.type.DictionaryEntry_Type.class - [JAR]
lt.tokenmill.uima.dictionaryannotator.tree
├─ lt.tokenmill.uima.dictionaryannotator.tree.DictionaryTree.class - [JAR]
├─ lt.tokenmill.uima.dictionaryannotator.tree.DictionaryTreeElement.class - [JAR]
├─ lt.tokenmill.uima.dictionaryannotator.tree.EntryMetadata.class - [JAR]
├─ lt.tokenmill.uima.dictionaryannotator.tree.TreeMatch.class - [JAR]
├─ lt.tokenmill.uima.dictionaryannotator.tree.TreeMatcher.class - [JAR]