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 dkpro-core-tokit-asl-2.4.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.dkpro.core.tokit
├─ org.dkpro.core.tokit.AnnotationByLengthFilter.class - [JAR]
├─ org.dkpro.core.tokit.BreakIteratorSegmenter.class - [JAR]
├─ org.dkpro.core.tokit.CamelCaseTokenSegmenter.class - [JAR]
├─ org.dkpro.core.tokit.GermanSeparatedParticleAnnotator.class - [JAR]
├─ org.dkpro.core.tokit.LineBasedSentenceSegmenter.class - [JAR]
├─ org.dkpro.core.tokit.ParagraphSplitter.class - [JAR]
├─ org.dkpro.core.tokit.PatternBasedTokenSegmenter.class - [JAR]
├─ org.dkpro.core.tokit.RegexSegmenter.class - [JAR]
├─ org.dkpro.core.tokit.StopWordRemover.class - [JAR]
├─ org.dkpro.core.tokit.TokenMerger.class - [JAR]
├─ org.dkpro.core.tokit.TokenTrimmer.class - [JAR]
├─ org.dkpro.core.tokit.WhitespaceSegmenter.class - [JAR]
├─ org.dkpro.core.tokit.package-info.class - [JAR]
org.dkpro.core.tokit.internal
├─ org.dkpro.core.tokit.internal.StopWordSet.class - [JAR]