如何从 Microsoft IME 程序中检索击键/字符映射表?
我想知道如何从 ms IME 中检索字符映射表?
当用户输入“gao xing”时,ms IME 会显示中文“高兴”。
我想要实现的目标恰恰相反;当用户输入“高兴”时,程序会将其转换为“gao xing”。为此,我需要一个数据库/映射表。我猜 MS IME 已经包含这个表了,这只是我如何检索它的问题。
你知道该怎么做吗?
I want to know how to retrieve the character mapping table from ms IME?
When the user key in "gao xing", ms IME will display 高兴 in Chinese.
What I want to achieve is the other way round; when user key in 高兴, the program will convert it to "gao xing". In order to do that, I need a database / mapping table for this. And I guess MS IME contains this table already, it's just the matter how i retrieve it.
Do you have any idea how to do it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
没有可以作为简单表检索的映射。您可以查看 CEDICT 的开源中文词典拼音读法。
There is no mapping that you can retrieve as a simple table. You could look into CEDICT for an open-source dictionary of Chinese with PinYin readings.