Download the PHP package thl/pinyin without Composer
On this page you can find all versions of the php package thl/pinyin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package pinyin
PHP 華語拼音轉換工具
將字串中之漢字視為華語,並轉換成各種拼音形式之工具
支援拼音法
- 注音拼音 (Bopomofo)
- 臺灣華語羅馬拼音 (THL)
- 漢語拼音
- 通用拼音
- 注音二式
- 威妥瑪拼音
安裝方式
建議使用 php-composer 安裝
使用說明
Pinyin::bpmf()
將字串內漢字以華語注音符號表示
參數
- $source 輸入字串
範例
Pinyin::pinyin()
將字串內漢字以華語拼音表示
參數
- $source 輸入字串
- $options 參數
- notation: 方案,預設為 thl
- thl (台灣華語羅馬拼音)
- hy (漢語拼音)
- ty (通用拼音)
- mps2 (注音二式)
- wg (威妥瑪拼音)
- tone: 聲調,預設為 number
- number (數字表示)
- mark (符號表示) 目前暫時只支援臺灣華語羅馬拼音 (THL)
- none (無聲調)
- split: 分割,預設為 word
- word (單字)
- phrase (詞)
範例
Pinyin::slug()
產生適合當網址的格式
參數
- $source 輸入字串
- $options 參數
- notation: 方案,預設為 thl
- thl (台灣華語羅馬拼音)
- hy (漢語拼音)
- ty (通用拼音)
- mps2 (注音二式)
- wg (威妥瑪拼音)
- tone: 聲調,預設為 none
- number (數字表示)
- none (無聲調)
- split: 分割,預設為 word
- word (單字)
- phrase (詞)
範例
詞庫
詞庫的部份以小麥注音為基礎,字的部份另外使用cconv 翻譯成簡體漢字
- 由於詞庫部份尚未翻譯為中式華語,以簡體漢字書寫之句子有大部份的情況會被視為獨立單字組成
All versions of pinyin with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package thl/pinyin contains the following files
Loading the files please wait ....