conver ECDICT to rime-easy-en dict.
- install Erlang and Elixir.
- download ECDICT csv dict 👇.
wget https://github.com/skywind3000/ECDICT/raw/master/ecdict.csv
- git clone https://github.com/BlindingDark/rime_easy_eng_dict
- cd rime_easy_eng_dict
- run.
mix deps.get mix conver ./ecdict.csv
- dict file will be saved in the
out
folder.
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