使用哪种拼写检查器?
如果将拼写检查器添加到现有的 Delphi 应用程序中,客户会喜欢它。需要检查的文本位于多个备注字段中,并且语言是荷兰语,这往往会限制我的选择。
那么,向 Delphi/WIN32 应用程序添加荷兰语拼写检查器有哪些选择?
(最好不是基于网络的,因为客户端没有直接的互联网连接。)
它不一定是免费的!如果可能的话,客户将付款。 :-)
成瘾软件提供了一个选项,但我更喜欢有更多的选择。
A customer would like it if a spellings checker is added to an existing Delphi application. The texts that need to be checked are in multiple memo fields and the language is Dutch, which tends to limit my options.
So, what are my options for adding a dutch spellings checker to a Delphi/WIN32 application?
(Preferably something not webbased because the client has no direct Internet connection.)
It doesn't have to be free! The customer will pay if it's possible. :-)
Addictive Software offers an option, but I prefer to have more alternatives.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
我使用 Addict,有很多语言(包括荷兰语)和良好的支持:
AddictiveSoftware.com
I use Addict, lots of languages (including Dutch) and good support:
AddictiveSoftware.com
如上所述,令人上瘾的软件是主要软件之一。
但是 TRichView 组件 包含几个与 Delphi 配合使用的拼写检查器的解析器。 查看他们的列表和链接,其中包括:
Addictive software, as mentioned above, is one of the main ones.
But the TRichView component includes parsers for several spell-checkers that work out with Delphi. Check out their list and links that include:
Jedi JVCL 库有一个带有演示的
JvSpellChecker
组件(在 jvcl\examples\JvSpellChecker fodler 中)使用 MS Word 的替代选项:
使用 MS Word 从 Delphi 代码进行拼写检查 - Delphi 中的办公自动化
http://delphi.about.com/od/kbcontrolole/ss/word_automation.htm
Jedi JVCL library has a
JvSpellChecker
component with a demo (in jvcl\examples\JvSpellChecker fodler)Alternate option using MS Word:
Spell Checking from Delphi code using MS Word - Office Automation in Delphi
http://delphi.about.com/od/kbcontrolole/ss/word_automation.htm
Hunspell 是一个很棒的拼写检查器,在 OpenOffice 中使用,并带有最新的词典。
请参阅CodeCentral 上的相应下载。
我已经实现了一个自扩展版本(即,库和字典文件是根据请求从主要的 Delphi exe 资源中提取的),可用 作为我们 SynProject FOSS 应用程序的一部分。
Hunspell is a great spell-checker, used in OpenOffice, with up-to-date dictionnaries.
See the corresponding download at CodeCentral.
I've implemented a self-expanding version (i.e. the library and the dictionary files are extracted from the main Delphi exe resources on request), available as part of our SynProject FOSS application.
DevExpress 拼写检查是迄今为止我发现的最好的,但它不是免费的。
http://www.devexpress.com/Products/VCL/ExSpellChecker/
DevExpress Spell check is the best I have found so far, but it is not free.
http://www.devexpress.com/Products/VCL/ExSpellChecker/