Skip to content

BlindingDark/rime_easy_eng_dict

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages