python-jianfan


A python library for translation between traditional and simplified chinese

Jianfan is a library for translation between traditional and simplified chinese.

two functions are provided by the library:

jtof: translate simplified chinese to traditional chinese jtoj: translate traditional chinese to simplified chinese

the two functions accept one parameter that is unicode or string the type of return value is unicode

Jianfan是一个基于python编程语言的关于中文繁简转换的小工具库。

简体中文和繁体中文转换提供了两个函数:

jtof: 简体转换为繁体 ftoj: 繁体转换为简体

函数接受unicode和string类型作为参数,返回值统一为unicode

Project Information

Labels:
python translation GBK BIG5 traditionalchinese simplifiedchinese