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 frameextractor-0.4.7.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.kotlinnlp.frameextractor.helpers
├─ com.kotlinnlp.frameextractor.helpers.Statistics.class - [JAR]
├─ com.kotlinnlp.frameextractor.helpers.Trainer.class - [JAR]
├─ com.kotlinnlp.frameextractor.helpers.Validator.class - [JAR]
com.kotlinnlp.frameextractor
├─ com.kotlinnlp.frameextractor.FrameExtractorParameters.class - [JAR]
├─ com.kotlinnlp.frameextractor.FramesExtractor.class - [JAR]
├─ com.kotlinnlp.frameextractor.FramesExtractorModel.class - [JAR]
├─ com.kotlinnlp.frameextractor.TextFramesExtractor.class - [JAR]
├─ com.kotlinnlp.frameextractor.TextFramesExtractorModel.class - [JAR]
com.kotlinnlp.frameextractor.objects
├─ com.kotlinnlp.frameextractor.objects.Distribution.class - [JAR]
├─ com.kotlinnlp.frameextractor.objects.Intent.class - [JAR]
├─ com.kotlinnlp.frameextractor.objects.Slot.class - [JAR]
com.kotlinnlp.frameextractor.helpers.dataset
├─ com.kotlinnlp.frameextractor.helpers.dataset.Dataset.class - [JAR]
├─ com.kotlinnlp.frameextractor.helpers.dataset.IOBTag.class - [JAR]