I have just received an interesting requirement and after searching these forums still haven’t found a good solution yet…
We have a database used for reporting that ‘normal’ employees enter customer wins and later on ‘reporter’ employees scrub the data for spelling, grammar, punctutaion and flow. The problem is that the basic dictionary will not help us with standard abbreviations / capitalizations.
For example: If the spellcheck encounters Thinkpad, it will not suggest ThinkPad, if it sees XSeries it will not suggest xSeries or if POT is entered it will not suggest PoT.
What we need is a user dictionary to work in concert with the standard spellcheck embedded in the database or on the server so all users are working off of the same, up-to-date, customized spell checker.
We want to avoid writing an entirely new spellchecker if at all possible.
Has anyone else dealt with this? Any ideas where to start?
Thanks in advance!