Giter Site home page Giter Site logo

caiguanhao / opencc Goto Github PK

View Code? Open in Web Editor NEW
6.0 2.0 1.0 19.22 MB

OpenCC in one executable, converts between Simplified Chinese and Traditional Chinese 简体中文 繁體中文 正體中文 转换 also works in WASM

Home Page: https://caiguanhao.github.io/opencc/wasm/

Makefile 0.01% Go 100.00%
chinese chinese-conversion simplified-chinese traditional-chinese wasm

opencc's Introduction

opencc

Simplified version of gocc and OpenCC.

OpenCC in one executable. You can also use OpenCC in browser. See in-browser Chinese conversion tool.

The config and dictionary Go files are generated from the source of OpenCC version 1.1.0. You can also generate them using go test.

Command Line

go install github.com/caiguanhao/opencc/opencc@latest

Import Package

All

package main

import (
	"fmt"

	"github.com/caiguanhao/opencc"
)

func main() {
	// fmt.Println(opencc.Dictionaries)
	fmt.Println(opencc.Convert("s2twp", `鼠标里面的硅二极管坏了,导致光标分辨率降低。`))
	// 滑鼠裡面的矽二極體壞了,導致游標解析度降低。
}

Specific

package main

import (
	"fmt"

	"github.com/caiguanhao/opencc/configs/tw2sp"
)

func main() {
	fmt.Println(tw2sp.Description)
	// Traditional Chinese (Taiwan standard) to Simplified Chinese (with phrases)
	fmt.Println(tw2sp.Dicts.Convert(`滑鼠裡面的矽二極體壞了,導致游標解析度降低。`))
	// 鼠标里面的硅二极管坏了,导致光标分辨率降低。
}

opencc's People

Contributors

caiguanhao avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

pikachule

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.