jar

com.github.houbb : pinyin2hanzi

Maven & Gradle

May 03, 2022

pinyin2hanzi · Pinyin to hanzi for java(java 拼音转汉字工具包).

Table Of Contents

Latest Version

Download com.github.houbb : pinyin2hanzi JAR file - Latest Versions:

All Versions

Download com.github.houbb : pinyin2hanzi JAR file - All Versions:

Version Vulnerabilities Size Updated
0.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. 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]

Advertisement