• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Spell checker options.

 
Ranch Hand
Posts: 72
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello all,

Recently my company has discovered a need for a web based spell checker. Several of us have done some research and found a few products that fit the bill.

Jazzy (Java based, open source spell checker.)
Aspell (C++ based, open source spell checker.)
WBOSS (Pearl based, open source spell checker.)
Jspell (Java based, commercial spell checker.)
IESpell (Active X, Internet Explorer plugin spell checker.)

Since we are almost completely a Java development shop the only 2 options that seem viable are Jazzy and/or Jspell. IESpell seems to have merit but I need to make sure the distribution is as hassle free as it seems from their site.

I was curious if anyone could shed some light on these products and/or list any alternate packages.

Thanks in advance.
 
Ranch Hand
Posts: 123
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Heath,

I worked at a company with a JSP transcription product. We integrated the Wintertree spellcheck applet with success. Easy to install and performant, and you can customize the word list:

http://www.wintertree-software.com/dev/spellcheckapplet/

Julia
 
Heath Lilley
Ranch Hand
Posts: 72
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for the info and the speedy reply, Julia. I have added this to our list of options.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic