Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29253 ディスカッション

Spell Checker / Database

davidgraham
ビギナー
387件の閲覧回数
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 件の賞賛
1 返信
TimP
名誉コントリビューター III
387件の閲覧回数

i = system("aspell check textfile")
http://aspell.net/
返信