#chinese #conversion #convert #simple #traditional

bin+lib s2tw

一个简单的将简体中文转换为繁体中文(TW)的工具

21 个稳定版本

1.0.21 2024 年 8 月 11 日
1.0.19 2023 年 11 月 13 日
1.0.16 2023 年 9 月 11 日
1.0.15 2022 年 11 月 4 日
1.0.2 2018 年 11 月 28 日

2 in #traditional

Download history 64/week @ 2024-07-29 122/week @ 2024-08-05

每月下载量:186

MIT 许可证

10KB
139

s2tw

CI

一个简单的将简体中文转换为繁体中文(TW)的工具。

帮助

EXAMPLES:
s2tw                   # Convert each of input lines from Simple Chinese to Traditional Chinese
s2tw chs.txt cht.txt   # Convert chs.txt (in Simple Chinese) to cht.txt (in Traditional Chinese)
s2tw a.chs.txt         # Convert a.chs.txt (in Simple Chinese) to a.cht.txt (in Traditional Chinese)

Usage: s2tw [OPTIONS] [S_PATH] [TW_PATH]

Arguments:
  [S_PATH]   Assign the path of your Simple Chinese document. It should be a file path
  [TW_PATH]  Assign the path of your Traditional Chinese document. It should be a file path

Options:
  -f, --force    Force to output if the output file exists
  -h, --help     Print help
  -V, --version  Print version

许可证

MIT


lib.rs:

s2tw

一个简单的将简体中文转换为繁体中文(TW)的工具。

依赖关系

~3–15MB
~145K SLoC