A Chinese-character typing method for computer is a non-encode one based on Chinese-character pronunciation and features that its phonetic letters are the phonetic characters similar to Chinese character in shape, which are specially designed. 55 phonetic characters are assigned to the English letter...
gpinyin[input-file...]gpinyin-hgpinyin--helpgpinyin-vgpinyin--version DESCRIPTION gpinyinis a preprocessor forgroff(1) that facilitates use of the Hanyu Pinyingroff(7) files. Pinyin is a method for writing the Chinese language with the Latin alphabet. The Chinese language consists of more th...
*@return*/@SuppressWarnings("deprecation")publicstaticStringhanziToPinyin(String hanzi, String separator){// 创建汉语拼音处理类HanyuPinyinOutputFormat defaultFormat =newHanyuPinyinOutputFormat();// 输出设置,大小写,音标方式defaultFormat.setCaseType(HanyuPinyinCaseType.LOWERCASE); defaultFormat.setToneType(...
Addition, some word pronunciation to remember, such as a student she told the teacher that she can't remember method of chaos, he imagined the word Hanyu Pinyin, chaos can be broken down into Chao and s. 翻译结果3复制译文编辑译文朗读译文返回顶部 ...
/** * 将字符串中的中文转化为拼音,其他字符不变 * * @param inputString * @return */ public static String getPingYin(String inputString) { HanyuPinyinOutputFormat format = new HanyuPinyinOutputFormat(); format.setCaseType(HanyuPinyinCaseType.LOWERCASE); format.setToneType(HanyuPin...
importnet.sourceforge.pinyin4j.format.HanyuPinyinOutputFormat;//导入方法依赖的package包/类/** * 将字符串中的中文转化为拼音,其他字符不变 * *@paraminputString * *@return*/publicstaticStringgetPinYin(String inputString){ HanyuPinyinOutputFormat format =newHanyuPinyinOutputFormat(); ...
Its advantages are less memorised content.陈振诚CN1127897A * Apr 14, 1995 Jul 31, 1996 陈振诚 Computer input method and keyboard of hanyupinyin-pinxing code
A system and method for using pinyin and a dynamic memory state for modifying a Hanyu vocabulary test are provided. The system uses a Chinese input method for conducting the Hanyu vocabulary test, and includes an input device, an output device, a computing processing device, and a word data...
System and method for using pinyin and a dynamic memory state for modifying a hanyu vocabulary test.A system and method for using pinyin and a dynamic memory state for modifying a Hanyu vocabulary test are provided. The system uses a Chinese input method for conducting the Hanyu vocabulary test...
PinyinHelper.toHanyuPinyinString(inputStr, format,","); } 开发者ID:promeG,项目名称:TinyPinyin,代码行数:5,代码来源:PinyinDictBenchmark2.java 示例5: hanziToPinyin ▲点赞 2▼ importnet.sourceforge.pinyin4j.PinyinHelper;//导入方法依赖的package包/类/** ...