iOS 上的自定义键盘词典(拼写检查)位于哪里?

发布于 2024-11-06 15:07:27 字数 71 浏览 0 评论 0原文

我想知道磁盘上为拼写检查器存储所学单词的位置以及如何重置它们。

此外,如果知道拼写检查词典位于何处,那就太好了。

I would like to know the location on disk where the learned words are stored for the spellchecker and how to reset them.

In addition it would be nice to know where are the spellcheck dictionaries located.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

微凉徒眸意 2024-11-13 15:07:27

我在论坛上发现该位置应该是:

/private/var/mobile/Library/Keyboard/dynamic-text.dat - 英语
/private/var/mobile/Library/Keyboard/xx_XX-dynamic-text.dat - 对于其他语言,其中 xx_XX 是 ISO 语言代码。

要删除这些词典,您可以转到“设置”>一般>重置>重置键盘设置。

在此处输入图像描述

连字符

/System/Library/LinguisticData/...

一元语法

/系统/库/TextInput/...

I found on a forum that the location should be:

/private/var/mobile/Library/Keyboard/dynamic-text.dat - for English
/private/var/mobile/Library/Keyboard/xx_XX-dynamic-text.dat - for other languages, where xx_XX is the ISO language code.

To remove these dictionaries you can go to Settings> General> Reset > Reset Keyboard Settings.

enter image description here

Hyphenation

/System/Library/LinguisticData/...

Unigrams

/System/Library/TextInput/...

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文