开发者

Where is the custom keyboard dictionary (spellcheck) located on iOS?

开发者 https://www.devze.com 2023-03-05 10:46 出处:网络
I would like to know the location开发者_如何学Python on disk where the learned words are stored for the spellchecker and how to reset them.

I would like to know the location开发者_如何学Python 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.


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.

Where is the custom keyboard dictionary (spellcheck) located on iOS?

Hyphenation

/System/Library/LinguisticData/...

Unigrams

/System/Library/TextInput/...

0

精彩评论

暂无评论...
验证码 换一张
取 消