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-hanzi-freq-1.0.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.freq.util
├─ com.github.houbb.nlp.hanzi.freq.util.HanziFreqHelper.class - [JAR]
com.github.houbb.nlp.hanzi.freq.support.data
├─ com.github.houbb.nlp.hanzi.freq.support.data.HanziFreqData.class - [JAR]
├─ com.github.houbb.nlp.hanzi.freq.support.data.HanziFreqDatas.class - [JAR]
com.github.houbb.nlp.hanzi.freq.exception
├─ com.github.houbb.nlp.hanzi.freq.exception.HanziFreqException.class - [JAR]
com.github.houbb.nlp.hanzi.freq.api
├─ com.github.houbb.nlp.hanzi.freq.api.IHanziFreq.class - [JAR]
├─ com.github.houbb.nlp.hanzi.freq.api.IHanziFreqContext.class - [JAR]
├─ com.github.houbb.nlp.hanzi.freq.api.IHanziFreqData.class - [JAR]
com.github.houbb.nlp.hanzi.freq.bs
├─ com.github.houbb.nlp.hanzi.freq.bs.HanziFreqBs.class - [JAR]
com.github.houbb.nlp.hanzi.freq.core
├─ com.github.houbb.nlp.hanzi.freq.core.HanziFreq.class - [JAR]
├─ com.github.houbb.nlp.hanzi.freq.core.HanziFreqContext.class - [JAR]
com.github.houbb.nlp.hanzi.freq.constant
├─ com.github.houbb.nlp.hanzi.freq.constant.HanziFreqDataConst.class - [JAR]