We are developing an application in which we need to implement spell checking for Indic languages that use ANSI fonts (not UNICODE)
I am looking for a Dictionary Component or Source Code that will allow:
- To maintain separate dictionaries like for example Legal, commercial, etc.
- Support more than one language
- If possible to allow developer to set parsing parameters so that we as developers can determine as to how given text should be broken down in words
- Support Addition of words to dictionary (should maintain separate dictionary and not modify original dictionary)
- Support custom dialog box so we can design our own dialog box (if required)
- Should be able to distinguish case of characters meaning it should not consider cascade and Cascade as same (if possible). There should be some kind of parameters that will allow us to enable/disable this feature
If this dictionary can check spellings in another Windows App that would be an added advantage.
Please guide me.