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-hezi-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.similar.bs
├─ com.github.houbb.nlp.hanzi.similar.bs.HeziBs.class - [JAR]
com.github.houbb.nlp.hanzi.similar.support.data
├─ com.github.houbb.nlp.hanzi.similar.support.data.HeziData.class - [JAR]
├─ com.github.houbb.nlp.hanzi.similar.support.data.HeziDatas.class - [JAR]
com.github.houbb.nlp.hanzi.similar.support.segment
├─ com.github.houbb.nlp.hanzi.similar.support.segment.HeziFastForwardSegment.class - [JAR]
├─ com.github.houbb.nlp.hanzi.similar.support.segment.HeziSegments.class - [JAR]
com.github.houbb.nlp.hanzi.similar.constant
├─ com.github.houbb.nlp.hanzi.similar.constant.HeziDataConst.class - [JAR]
com.github.houbb.nlp.hanzi.similar.api
├─ com.github.houbb.nlp.hanzi.similar.api.IHezi.class - [JAR]
├─ com.github.houbb.nlp.hanzi.similar.api.IHeziContext.class - [JAR]
├─ com.github.houbb.nlp.hanzi.similar.api.IHeziData.class - [JAR]
├─ com.github.houbb.nlp.hanzi.similar.api.IHeziSegment.class - [JAR]
com.github.houbb.nlp.hanzi.similar.core
├─ com.github.houbb.nlp.hanzi.similar.core.Hezi.class - [JAR]
├─ com.github.houbb.nlp.hanzi.similar.core.HeziContext.class - [JAR]
com.github.houbb.nlp.hanzi.similar.util
├─ com.github.houbb.nlp.hanzi.similar.util.HeziHelper.class - [JAR]
com.github.houbb.nlp.hanzi.similar.support.segment.trie
├─ com.github.houbb.nlp.hanzi.similar.support.segment.trie.HeziTrieTreeMap.class - [JAR]
com.github.houbb.nlp.hanzi.similar.exception
├─ com.github.houbb.nlp.hanzi.similar.exception.HeziException.class - [JAR]