使用哪种拼写检查器?

发布于 2024-10-13 01:56:12 字数 288 浏览 10 评论 0原文

如果将拼写检查器添加到现有的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(5

前事休说 2024-10-20 01:56:12

我使用 Addict,有很多语言(包括荷兰语)和良好的支持:
AddictiveSoftware.com

I use Addict, lots of languages (including Dutch) and good support:
AddictiveSoftware.com

拧巴小姐 2024-10-20 01:56:12

如上所述,令人上瘾的软件是主要软件之一。

但是 TRichView 组件 包含几个与 Delphi 配合使用的拼写检查器的解析器。 查看他们的列表和链接,其中包括:

  • Addictive Software 的 Addict 3 和 4(共享软件 VCL)组件)
  • László Németh 的 HunSpell(DLL,开源)
  • Developer Express Inc. 的 ExpressSpellChecker(商业 VCL 组件)
  • OneDomain 的 EDSSpell 7(共享软件 VCL 组件)
  • Kevin Atkinson 的 ASpell(DLL,许可证:LGPL)
  • ComponentOne LLC 的 VSSpell 8.0(共享软件) ActiveX,已停产)
  • Visual Components, Inc 的 VSSpell 3.0(随 Delphi、ActiveX 的某些版本一起提供)
  • Luzius Schneider 的 LS Speller(基于 Alexander Obukhov 以前的工作)(免费软件,使用 ISpell 和 MS Office 拼写检查器(通过 CSAPI)) 。
  • Polar SpellChecker 组件(共享软件 ActiveX)

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:

  • Addict 3 and 4 by Addictive Software (shareware VCL component)
  • HunSpell by László Németh (DLL, open source)
  • ExpressSpellChecker by Developer Express Inc. (commercial VCL component)
  • EDSSpell 7 by OneDomain (shareware VCL component)
  • ASpell by Kevin Atkinson (DLL, license: LGPL)
  • VSSpell 8.0 by ComponentOne LLC (shareware ActiveX, discontinued)
  • VSSpell 3.0 by Visual Components, Inc (shipped with some versions of Delphi, ActiveX)
  • LS Speller by Luzius Schneider (based on former work of Alexander Obukhov) (freeware, uses ISpell and MS Office spell checkers (via CSAPI)).
  • Polar SpellChecker Component by Polar (shareware ActiveX)
小猫一只 2024-10-20 01:56:12

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

半葬歌 2024-10-20 01:56:12

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.

小姐丶请自重 2024-10-20 01:56:12

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/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文