Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.16 KB

README.md

File metadata and controls

30 lines (22 loc) · 1.16 KB

Introduction

Generates a "luna_pinyin" dictionary for Rime by filtering scel dictionaries from available ones of 搜狗细胞词库.

"luna_pinyin.sogou.dict.yaml" is used in my rime config. The maintained dictionary is generated by a regexp filter (计算机|日本|官方推荐|大全).*\.scel$.

Release

Due to limitations of Github's git lfs, please go to the release page for the generated rime dictionary.

Dependencies

macOS

brew install fd parallel

Usage

The scripts are tested under Linux and should work for Linux/Mac.

Steps:

  1. Runs ./bootstrap.sh to initialize imewlconverter.
  2. Runs ./make-dict.sh for help and then follows the instructions.

Credits