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 languagedetector-0.4.10.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.kotlinnlp.languagedetector.dataset
├─ com.kotlinnlp.languagedetector.dataset.CorpusReader.class - [JAR]
├─ com.kotlinnlp.languagedetector.dataset.Dataset.class - [JAR]
├─ com.kotlinnlp.languagedetector.dataset.Example.class - [JAR]
com.kotlinnlp.languagedetector
├─ com.kotlinnlp.languagedetector.LanguageDetector.class - [JAR]
├─ com.kotlinnlp.languagedetector.LanguageDetectorModel.class - [JAR]
com.kotlinnlp.languagedetector.helpers
├─ com.kotlinnlp.languagedetector.helpers.TrainingHelper.class - [JAR]
├─ com.kotlinnlp.languagedetector.helpers.ValidationHelper.class - [JAR]
com.kotlinnlp.languagedetector.utils
├─ com.kotlinnlp.languagedetector.utils.ExtensionsKt.class - [JAR]
├─ com.kotlinnlp.languagedetector.utils.FrequencyDictionary.class - [JAR]
├─ com.kotlinnlp.languagedetector.utils.TextTokenizer.class - [JAR]