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 nlp-chaizi-1.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.houbb.nlp.hanzi.similar.bs
├─ com.github.houbb.nlp.hanzi.similar.bs.ChaiziBs.class - [JAR]
com.github.houbb.nlp.hanzi.similar.support.data
├─ com.github.houbb.nlp.hanzi.similar.support.data.ChaiziData.class - [JAR]
├─ com.github.houbb.nlp.hanzi.similar.support.data.ChaiziDatas.class - [JAR]
com.github.houbb.nlp.hanzi.similar.constant
├─ com.github.houbb.nlp.hanzi.similar.constant.ChaiziDataConst.class - [JAR]
com.github.houbb.nlp.hanzi.similar.api
├─ com.github.houbb.nlp.hanzi.similar.api.IChaizi.class - [JAR]
├─ com.github.houbb.nlp.hanzi.similar.api.IChaiziContext.class - [JAR]
├─ com.github.houbb.nlp.hanzi.similar.api.IChaiziData.class - [JAR]
com.github.houbb.nlp.hanzi.similar.core
├─ com.github.houbb.nlp.hanzi.similar.core.Chaizi.class - [JAR]
├─ com.github.houbb.nlp.hanzi.similar.core.ChaiziContext.class - [JAR]
com.github.houbb.nlp.hanzi.similar.util
├─ com.github.houbb.nlp.hanzi.similar.util.ChaiziHelper.class - [JAR]
com.github.houbb.nlp.hanzi.similar.exception
├─ com.github.houbb.nlp.hanzi.similar.exception.ChaiziException.class - [JAR]