Open Chinese Convert  1.0.4
A project for conversion between Traditional and Simplified Chinese
 All Classes Functions Typedefs Modules
Open Chinese Convert Documentation

Introduction 介紹

Open Chinese Convert (OpenCC, 開放中文轉換) is an opensource project for conversion between Traditional Chinese and Simplified Chinese, supporting character-level conversion, phrase-level conversion, variant conversion and regional idioms among Mainland China, Taiwan and Hong kong.

中文簡繁轉換開源項目,支持詞彙級別的轉換、異體字轉換和地區習慣用詞轉換(中國大陸、臺灣、香港)。

Features 特點

Links 相關鏈接

Installation 安裝

Download 下載

https://bintray.com/byvoid/opencc/OpenCC

Usage 使用

Command Line 命令行

opencc --help

Configurations 配置文件

預設配置文件

Development Documentation 開發文檔

Build 編譯

![Build Status](https://travis-ci.org/BYVoid/OpenCC.svg?branch=master)

Build with CMake

Linux (gcc 4.6 is required):

``` make sudo make install ```

Mac OS X (clang 3.2 is required):

``` make PREFIX=/usr/local sudo make PREFIX=/usr/local install ```

Windows MSYS:

``` cmake .. -G "MSYS Makefiles" -DCMAKE_INSTALL_PREFIX="" -DCMAKE_BUILD_TYPE=Release make ```

Windows Visual Studio (2013 or higher required):

``` cmake .. -G "Visual Studio 12" -DCMAKE_INSTALL_PREFIX="" -DCMAKE_BUILD_TYPE=Release make ```

iOS

See https://github.com/gelosie/OpenCC/tree/master/iOS

Android

See android-opencc

Projects using Opencc 使用OpenCC的項目

License 許可協議

Apache License 2.0

Third Party Library 第三方庫

All these libraries are statically linked.

Change History 版本歷史

https://github.com/BYVoid/OpenCC/blob/master/NEWS.md

Contributors 貢獻者

Please update this list you have contributed OpenCC.