rime-sogou-dictionaries icon indicating copy to clipboard operation
rime-sogou-dictionaries copied to clipboard

Rime 朙月拼音方案的扩充搜狗词库

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