https://github.com/go-cc/cc-jianfan
Chinese-Character Jian<=>Fan converting library in Go
https://github.com/go-cc/cc-jianfan
chinese chinese-characters chinese-simplified chinese-traditional chinese-translation go golang golang-examples golang-library golang-tools language
Last synced: 8 months ago
JSON representation
Chinese-Character Jian<=>Fan converting library in Go
- Host: GitHub
- URL: https://github.com/go-cc/cc-jianfan
- Owner: go-cc
- License: mit
- Created: 2017-04-24T03:10:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-24T16:25:55.000Z (over 8 years ago)
- Last Synced: 2025-01-09T13:48:15.066Z (9 months ago)
- Topics: chinese, chinese-characters, chinese-simplified, chinese-traditional, chinese-translation, go, golang, golang-examples, golang-library, golang-tools, language
- Language: Go
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.e.md
- License: LICENSE
Awesome Lists containing this project
README
# {{.Name}}
{{render "license/shields" . "License" "MIT"}}
{{template "badge/godoc" .}}
{{template "badge/goreport" .}}
{{template "badge/travis" .}}## {{toc 5}}
中文简繁互转
Chinese-Character Jian<=>Fan converter# API
#### > {{cat "jianfan_test.go" | color "go"}}
All patches welcome.
# Credits
- [github.com/siongui/gojianfan](https://github.com/siongui/gojianfan)
where the code was initially ported from
- [OpenCC](https://github.com/BYVoid/OpenCC)
where the Jian<=>Fan lookup table is based on