Converts between Traditional and Simplified Chinese. Uses monogram and bigram frequencies to pick optimal words when a 1-to-1 conversion is not possible.
Uses phrases in the dictionary to count monogram and bigram frequencies.
pip install chinese-converter
import chinese_converter
chinese_converter.to_traditional("simplified chinese text...")
chinese_converter.to_simplified("traditional chinese text...")
python -m unittest
MIT
Not necessary for the normal usage of this library.
-
Dictionary Files: https://resources.publicense.moe.edu.tw/dict_reviseddict_download.html
- Dictionary licensed under CC BY-ND 3.0 TW.
- Mirror: https://chinese-converter-data.s3.amazonaws.com/dict_revised_2015_20180409.zip