quote:
Originally posted by -dt-
quote:
Originally posted by vikke
3. It wont work. Mostly people has Word. Without Word I have no API, and writing a spellchecker then is really hard.
use aspell =p
http://aspell.sourceforge.net/
but I find Word's dictionnaries far better than any other spellchecker dictionnary there is. They are also updated more frequently and they have a huge language database (which can hardly be said about any other one; though aspell does provide some languages; the question is only how up-to-date are they).
For this reason (and for almost the same purpose as vikke's script) I am looking for something which does use Word's dictionnaries but without the overhead of using the API (and thus starting word, which is what causes that delay) and the drawbacks it creates (the API isn't that great).
In other words, I need something which directly can work with the Word dictionnaries file format without the use of the API (aka make your own spellchecker with the use of Word's dictionnaries).
Also, multiple languages in the same text (or ignoring certain text parts) is something I look for.