Currently, the additional dictionary is just a list of words and entries must be "duplicated" if you want to support the plural form of a noun, the uppercase version of a word... It would be good to allow a second field for each entry that will be interpreted as flags. I have at least 2 in minds:
noun: would mean that this word is a standard noun that can have a plural form by adding a 's'
- 'strictcase': for acronyms and things like that, accept only the same casing as in the entry. In the absence of this flag, lowercase, uppercase and capitalized versions would be accepted
I don't know how the additional dictionary entries are processed internally but if necessary, when reading them, it would be possible to generate the additional entries based on the flags to make the spellchecker happy if necessary!
Currently, the additional dictionary is just a list of words and entries must be "duplicated" if you want to support the plural form of a noun, the uppercase version of a word... It would be good to allow a second field for each entry that will be interpreted as flags. I have at least 2 in minds:
noun: would mean that this word is a standard noun that can have a plural form by adding a 's'I don't know how the additional dictionary entries are processed internally but if necessary, when reading them, it would be possible to generate the additional entries based on the flags to make the spellchecker happy if necessary!