网上有一些繁体中文资源不能直接利用,通过chinese-convertor库,我们可以进行中文繁简互换。
安装
pip install chinese-converter
快速上手
import chinese_converter
chinese_converter.to_traditional("中国")
Run
中國
chinese_converter.to_simplified("中國")
Run
中国
本文作者: 大邓
本文标题: chinese-converter | 中文繁简互换Python库
本文链接: https://textdata.cn/blog/chinese_converter/
版权声明: 署名-非商业性使用-相同方式共享 4.0 国际
网上有一些繁体中文资源不能直接利用,通过chinese-convertor库,我们可以进行中文繁简互换。
pip install chinese-converter
import chinese_converter
chinese_converter.to_traditional("中国")
Run
中國
chinese_converter.to_simplified("中國")
Run
中国
本文作者: 大邓
本文标题: chinese-converter | 中文繁简互换Python库
本文链接: https://textdata.cn/blog/chinese_converter/
版权声明: 署名-非商业性使用-相同方式共享 4.0 国际