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-detector-0.6.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
ae.teletronics.nlp.language.detection.model
├─ ae.teletronics.nlp.language.detection.model.Language.class - [JAR]
ae.teletronics.nlp.language.detection.detectors
├─ ae.teletronics.nlp.language.detection.detectors.CarrotDetector.class - [JAR]
├─ ae.teletronics.nlp.language.detection.detectors.ChampeauDetector.class - [JAR]
├─ ae.teletronics.nlp.language.detection.detectors.CorrespondanceDetector.class - [JAR]
├─ ae.teletronics.nlp.language.detection.detectors.DetectorType.class - [JAR]
├─ ae.teletronics.nlp.language.detection.detectors.FallbackDetector.class - [JAR]
├─ ae.teletronics.nlp.language.detection.detectors.OptimaizeDetector.class - [JAR]
├─ ae.teletronics.nlp.language.detection.detectors.SLanguageDetector.class - [JAR]
├─ ae.teletronics.nlp.language.detection.detectors.TikaDetector.class - [JAR]