/rime-sogou-dictionaries

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

Primary LanguageShell

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$.

Dependencies

  • fd
  • GNU parallel
  • python2
  • dotnet

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