Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Spell Checker / Database

davidgraham
Beginner
382 Views
I looked for Spell Checker if the forum and found I asked the question in 2003 and got no replies. Maybe I will this time.

I would like to add a spell checker to my CAD application.
I want to scan through my drawing looking for text when I find an item I want to highlight it in the drawing (I can do all this) but I want to check if it is in the dictionary if not, allow the user to add it to the dictionary.

I could just create the dictionary as a text file and scan through it but there must be a more efficient way of doing this.

Any suggestions on how I can do it?

Thanks,
David
0 Kudos
1 Reply
TimP
Honored Contributor III
382 Views

i = system("aspell check textfile")
http://aspell.net/
0 Kudos
Reply