Giter Site home page Giter Site logo

iblislin / opencc Goto Github PK

View Code? Open in Web Editor NEW

This project forked from byvoid/opencc

0.0 1.0 0.0 5.11 MB

A project for conversion between Traditional and Simplified Chinese

Home Page: http://opencc.byvoid.com/

License: Apache License 2.0

CMake 5.37% Makefile 0.88% Python 1.94% C++ 89.41% JavaScript 2.40%

opencc's Introduction

Open Chinese Convert 開放中文轉換

Download Build Status

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 特點

  • 嚴格區分「一簡對多繁」和「一簡對多異」。
  • 完全兼容異體字,可以實現動態替換。
  • 嚴格審校一簡對多繁詞條,原則爲「能分則不合」。
  • 支持中國大陸、臺灣、香港異體字和地區習慣用詞轉換,如「裏」「裡」、「鼠標」「滑鼠」。
  • 詞庫和函數庫完全分離,可以自由修改、導入、擴展。
  • 支持C、C++、Python、PHP、Java、Ruby、Node.js and Android。
  • 兼容Windows、Linux、Mac平臺。

Links 相關鏈接

Installation 安裝

Download 下載

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

Usage 使用

Command Line 命令行

opencc --help

Configurations 配置文件

預設配置文件

  • s2t.json Simplified Chinese to Traditional Chinese 簡體到繁體
  • t2s.json Traditional Chinese to Simplified Chinese 繁體到簡體
  • s2tw.json Simplified Chinese to Traditional Chinese (Taiwan Standard) 簡體到臺灣正體
  • tw2s.json Traditional Chinese (Taiwan Standard) to Simplified Chinese 臺灣正體到簡體
  • s2hk.json Simplified Chinese to Traditional Chinese (Hong Kong Standard) 簡體到香港繁體(香港小學學習字詞表標準)
  • hk2s.json Traditional Chinese (Hong Kong Standard) to Simplified Chinese 香港繁體(香港小學學習字詞表標準)到簡體
  • s2twp.json Simplified Chinese to Traditional Chinese (Taiwan Standard) with Taiwanese idiom 簡體到繁體(臺灣正體標準)並轉換爲臺灣常用詞彙
  • tw2sp.json Traditional Chinese (Taiwan Standard) to Simplified Chinese with Mainland Chinese idiom 繁體(臺灣正體標準)到簡體並轉換爲中國大陸常用詞彙
  • t2tw.json Traditional Chinese (OpenCC Standard) to Taiwan Standard 繁體(OpenCC 標準)到臺灣正體
  • t2hk.json Traditional Chinese (OpenCC Standard) to Hong Kong Standard 繁體(OpenCC 標準)到香港繁體(香港小學學習字詞表標準)

Development Documentation 開發文檔

Build 編譯

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.

opencc's People

Contributors

byvoid avatar kunki avatar lotem avatar steelywing avatar jjgod avatar tchaikov avatar kanru avatar mxgit1090 avatar peterdavehello avatar rueycheng avatar weakish avatar mscdex avatar stony-shixz avatar stevenyao avatar songchenwen avatar marguerite avatar lvxudong avatar 0x1997 avatar xadillax avatar fqj1994 avatar qichuan avatar pellaeon avatar iwater avatar lalau avatar lidaobing avatar pprkut avatar denny0223 avatar amowu avatar

Watchers

Iblis Lin avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.