Re: Spell Checkers and EMail

2003-03-06 Thread Martin Edenhofer
On Thu, Mar 06, 2003 at 12:23:49PM -0600, Ken Y. Clark wrote: > [snip] > > A bit off topic, but I have a similar need. I have a form where HTML is > > entered. I can easily parse out the text with HTML::Parser, and build a > > list of incorrectly spelled words, open in another window and show th

Re: Spell Checkers and EMail

2003-03-06 Thread Ken Y. Clark
On Thu, 6 Mar 2003, Bill Moseley wrote: [snip] > A bit off topic, but I have a similar need. I have a form where HTML is > entered. I can easily parse out the text with HTML::Parser, and build a > list of incorrectly spelled words, open in another window and show the > words and a list for sugge

Re: Spell Checkers and EMail

2003-03-06 Thread Perrin Harkins
Philip M. Gollucci wrote: We send a good deal of templated based E-Mail with the option to edit right before sending. The editing is done via webpage running under mod_perl/Apache or PerlEx/IIS with Oracle and MSSQL backends respectively. Anyone know of any good modules to add a "spellchecker"

Re: Spell Checkers and EMail

2003-03-06 Thread Bill Moseley
On Thu, 6 Mar 2003, Doug Silver wrote: > Also have a look as 'aspell', which I found to have a more extensive > dictionary and thus suggestions for words. I also discovered that sending > stdin to it from a perl script can be quite slow (e.g. an email that has > several replies), however there

Re: Spell Checkers and EMail

2003-03-06 Thread Doug Silver
230694&w=2 > > I used it to spell check text before saving it. Offering a spell > interface incl. suggestion and personal dictionary. > > > Regards Christian > > > == beginn original ====== > Date: Donnerstag, 6. März 2003, 04:21:07 > Subject: Spell

Re: Spell Checkers and EMail

2003-03-06 Thread Christian Hauser
used it to spell check text before saving it. Offering a spell interface incl. suggestion and personal dictionary. Regards Christian == beginn original == Date: Donnerstag, 6. März 2003, 04:21:07 Subject: Spell Checkers and EMail We send a good deal of templated based E-Mail

Spell Checkers and EMail

2003-03-06 Thread Philip M. Gollucci
We send a good deal of templated based E-Mail with the option to edit right before sending. The editing is done via webpage running under mod_perl/Apache or PerlEx/IIS with Oracle and MSSQL backends respectively. Anyone know of any good modules to add a "spellchecker" ability to this edit scre