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 hanclassifier-0.6.5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.kotlinnlp.hanclassifier.dataset
├─ com.kotlinnlp.hanclassifier.dataset.CorpusReader.class - [JAR]
├─ com.kotlinnlp.hanclassifier.dataset.Dataset.class - [JAR]
├─ com.kotlinnlp.hanclassifier.dataset.Example.class - [JAR]
com.kotlinnlp.hanclassifier
├─ com.kotlinnlp.hanclassifier.ClassesConfig.class - [JAR]
├─ com.kotlinnlp.hanclassifier.EncodedSentence.class - [JAR]
├─ com.kotlinnlp.hanclassifier.HANClassifier.class - [JAR]
├─ com.kotlinnlp.hanclassifier.HANClassifierModel.class - [JAR]
├─ com.kotlinnlp.hanclassifier.HANClassifierSingle.class - [JAR]
├─ com.kotlinnlp.hanclassifier.LabelsConfig.class - [JAR]
├─ com.kotlinnlp.hanclassifier.MultiLevelHANModel.class - [JAR]
com.kotlinnlp.hanclassifier.helpers
├─ com.kotlinnlp.hanclassifier.helpers.TokensEncodersPool.class - [JAR]
├─ com.kotlinnlp.hanclassifier.helpers.Trainer.class - [JAR]
├─ com.kotlinnlp.hanclassifier.helpers.Validator.class - [JAR]