A simple spell checker while typing.
A simple spell checker while typing that highlights words as you type them. I know there are some opensource programs that include a small library and engine that allows easy integration.
22
votes
1 comment
-
fyrfyt
commented
was poking around on a simple solution for you. try this site..
http://aspell.net/
it is a GNU spell checking plugin used by a few programs. works well also. Maybe it would be easy to integrate into the code and save you some time.