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-detection-2.0.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.iquote.text_processing.language_detection.langdetect
├─ io.github.iquote.text_processing.language_detection.langdetect.LangProfileDocument.class - [JAR]
io.github.iquote.text_processing.language_detection.util
├─ io.github.iquote.text_processing.language_detection.util.LangProfile.class - [JAR]
├─ io.github.iquote.text_processing.language_detection.util.Messages.class - [JAR]
├─ io.github.iquote.text_processing.language_detection.util.NGram.class - [JAR]
├─ io.github.iquote.text_processing.language_detection.util.TagExtractor.class - [JAR]
io.github.iquote.text_processing.language_detection
├─ io.github.iquote.text_processing.language_detection.Detector.class - [JAR]
├─ io.github.iquote.text_processing.language_detection.DetectorFactory.class - [JAR]
├─ io.github.iquote.text_processing.language_detection.ErrorCode.class - [JAR]
├─ io.github.iquote.text_processing.language_detection.LangDetectException.class - [JAR]
├─ io.github.iquote.text_processing.language_detection.Language.class - [JAR]
├─ io.github.iquote.text_processing.language_detection.LanguageProfileGenerator.class - [JAR]