Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sgalal/rime-opencc-32bit-latest
Customize rime input schemata to use the latest OpenCC dictionaries (32-bit)
https://github.com/sgalal/rime-opencc-32bit-latest
rime rime-config rime-schema simplified-chinese traditional-chinese
Last synced: 9 days ago
JSON representation
Customize rime input schemata to use the latest OpenCC dictionaries (32-bit)
- Host: GitHub
- URL: https://github.com/sgalal/rime-opencc-32bit-latest
- Owner: sgalal
- License: apache-2.0
- Created: 2020-04-30T04:02:01.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-28T09:52:42.000Z (about 4 years ago)
- Last Synced: 2024-10-16T05:44:03.475Z (about 2 months ago)
- Topics: rime, rime-config, rime-schema, simplified-chinese, traditional-chinese
- Size: 6.37 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-rime - sgalal/rime-opencc-32bit-latest - Customize rime input schemata to use the latest OpenCC dictionaries (32-bit) (其他)
README
# rime-opencc-32bit-latest
Recipe: ℞ `sgalal/rime-opencc-32bit-latest`
Customize rime input schemata to use the latest [OpenCC](https://github.com/BYVoid/OpenCC) dictionaries (32-bit)
For 64-bit version, see [sgalal/rime-opencc-latest](https://github.com/sgalal/rime-opencc-latest).
## Why
The OpenCC shipped with rime installer is not the latest version. Using the latest version will improve the accuracy of OpenCC conversion.
## How
This repository contains the latest version of OpenCC dictionaries. These files will be copied to the rime user directory by the [plum](https://github.com/rime/plum) configuration manager.
## Usage
With plum installed:
```sh
$ bash rime-install sgalal/rime-opencc-32bit-latest
```Without plum:
```sh
$ curl -fsSL https://git.io/rime-install | bash -s -- sgalal/rime-opencc-32bit-latest
```## Build Script
See [CI Build](https://ci.appveyor.com/project/chromezh/opencc).