All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.seejoke.pinyin.ISpellConverter Maven / Gradle / Ivy

There is a newer version: 0.3
Show newest version
package com.seejoke.pinyin;

/**
 * @auther: [email protected]
 * @date: 2018/5/3 17:44
 * @description:
 */
public interface ISpellConverter {

    String[] getPinyin(char ch) throws IllegalPinyinException;

    String getPinyin(String chinese) throws IllegalPinyinException;
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy