opencc4phpOpenCC 的 PHP 擴展
opencc4php 是OpenCC的PHP擴展,能很智能的完成簡繁體轉(zhuǎn)換。
支持 PHP 版本: 5.3 - 7.1
轉(zhuǎn)換效果:
你干什么不干我事 => 你幹什麼不干我事
地區(qū)詞匯轉(zhuǎn)換效果:我鼠標哪兒去了 => 我滑鼠哪兒去了
安裝
Linux | OS X
你需要先安裝1.0.1 版本以上的OpenCC,安裝OpenCC:
git clone https://github.com/BYVoid/OpenCC.git --depth 1 cd OpenCC make sudo make install
安裝opencc4php:
git clone [email protected]:NauxLiu/opencc4php.git --depth 1 cd opencc4php phpize ./configure make && sudo make install
如果你的OpenCC安裝目錄不在/usr或/usr/local,可在./configure時添加--with-opencc=[DIR]指定你的OpenCC目錄。
使用方法:
$od = opencc_open("s2twp.json"); //傳入配置文件名
$text = opencc_convert("我鼠標哪兒去了。", $od);
echo $text;
opencc_close($od);
評論
圖片
表情
