Click here to Skip to main content
15,900,816 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
See more:
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
Posted

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[^]

:)
 
Share this answer
 
Hope A free Spell Checker with a dictionary editor program[^] from CP will give you an idea.
 
Share this answer
 
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
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900