I noticed jazzy was mentioned in that link, as much as I like it is not very well written and last I heard very little support from the original author.
By far the best Spell checker out there is aSpell (Is that the right name?), even googles doesn't come close to its power in spelling. The reason I know this is the first thing I do is spell check my own name, and aSpell is the only one that says my name is spelled correctly. The down side is that it is not very easy to get to on an API level, jazzy was the beginning but it doesn't use the open source (and I can't think of the name of it of the top of my head) dictionary methodology that reduces the size of the dictionary. And I can't see myself using jazzy to load 500k+ into a client to do spell checking, even if it is done with Ajax the search is to damn slow as compared to aSpell. Andrew Scott Senior Coldfusion Developer Aegeon Pty. Ltd. www.aegeon.com.au Phone: +613 8676 4223 Mobile: 0404 998 273 -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of modius Sent: Tuesday, 5 June 2007 9:23 PM To: farcry-dev Subject: [farcry-dev] Re: spell checking On Jun 5, 5:34 pm, bsmith <[EMAIL PROTECTED]> wrote: > there was a previous post about spell checking but it doesn't seem to > allow any replies, so: > > has anyone implemented server-side spell checking? > > tinyMCE has a PHP plugin available.. but I really need something that > can run in CF, or at a pinch - ASP/.NET > > anyone have any ideas? Quick fix -- you can use IESpell with tinyMCE: http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/iespell Longer term fixes, I like the idea of getting the Google spell plugin for tinyMCE to go with CF: http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/spellchecker I can't believe this would be too hard, and might make a great plugin candidate, "googleSpell" -- but it means your server needs to be able to reach Google which is not always possible. Another possibility with legs is described here: http://bugs.farcrycms.org:8080/browse/FC-105 Just haven't had the time to build on what people have already contributed. All the best, -- geoff http://www.daemon.com.au/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/farcry-dev?hl=en -~----------~----~----~----~------~----~------~--~---
