关于制作拼写检查器 [英] About making a spellchecker

查看:95
本文介绍了关于制作拼写检查器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,
我想为孟加拉语言创建一个拼写检查器.是否在C#.NET

Hi all,
I want to create a spellchecker for Bangla language.Is there any available library or API for Bangla language available in C#.NET

推荐答案

中有孟加拉语言的可用库或API,OpenOffice中有孟加拉语字典,请参见此处 [ Hunspell [ ^ ].
CodeProject 中,您可以找到有关将Hunspell与C#结合使用的几篇文章.看看这些:
- NHunspell-适用于.NET平台的Hunspell [具有C#和VB示例的.NET的拼写检查,断字和同义词库-第1部分:单线程 [ ^ ]
-具有C#和VB示例的.NET的拼写检查,断字和同义词库-部分2:多线程 [ ^ ]

:)
There is a Bengali dictionary for OpenOffice, see here[^].
You can use this dictionary with Hunspell[^].
Here in CodeProject you can find several articles about using Hunspell with C#. Have a look at these:
- NHunspell - Hunspell for the .NET platform[^]
- Spell Check, Hyphenation, and Thesaurus for .NET with C# and VB Samples - Part 1: Single Threading[^]
- Spell Check, Hyphenation, and Thesaurus for .NET with C# and VB Samples - Part 2: Multi Threading[^]

:)


希望带有字典编辑器程序的免费拼写检查器 [ ^ ]会给您一个想法
Hope A free Spell Checker with a dictionary editor program[^] from CP will give you an idea.


您需要一本字典
支持孟加拉语 [ ^ ]. Aspell [ ^ ]可用作库. 这可能有帮助 [ ^ ]您可以利用.Net中的aspell.否则,请尝试编写一个c ++ cli包装器,以向您的应用程序公开所需的功能.

问候
Espen Harlinn
You need a dictionary
Supporting Bangla[^]. Aspell[^] can be used as a library. This may help[^] you to leverage aspell in .Net. Otherwise try writing a c++ cli wrapper exposing the required functionality to you application.

Regards
Espen Harlinn


这篇关于关于制作拼写检查器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆