本文介绍了德尔福拼写检查器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我正在寻找一个免费的拼写检查器与Delphi 7 -2010一起使用,任何人都可以给我指向一个
Hi I am looking for a free spell checker to use with Delphi 7 -2010 could anyone please give me a pointer to one
推荐答案
我想添加我们在SynProject编辑器中使用的HunSpell库。
它包含在这个GPL工具的源代码中。
http://synopse.info/forum/viewforum.php?id=16
I would like to add the HunSpell library we used in our SynProject editor.It's included in the source code of this GPL tool.http://synopse.info/fossil/wiki?name=SynProjecthttp://synopse.info/forum/viewforum.php?id=16
.dll和字典捆绑到主可执行文件作为压缩资源。
The .dll, and the dictionaries, are bundled to the main executable as zipped resource.http://synopse.info/forum/viewtopic.php?pid=314#p314
这篇关于德尔福拼写检查器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!