A Japanese input scheme & dictionary for RIME.
Download dist.zip
from https://github.com/sncix/rime-nihongo-hybrid/releases; unzip it, and then copy everything under dist/
into Rime's user folder. For example: the user folder is ~/.config/ibus/rime/
, then cp -vr dist/. ~/.config/ibus/rime/
will do the work.
The location of user directory is related to specific input methods (i.e. frontends of Rime). In most cases, information about it can be found either in Rime's Customization Guide or in the documentation of the input method.
Deployment also varies across input methods. Usually, you can also find information in the same place(s) above.
-
All files other than those under
data/
are released under MIT License. -
Files under
data/
:-
JMdict/JMdict_e.xml
- What: The JMdict (Japanese-Multilingual Dictionary) file, with only the English translations.
- Author: The Electronic Dictionary Research and Development Group
- Link: http://www.edrdg.org/jmdict/j_jmdict.html
- License: CC BY-SA 3.0, see this link for more information.
-
mozc_dictionaries/*
- What: dictionary files of the input method mozc
- Author: multiple authors
- Link: https://github.com/google/mozc/tree/master/src/data/dictionary_oss
- License: mixed license
-
internet-jp-forms.num
- What: a Japanese frequency list
- Author: Serge Sharoff
- Link: http://corpus.leeds.ac.uk/frqc/internet-jp-forms.num
- License: CC BY 2.5
-
opencc/*
- What: opencc dictionaries
- Author: BYVoid
- Link: https://github.com/BYVoid/OpenCC/blob/master/data/dictionary/JPVariants.txt
- License: Apache License 2.0
-