PrimezeroTools
* dead. simple. language processing.
* pzpinyin - process Chinese pinyintypes
* pzhanzi - process Chinese hanzitypes
* pznumbers - convert various quantities into Chinese
* pzcedict - analyze CEDICT-compatible files
* pzkelvin - make sensible temperature conversions
Resources ¶
Documentation ¶
Requirements ¶
- Yii 1.0 or above
Installation ¶
- Extract the release file under
protected/extensions
Yii::import('ext.pzphp.*');
$pzt = new PrimezeroTools();
echo $pzt->pzhanzi_traditional_to_simplified('體育体育');
screen print: ¶
体育体育
Usage ¶
(http://code.google.com/p/pzphp/wiki/PrimezeroTools)
Change Log ¶
December 8, 2009 ¶
- Initial release.
If you have any questions, please ask in the forum instead.
Signup or Login in order to comment.