网上有一些繁体中文资源不能直接利用,通过chinese-convertor库,我们可以进行中文繁简互换。
安装
pip install chinese-converter
快速上手
import chinese_converter
chinese_converter.to_traditional("中国")
Run
中國
chinese_converter.to_simplified("中國")
Run
中国
网上有一些繁体中文资源不能直接利用,通过chinese-convertor库,我们可以进行中文繁简互换。
pip install chinese-converter
import chinese_converter
chinese_converter.to_traditional("中国")
Run
中國
chinese_converter.to_simplified("中國")
Run
中国