maven 漢字轉拼音

2021-09-09 08:26:34 字數 1572 閱讀 5156

<

dependency

>

<

groupid

>

com.belerweb

groupid

>

<

artifactid

>

pinyin4j

artifactid

>

<

version

>

2.5.0

version

>

dependency

>

package com.***.util;

import net.sourceforge.pinyin4j.pinyinhelper;

import net.sourceforge.pinyin4j.format.hanyupinyincasetype;

import net.sourceforge.pinyin4j.format.hanyupinyinoutputformat;

import net.sourceforge.pinyin4j.format.hanyupinyintonetype;

import net.sourceforge.pinyin4j.format.exception.badhanyupinyinoutputformatcombination;

/*** 漢字拼音工具類

*/public class pinyintool

public pinyintool()

public string topinyin(string str) throws badhanyupinyinoutputformatcombination

public string topinyin(string str,string spera) throws badhanyupinyinoutputformatcombination

/*** 將str轉換成拼音,如果不是漢字或者沒有對應的拼音,則不作轉換

* 如: 明天 轉換成 mingtian

* @param str:要轉化的漢字

* @param spera:轉化結果的分割符

* @return

* @throws badhanyupinyinoutputformatcombination

*/public string topinyin(string str, string spera, type type) throws badhanyupinyinoutputformatcombination }}

return py.trim();

}     

package com.***.test;

import com.***.pinyintool;

import com***.pinyintool.type;

/*** 測試拼音轉化結果

* @author liuyazhuang**/

public class pingyintooltest

漢字轉拼音

region 漢字轉拼音 漢字轉拼音類 用法 crazycoderpinyin.covent 漢字 長度 using system.text.regularexpressions build date 20030610 public class crazycoderpinyin 定義陣列 priva...

漢字轉拼音

工具pinyin4j 2.5.0.jar 整理了3個方法,1.漢字轉拼音 2.返回中文姓 中文名 英文姓 last name 英文名 first name 3.返回首字母 public class pinyin4jdemo char hanzi word.tochararray string t2 ...

漢字轉拼音

ios mac os x 漢字轉拼音 網路流行的漢字轉拼音方案是帶乙個拼音碼表,速度快。其實core foundation也提供了一種方案,而且還帶聲調!nsmutablestring ms nsmutablestring alloc initwithstring 我是中國人 if cfstring...