Board logo

标题: [格式转换] opencc - 开源的简繁转换工具 [打印本页]

作者: tmplinshi    时间: 2011-7-18 21:20     标题: opencc - 开源的简繁转换工具

【源码下载】https://github.com/BYVoid/OpenCC
主页: http://code.google.com/p/opencc/

Open Chinese Convert (OpenCC) Command Line Tool
Version 0.2.0

Author: BYVoid <[email=byvoid.kcp@gmail.com]byvoid.kcp@gmail.com[/email]>
Bug Report: http://code.google.com/p/open-chinese-convert/issues/entry

Usage:
opencc [Options]

Options:
-i [file], --input=[file]   Read original text from [file].
-o [file], --output=[file]  Write converted text to [file].
-c [file], --config=[file]  Load configuration of conversion from [file].
-v, --version               Print version and build information.
-h, --help                  Print this help.

With no input file, reads standard input and writes converted stream to standard
output.
Default configuration(zhs2zht.ini) will be loaded if not set.


注:文件编码必须是 UTF-8。

简介

Open Chinese Convert(OpenCC)是一个中文简繁转换开源项目,提供高质量的简繁转换词库和可供调用的函数库(libopencc)。还提供命令行简繁转换工具,人工校对工具,词典生成程序,以及图形用户界面。

特点

进展

截图


作者: Batcher    时间: 2021-11-16 16:16

【举例】

# 繁体中文转简体中文
  1. set PATH=C:\BAT_Tools\opencc-0.4.2\;%PATH%
  2. opencc -i input.txt -o output.txt -c "zht2zhs.ini"
复制代码
# 简体中文转繁体中文
  1. set PATH=C:\BAT_Tools\opencc-0.4.2\;%PATH%
  2. opencc -i input.txt -o output.txt -c "zhs2zht.ini"
复制代码





欢迎光临 批处理之家 (http://www.bathome.net/) Powered by Discuz! 7.2