Spell Checker in asp.net

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • suvarna1026
    New Member
    • Jan 2008
    • 21

    Spell Checker in asp.net

    I am doing project in asp.net(using vb.net).In that I have taken multiline textbox,now I want to create Spell Checker.Means text in textbox should detect spelling error with suggestion,exac t like MSWord.Can I do this in .net.What is the use of namespace Imports Word?can anyone help me on this?
  • rxyz
    New Member
    • Feb 2008
    • 3

    #2
    GNU Aspell is a Free and Open Source spell checker designed to eventually .... See http://aspell.net/metaphone

    Comment

    • rxyz
      New Member
      • Feb 2008
      • 3

      #3
      JEdit Plugin - This is a plugin that allows you to spell check documents and Java code in the popular editor program JEdit. Link: http://plugins.jedit.o rg/plugins/?JazzyPlugin

      Ekit - This is a Rich Text and HTML editor written in Java. It uses Jazzy for it's spell checking capabilities.
      Link: http://www.hexidec.com/ekit.php

      Webhtmleditor - This is a Internet Explorer 5.5+ only web based html editor that uses Jazzy.
      Link: http://webhtmleditor.s ourceforge.net
      It's project page can be found here: http://www.sourceforge .net/projects/webhtmleditor

      Roller - This is a Java based Blog (Web-Log) software that has recently added support for spell checking via jazzy.
      Link: http://www.rollerweblo gger.org/page/project

      Sourceforge.net :
      This is a project graciously hosted by sourceforge.net . If you follow this link you will find our "project" page which contains more information about the actual project, including message boards, CVS, and the actual released files.
      Sourceforge Project page: http://www.sourceforge .net/projects/jazzy

      Comment

      Working...