Does Sigil really work with user's dictionaries?
Accoding to Hunspell to do spell checking we need:
- 1 aff file,
- 1 dic file.
And optionally:
- 1 hyph file,
- up to 20 extra dic files.
But I see, that Sigil adds user's words to IGNORE LIST, and did not use add_dic() function...
Becouse of this rules in aff (and hyph? - I did not find yet info about this) really unused.
User's words just ignored as like as html tags.
So it is not real dictionary, it is just additional ignore list
with sugestion possibility, but it does not change the matter...
PS
From hunspell3.pdf -
"Extra dictionaries
The add_dic() function load an extra dictionary file. The extra dictionaries use the affix file of the allocated Hunspell object. Maximal number of the extra dictionaries is limited in the source code (20)."
By the way, in open office we can select the language of the extra dictionary
and additionally there is a list of words to ignore.
|