What's the format of the OpenOffice dictionaries?

微笑、不失礼 提交于 2019-12-07 14:22:41

问题


Does anyone know what the format of the OpenOffice dictionary files are? As far as I can see there is one word per line, and some flags that presumably tells me something about the word.

Here's a couple of lines from the english dictionary as an example:

absoluteness/S
absorbency/SM
abstract/ShTVDPiGY
absurdness/S

And from the Norwegian dictionary, which is what I'll use:

flatorm/AEG
flatpresse/W
flatseng/ACEG
flatside/ACDEFGHJ
flatskjerm/A

What does for instance "/AEG" and "/S" mean? I assume each letter/flag has a certain meaning, so that tha A in "/AEG" means the same as the A in "/ACDEFGHJ".

I have googled all over the place, but I can't find any information.


回答1:


OO uses the hunspell engine for spell-checking. The stuff after the "/" is linked to data in the corresponding affix file.



来源:https://stackoverflow.com/questions/3060301/whats-the-format-of-the-openoffice-dictionaries

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!