# weasel **Repository Path**: mirrors/weasel ## Basic Information - **Project Name**: weasel - **Description**: 中州韻輸入法,思想用鍵盤表達 特倫斯大學輸入法專業者 佛振編程思想 :D 技巧加蛮力 慢工出细活 创造艺术和美 登峰造極之作 Rime 終極目標:將輸入法建立在字理、音理、直覺和最 - **Primary Language**: C/C++ - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: https://www.oschina.net/p/weasel - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 2 - **Created**: 2020-04-24 - **Last Updated**: 2023-09-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README RIME: Rime Input Method Engine === ![Build status](https://github.com/rime/librime/actions/workflows/commit-ci.yml/badge.svg) [![GitHub release](https://img.shields.io/github/release/rime/librime.svg)](https://github.com/rime/librime/releases) [![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause) Rime with your keystrokes. Project home --- [rime.im](https://rime.im) License --- [The 3-Clause BSD License](https://opensource.org/licenses/BSD-3-Clause) Features === - A modular, extensible input method engine in cross-platform C++ code, built on top of open-source technologies - Covering features found in a large variety of Chinese input methods, either shape-based or phonetic-based - Built with native support for Traditional Chinese, conversion to Simplified Chinese and other regional standards via OpenCC - Rime input schema, a DSL in YAML syntax for fast trying out innovative ideas of input method design - Spelling Algebra, a mechanism to create variant spelling, especially useful for Chinese dialects - Support for chord-typing with a generic Qwerty keyboard Install === Follow the instructions to build librime on platforms other than Linux: - [macOS](https://github.com/rime/librime/tree/master/README-mac.md) - [Windows](https://github.com/rime/librime/tree/master/README-windows.md) Build dependencies --- - compiler with C++17 support - cmake>=3.12 - libboost>=1.74 - libglog>=0.7 (optional) - libleveldb - libmarisa - libopencc>=1.0.2 - libyaml-cpp>=0.5 - libgtest (optional) Runtime dependencies --- - libboost - libglog (optional) - libleveldb - libmarisa - libopencc - libyaml-cpp Build and install librime on Linux --- ``` make sudo make install ``` Frontends === Official: - [ibus-rime](https://github.com/rime/ibus-rime): IBus frontend for Linux - [Squirrel](https://github.com/rime/squirrel): frontend for macOS - [Weasel](https://github.com/rime/weasel): frontend for Windows Community: - [emacs-rime](https://github.com/DogLooksGood/emacs-rime): frontend for Emacs - [coc-rime](https://github.com/tonyfettes/coc-rime): frontend for Vim - [rime.nvim](https://github.com/Freed-Wu/rime.nvim): frontend for Vim - [fcitx5.nvim](https://github.com/tonyfettes/fcitx5.nvim): Fcitx5 frontend for Vim - [fcitx5-ui.nvim](https://github.com/black-desk/fcitx5-ui.nvim): Fcitx5 frontend for Vim - [tmux-rime](https://github.com/Freed-Wu/tmux-rime): frontend for Tmux - [rl_custom_rime](https://github.com/Freed-Wu/rl_custom_rime): frontend for Readline - [zsh-rime](https://github.com/Freed-Wu/zsh-rime): frontend for Zsh - [pyrime](https://github.com/Freed-Wu/pyrime): frontend for Ptpython - [fcitx-rime](https://github.com/fcitx/fcitx-rime): Fcitx frontend for Linux - [fcitx5-rime](https://github.com/fcitx/fcitx5-rime): Fcitx5 frontend for Linux - [fcitx5-macos](https://github.com/fcitx-contrib/fcitx5-macos): Fcitx5 frontend for macOS - [XIME](https://github.com/stackia/XIME): frontend for macOS - [PIME](https://github.com/EasyIME/PIME): frontend for Windows - [rabbit](https://github.com/amorphobia/rabbit): frontend for Windows - [Trime](https://github.com/osfans/trime): frontend for Android - [fcitx5-android](https://github.com/fcitx5-android/fcitx5-android): frontend for Android - [YuyanIme](https://github.com/gurecn/YuyanIme): frontend for Android - [Hamster](https://github.com/imfuxiao/Hamster): frontend for iOS - [My RIME](https://github.com/LibreService/my_rime): frontend for web Plugins === - [librime-charcode](https://github.com/rime/librime-charcode) (Deprecated) Module that deals with character encoding; depends on boost::locale and ICU libraries - [librime-legacy](https://github.com/rime/librime-legacy) (Deprecated) Legacy module with GPL-licensed code - [librime-lua](https://github.com/hchunhui/librime-lua) Lua scripting - [librime-octagram](https://github.com/lotem/librime-octagram) Language model - [librime-predict](https://github.com/rime/librime-predict) Predict next word - [librime-proto](https://github.com/lotem/librime-proto) IPC using CapnProto Related works === - [plum](https://github.com/rime/plum): Rime configuration (recipe) installer - [combo-pinyin](https://github.com/rime/home/wiki/ComboPinyin): an innovative chord-typing practice to input Pinyin - [rime-essay](https://github.com/rime/rime-essay): the preset vocabulary - [SCU](https://github.com/neolee/SCU): Squirrel Configuration Utilities Credits === We are grateful to the makers of the following open source libraries: - [Boost C++ Libraries](http://www.boost.org/) (Boost Software License) - [google-glog](https://github.com/google/glog) (The 3-Clause BSD License) - [Google Test](https://github.com/google/googletest) (The 3-Clause BSD License) - [LevelDB](https://github.com/google/leveldb) (The 3-Clause BSD License) - [marisa-trie](https://github.com/s-yata/marisa-trie) (BSD 2-Clause License, LGPL 2.1) - [OpenCC](https://github.com/BYVoid/OpenCC) (Apache License 2.0) - [yaml-cpp](https://github.com/jbeder/yaml-cpp) (MIT License) Contributors === - [佛振](https://github.com/lotem) - [鄒旭](https://github.com/zouxu09) - [Weng Xuetian](http://csslayer.info) - [Chongyu Zhu](http://lembacon.com) - [Zhiwei Liu](https://github.com/liuzhiwei) - [BYVoid](http://www.byvoid.com) - [雪齋](https://github.com/LEOYoon-Tsaw) - [瑾昀](https://github.com/kunki) - [osfans](https://github.com/osfans) - [jakwings](https://github.com/jakwings) - [Prcuvu](https://github.com/Prcuvu) - [hchunhui](https://github.com/hchunhui) - [Qijia Liu](https://github.com/eagleoflqj) - [WhiredPlanck](https://github.com/WhiredPlanck)