net.sourceforge.pinyin4j.multipinyin.MultiPinyinConfig Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pinyin4j Show documentation
Show all versions of pinyin4j Show documentation
Support Chinese character (both Simplified and Tranditional) to most popular Pinyin systems, including
Hanyu Pinyin, Tongyong Pinyin, Wade-Giles, MPS2, Yale and Gwoyeu Romatzyh. Support multiple pronounciations and
customized output.
The newest version!
package net.sourceforge.pinyin4j.multipinyin;
/**
* 多音字配置,可外挂
* Created by 刘一波 on 16/3/4.
* E-Mail:[email protected]
*/
public final class MultiPinyinConfig {
public static String multiPinyinPath;//外挂多音字路径
}