Spell Checker for Java

jQuery SpellCheck Plugin

Lot of tools are providing the spell checker integration with java application commercially.
After going into the lot of tools , following tool looks good for me on UI side and integrating into application side also.

The plugin is unique for jQuery spell-checkers because:

  • It does not send your data across the internet to 3rd party servers for checking.
  • It does not rely on unusual libraries such as PSpell, ASpell or MS Word®
  • It provides context-menu spellchecking including 'red-wiggly-underlines'
  • It also provides a traditional spell check in a dialog window.
  • It works in all modern web browsers (those supporting jQuery)
  • It works on Microsoft OR Linux hosting. It can be run by ASP, ASP.Net or PHP.
  • It is very fast - supporting spell checks of upto 30,000 words a second.
For Officail website : http://www.javascriptspellcheck.com/
For Demo : http://www.javascriptspellcheck.com/Demos_And_Tutorials


JAZZY

I used this Jazzy Spell Checker Java API.It provides the all the API for spell cheking.
It also provides the Swing interfaces for UI building in html pages.I done the POC using Jquery and Jazzy Framework.

I called the Jazzy server side API from jsp by using the ajax calls .we can create the UI according to our requirement .

It is really a nice API.It is opensource and customization also there.So,This API is very useful for me.

For Officail website :  http://jazzy.sourceforge.net/
For Demo : http://jazzy.sourceforge.net/demo.html
For Source Code : http://sourceforge.net/projects/jazzy/

I used this for one of my project.It is really helpful for me.Thanks Jazzy Team.





0 Response to "Spell Checker for Java"

Post a Comment