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 thulac4j-3.1.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.yizhiru.thulac4j.common
├─ io.github.yizhiru.thulac4j.common.DoubleArrayTrie.class - [JAR]
├─ io.github.yizhiru.thulac4j.common.Nullable.class - [JAR]
io.github.yizhiru.thulac4j.util
├─ io.github.yizhiru.thulac4j.util.CharUtils.class - [JAR]
├─ io.github.yizhiru.thulac4j.util.ChineseUtils.class - [JAR]
├─ io.github.yizhiru.thulac4j.util.IOUtils.class - [JAR]
├─ io.github.yizhiru.thulac4j.util.ModelPaths.class - [JAR]
io.github.yizhiru.thulac4j.process
├─ io.github.yizhiru.thulac4j.process.LexiconCementer.class - [JAR]
├─ io.github.yizhiru.thulac4j.process.RuleAnnotator.class - [JAR]
├─ io.github.yizhiru.thulac4j.process.SpecifiedWordCementer.class - [JAR]
io.github.yizhiru.thulac4j.perceptron
├─ io.github.yizhiru.thulac4j.perceptron.StructuredPerceptronClassifier.class - [JAR]
├─ io.github.yizhiru.thulac4j.perceptron.StructuredPerceptronModel.class - [JAR]
io.github.yizhiru.thulac4j
├─ io.github.yizhiru.thulac4j.POSTagger.class - [JAR]
├─ io.github.yizhiru.thulac4j.SPChineseTokenizer.class - [JAR]
├─ io.github.yizhiru.thulac4j.Segmenter.class - [JAR]
io.github.yizhiru.thulac4j.term
├─ io.github.yizhiru.thulac4j.term.AnnotatedTerms.class - [JAR]
├─ io.github.yizhiru.thulac4j.term.CharType.class - [JAR]
├─ io.github.yizhiru.thulac4j.term.POC.class - [JAR]
├─ io.github.yizhiru.thulac4j.term.TokenItem.class - [JAR]