27 Jun
2001
27 Jun
'01
10:02 a.m.
On Wed, 27 Jun 2001, Remi Delon wrote:
I have a website where users can post messages (using a textarea). I would like to be able to spell-check what they submit and notify them of possible mistakes. (much like the online spell-checker of hotmail that I'm using right now :-))
Has anybody ever written anything for zope that does something similar ?
There is a spellchecker at http://www.zope.org/Members/noa We're currently planning how to implement a new one using the pspell library over at SourceForge: http://sourceforge.net/projects/zope-spellcheck/ -Morten