All Projects → ddddxxx → Swiftyopencc

ddddxxx / Swiftyopencc

Licence: mit
Swift port of OpenCC for conversion between Traditional and Simplified Chinese

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Swiftyopencc

Cn missemi
【Under CC-BY-NC-SA 4.0】Simplified Chinese translation of MIT course 「The Missing Semester of Your CS Education 」
Stars: ✭ 56 (-56.59%)
Mutual labels:  chinese-translation
Gocc
Golang version OpenCC 繁簡轉換
Stars: ✭ 100 (-22.48%)
Mutual labels:  chinese-translation
Mqtt v5
MQTT v5.0 specification draft Chinese translation. MQTT v5.0协议(草案)中文翻译。
Stars: ✭ 108 (-16.28%)
Mutual labels:  chinese-translation
Awesome Cn
awesome项目中文翻译,提升查阅效率
Stars: ✭ 62 (-51.94%)
Mutual labels:  chinese-translation
Crusader Kings Ii 2.6.3 Chinese Localization
Crusader Kings II(王国风云2)2.6.2、2.6.3 汉化包100%补完计划(基于52汉化组测试补丁)|王国风云2汉化|十字军之王2汉化|2.62汉化|2.63汉化
Stars: ✭ 83 (-35.66%)
Mutual labels:  chinese-translation
Real World Haskell Cn
《Real World Haskell》中文翻译项目
Stars: ✭ 1,457 (+1029.46%)
Mutual labels:  chinese-translation
Xlnet paper chinese translation
XLNet: Generalized Autoregressive Pretraining for Language Understanding 论文的中文翻译 Paper Chinese Translation!
Stars: ✭ 50 (-61.24%)
Mutual labels:  chinese-translation
Awesome Macos Command Line Zh
用你的 macOS 终端搞事情。(Use your macOS terminal shell to do awesome things. )
Stars: ✭ 117 (-9.3%)
Mutual labels:  chinese-translation
Alfred Parrot
📝 一款可以多种语言翻译的 Alfred Workflow
Stars: ✭ 89 (-31.01%)
Mutual labels:  chinese-translation
Cross Channel chinese Localization project
[LEGACY] CROSS † CHANNEL 中文化 (汉化) 项目,源代码以及网站。(全翻译文本、全平台移植源码已公开!欢迎修改&学习!)CROSS † CHANNEL Chinese Localization Project, source codes and websites. (All translations and scripts are open, welcome on any improvements!)
Stars: ✭ 107 (-17.05%)
Mutual labels:  chinese-translation
Quillchinesedoc
Quill中文翻译文档。
Stars: ✭ 64 (-50.39%)
Mutual labels:  chinese-translation
Developing Ios 11 Apps With Swift
Stanford 公开课,Developing iOS 11 Apps with Swift 字幕翻译
Stars: ✭ 1,237 (+858.91%)
Mutual labels:  chinese-translation
Kamasutra Cn
那啥经(梵汉对照)- for Chinese only
Stars: ✭ 106 (-17.83%)
Mutual labels:  chinese-translation
React In Patterns Cn
React in patterns 中文版
Stars: ✭ 1,107 (+758.14%)
Mutual labels:  chinese-translation
Spring Framework 4 Reference
Chinese translation of the Spring Framework 4.x Reference Documentation (https://docs.spring.io/spring/docs/4.3.13.RELEASE/spring-framework-reference/html/) .中文翻译《Spring Framework 4.x参考文档》
Stars: ✭ 1,478 (+1045.74%)
Mutual labels:  chinese-translation
Translation Spring Mvc 4 Documentation
Spring MVC 4.2.4 RELEASE 中文文档完整翻译稿
Stars: ✭ 1,062 (+723.26%)
Mutual labels:  chinese-translation
Mal Zh
The Make-A-Lisp Process 中文翻译,如何写一个Lisp解释器
Stars: ✭ 100 (-22.48%)
Mutual labels:  chinese-translation
Cs50 Study Group
CS50 Study Group & Subtitle Translation Initiative
Stars: ✭ 117 (-9.3%)
Mutual labels:  chinese-translation
Learn Regex Zh
🇨🇳 翻译: 学习正则表达式的简单方法
Stars: ✭ 1,772 (+1273.64%)
Mutual labels:  chinese-translation
Aiohttp Chinese Documentation
aiohttp中文文档😉 Gitbook在线阅读
Stars: ✭ 107 (-17.05%)
Mutual labels:  chinese-translation

Swifty Open Chinese Convert

Github CI Status pm platforms codebeat badge

Swift port of Open Chinese Convert

Requirements

  • macOS 10.10+ / iOS 8.0+ / tvOS 9.0+ / watchOS 2.0+
  • Swift 5.0

Usage

Quick Start

import OpenCC

let str = "鼠标里面的硅二极管坏了,导致光标分辨率降低。"
let converter = try! ChineseConverter(option: [.traditionalize, .twStandard, .twIdiom])
converter.convert(str)
// 滑鼠裡面的矽二極體壞了,導致游標解析度降低。

Note: The resource files is not shipped with the framework (as you may want to download it while needed). You are responsible for passing a valid resource bundle.

Here is a precompiled bundle. or you may put the dictionary files into the main bundle.

Documentation

Github Pages (100% Documented)

License

SwiftyOpenCC is available under the MIT license. See the LICENSE file.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].