#chinese #mediawiki #ruleset #convert #open-cc #variant #localization

app zhconv-cli

基于维基百科和OpenCC规则集,转换繁体中文、简体中文及两岸、新马地区的词汇

8个版本

0.3.1 2024年3月22日
0.3.0 2023年7月4日
0.3.0-beta2023年6月27日
0.2.0-beta2023年5月15日
0.1.0-beta2021年12月27日

#995 in 文本处理

Download history 1/week @ 2024-03-26 21/week @ 2024-04-02 1/week @ 2024-04-23 69/week @ 2024-04-30

每月下载量233

GPL-2.0-or-later

6MB
24K SLoC

PHP 20K SLoC // 0.0% comments Rust 2K SLoC // 0.1% comments TSX 1K SLoC // 0.1% comments Shell 543 SLoC // 0.1% comments Python 357 SLoC // 0.3% comments JavaScript 27 SLoC // 0.2% comments TypeScript 22 SLoC // 0.2% comments

zhconv-cli 中文简繁及地区词转换

zhconv-cli 在多个脚本或地区变体(例如,zh-TW <-> zh-CN <-> zh-HK <-> zh-Hans <-> zh-Hant)之间转换中文文本,基于Mediawiki/Wikipedia和OpenCC的转换规则集。

更多信息请查看zhconv-rs

USAGE:
    zhconv [FLAGS] [OPTIONS] <VARIANT> [--] [FILE]...

FLAGS:
        --wikitext      Treat the input text as wikitext and process inline conversion rules in MediaWiki syntax
        --dump-table    Dump the built-in conversion table, along with additional rules specified if any
    -h, --help          Prints help information
    -V, --version       Prints version information

OPTIONS:
        --rule <rules>...               Additional conversion rules in MediaWiki syntax (excluding -{, }-)
        --rules_file <rule-files>...    File(s) consisting of additional conversion rules in MediaWiki syntax (excluding
                                        -{, }-) seperated by LF

ARGS:
    <VARIANT>    Target variant to convert to (zh, zh-Hant, zh-Hans, zh-TW, zh-HK, zh-MO, zh-CN, zh-SG, zh-MY)
    <FILE>...    File(s) to convert in-place (omit for stdio)

依赖

~8–18MB
~241K SLoC