iOS 上的自定义键盘词典(拼写检查)位于哪里?
我想知道磁盘上为拼写检查器存储所学单词的位置以及如何重置它们。
此外,如果知道拼写检查词典位于何处,那就太好了。
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我在论坛上发现该位置应该是:
/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
.Hyphenation
/System/Library/LinguisticData/...
Unigrams
/System/Library/TextInput/...