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 pinyin2hanzi-0.0.6.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.houbb.pinyin2hanzi.support.segment
├─ com.github.houbb.pinyin2hanzi.support.segment.IPinyinSegment.class - [JAR]
├─ com.github.houbb.pinyin2hanzi.support.segment.PinyinSegmentDp.class - [JAR]
├─ com.github.houbb.pinyin2hanzi.support.segment.PinyinSegmentGreedy.class - [JAR]
├─ com.github.houbb.pinyin2hanzi.support.segment.PinyinSegments.class - [JAR]
com.github.houbb.pinyin2hanzi.util
├─ com.github.houbb.pinyin2hanzi.util.PinyinToHanziHelper.class - [JAR]
com.github.houbb.pinyin2hanzi.exception
├─ com.github.houbb.pinyin2hanzi.exception.Pinyin2HanziException.class - [JAR]
com.github.houbb.pinyin2hanzi.constant
├─ com.github.houbb.pinyin2hanzi.constant.DagConst.class - [JAR]
├─ com.github.houbb.pinyin2hanzi.constant.HmmConst.class - [JAR]
com.github.houbb.pinyin2hanzi.api
├─ com.github.houbb.pinyin2hanzi.api.IPinyinToHanzi.class - [JAR]
com.github.houbb.pinyin2hanzi.bs
├─ com.github.houbb.pinyin2hanzi.bs.PinyinToHanziBs.class - [JAR]
com.github.houbb.pinyin2hanzi.core
├─ com.github.houbb.pinyin2hanzi.core.PinyinToHanziDag.class - [JAR]
├─ com.github.houbb.pinyin2hanzi.core.PinyinToHanziHmm.class - [JAR]
├─ com.github.houbb.pinyin2hanzi.core.PinyinToHanzis.class - [JAR]
com.github.houbb.pinyin2hanzi.support.cache
├─ com.github.houbb.pinyin2hanzi.support.cache.IPathProbCache.class - [JAR]
├─ com.github.houbb.pinyin2hanzi.support.cache.PathProbCacheMap.class - [JAR]