白霜拼音说明

白霜拼音arrow-up-right:蒹葭苍苍,白露为霜。白霜拼音使用使用745396750字的高质量语料,进行分词,重新统计字频、词频,归一化,打造纯净、词频准确、智能的词库。白霜词库是目前rime方案下最好的开源词库,立志于打造不输于商业输入法的输入体验。

使用方法

使用方法基本同雾凇拼音,微调了一些触发指令,加入了lua辅助码的支持。辅助码是可选项,按下`开启,不影响正常打字。

默认方案是全拼,可以切换输入方案,也支持自然码双拼、小鹤双拼、微软双拼、搜狗双拼等双拼方案。

  • 符号 /fh 更多符号详见https://github.com/gaboolic/rime-frost/blob/master/symbols_v.yaml

  • 带调韵母 /a /e /u 等

  • 日期与时间 rq sj xq dt ts

  • 部件拆字反查 uU

  • unicode字符 U

  • 数字金额大写 R

  • 农历 N

  • 计算器 V

如何安装&配置文件路径

手动下载安装

下载本仓库的压缩包 Code - Download ZIP(或者下载releasesarrow-up-right最新的 source-code.zip),解压到如下路径即可

通过 Git 安装

首次安装:

根据用户使用的系统、安装的软件不同,先cd到对应的配置文件的父级目录(例如Windows为%APPDATA%、mac鼠须管为~/Library/),然后执行以下命令:

git clone --depth 1 https://github.com/gaboolic/rime-frost Rime

后续更新:

在 Rime 文件夹执行 git pull 即可。

  • Mac: cd ~/Library/Rime && git pull

  • Windows: cd "$env:APPDATA\Rime" && git pull

  • 其他系统以此类推

通过 东风破 安装

选择配方(others/recipes/*.recipe.yaml)来进行安装或更新:

  • ℞ 安装或更新全部文件 执行bash rime-install gaboolic/rime-frost:others/recipes/full

无智能模型时的输入效果

alt textarrow-up-right

alt textarrow-up-right

alt textarrow-up-right

alt textarrow-up-right

alt textarrow-up-right

alt textarrow-up-right

alt textarrow-up-right

alt textarrow-up-right

alt textarrow-up-right

alt textarrow-up-right

alt textarrow-up-right

alt textarrow-up-right

鸣谢

雾凇词库 https://github.com/iDvel/rime-icearrow-up-right 白霜词库的初始词库、绝大部分配置来自雾凇词库

结巴中文分词 https://github.com/fxsjy/jiebaarrow-up-right

汉字转拼音(pypinyin) https://github.com/mozillazg/python-pinyinarrow-up-right

MNBVC 超大规模中文语料集 https://github.com/esbatmop/MNBVCarrow-up-right 目前已有 33TB 数据量

kenlm https://github.com/kpu/kenlmarrow-up-right 官网https://kheafield.com/code/kenlm/arrow-up-right

kenlm 教程、python 调用 https://github.com/mattzheng/py-kenlm-modelarrow-up-right

吉祥物(于2024-10-12捡来):

arrow-up-right

友情链接

使用白霜词库的方案

墨奇音形 https://github.com/gaboolic/rime-shuangpin-fuzhumaarrow-up-right

墨奇五笔整句 https://github.com/gaboolic/rime-wubi-sentencearrow-up-right

薄荷拼音 https://github.com/Mintimate/oh-my-rimearrow-up-right

雨燕输入法 https://github.com/gurecn/YuyanImearrow-up-right 一个开箱即用的安卓输入法 内置白霜词库

Last updated