#chinese #conversion #convert #simple #traditional

bin+lib tw2s

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

21 个稳定版本

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

#1556命令行工具

Download history 15/week @ 2024-07-01 94/week @ 2024-07-29 118/week @ 2024-08-05 83/week @ 2024-08-12

每月 295 次下载

MIT 许可证

10KB
139 代码行

tw2s

CI

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

帮助

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

Usage: tw2s [OPTIONS] [TW_PATH] [S_PATH]

Arguments:
  [TW_PATH]  Assign the path of your Traditional Chinese document. It should be a file path
  [S_PATH]   Assign the path of your Simple 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:

tw2s

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

依赖

~3–16MB
~154K SLoC