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 language-identification-8.5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
at.knallgrau.textcat
├─ at.knallgrau.textcat.FingerPrint.class - [JAR]
├─ at.knallgrau.textcat.FingerPrintFileException.class - [JAR]
├─ at.knallgrau.textcat.MyProperties.class - [JAR]
├─ at.knallgrau.textcat.NGramEntryComparator.class - [JAR]
├─ at.knallgrau.textcat.TextCategorizer.class - [JAR]
org.knallgrau.utils.textcat
├─ org.knallgrau.utils.textcat.FingerprintGenerator.class - [JAR]
├─ org.knallgrau.utils.textcat.LanguageIdentifier.class - [JAR]