Registry / utility / jpinyin

jpinyin

JSON →
library1.1.8javamavenunverified

A Java library for converting Chinese characters to Pinyin.

<dependency> <groupId>com.github.stuxuhai</groupId> <artifactId>jpinyin</artifactId> <version>1.1.8</version> </dependency>
INSTALL
IMPORT
SIG · JPINYIN
J
jpinyin
utilityjavav1.1.8
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

PinyinHelper
com.github.stuxuhai.jpinyin.PinyinHelper

Convert Chinese text to Pinyin with spaces.

import com.github.stuxuhai.jpinyin.PinyinHelper; String pinyin = PinyinHelper.convertToPinyinString("你好", " "); System.out.println(pinyin); // Outputs: ni hao
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.8latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
jpinyin — mvn dependency:get jpinyin · libregistry