BlindingDark / rime_easy_eng_dict

cover ECDICT to rime-easy-en dict

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RimeEasyEnglishDict

conver ECDICT to rime-easy-en dict.

How to use

  1. install Erlang and Elixir.
  2. download ECDICT csv dict 👇.
    wget https://github.com/skywind3000/ECDICT/raw/master/ecdict.csv
  3. git clone https://github.com/BlindingDark/rime_easy_eng_dict
  4. cd rime_easy_eng_dict
  5. run.
    mix deps.get
    mix conver ./ecdict.csv
  6. dict file will be saved in the out folder.

Convert all content

WARNING! The output file will be too large, it will seriously affect the running speed of RIME!

By default, only the high-frequency words will be converted, you can convert the entire contents of the dictionary by setting environment variable.

CONVERT_ALL_CONTENT=true mix conver ./ecdict.csv

About

cover ECDICT to rime-easy-en dict


Languages

Language:Elixir 100.0%