# 简介

[墨奇输入法](https://github.com/gaboolic/moqi-im-windows) 是windows下一款内置白霜拼音的独立输入法。目前接入了librime内核，也支持替换成其他的输入方案。墨奇输入法TSF 层核心依赖：[`libIME2`](https://github.com/EasyIME/libIME2)  核心引擎由go语言开发：[`moqi-ime`](https://github.com/gaboolic/moqi-ime)

墨奇输入法特色功能：托盘切换输入法状态、主题皮肤修改、原生ai功能（编辑C:\Users\用户名\AppData\Roaming\Moqi\Rime\ai\_config.json 可以接入ai大模型以及自定义提示词、快捷键）

[白霜拼音](https://link.zhihu.com/?target=https%3A//github.com/gaboolic/rime-frost) 是基于雾凇拼音重制的，更纯净、词频准确、智能的拼音词库。使用745396750字的高质量语料，进行分词，重新统计字频、词频，归一化。白霜词库是目前rime方案下最好的词库，在不使用智能模型的情况下可以超越使用智能模型的词库方案。依托开源输入法rime可以实现双拼、类似搜狗输入法的辅助筛选，以及媲美商业输入法搜狗、微软、手心的整句输入体验。

[墨奇音形](https://link.zhihu.com/?target=https%3A//github.com/gaboolic/rime-shuangpin-fuzhuma) 支持自然码、小鹤、搜狗、微软等双拼，支持墨奇码、自然码部首辅、鹤形等多种直接辅助码。支持整句/字词输入。不认识的字可以笔画、部件拆字、仓颉码反查。支持aw、aj模式输入英文、日文，支持双拼并击输入、emoji、快符、日期、大写数字、计算器等高级功能。

[墨奇码](https://link.zhihu.com/?target=https%3A//github.com/gaboolic/moqima-tables)是一个原创的基于字形描述信息、递归拆分，最后取首末双形音托的码表开源的拆分方案，其拆分码表已开源，目前已经拆分完成全部的通用规范汉字、常用繁体字，总计支持4万字（方案选单中支持大字集和小字集切换）。未来准备支持gb18030-2022标准的8万字。拆分说明：[墨奇码拆分说明](https://moqiyinxing.chunqiujinjing.com/index/mo-qi-ma-chai-fen-shuo-ming)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://moqiyinxing.chunqiujinjing.com/index/jian-jie.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
