Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 861 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 861 Bytes

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