Martin, >Hello I am looking for a multi-lingual (French and English UK) spell >checker for a client. I have provided one using Jazzy from this >tutorial http://cfdj.sys-con.com/read/42120.htm but the client is not >happy with it. Personally I think it works fine but the guy is >expecting a Word copy. > >So is there a third party, open source or otherwise, spell checker that >anyone has used that they can recommend. It must be server side and >simple to integrate with Coldfusion and be very functional and flexible >possibly with administration of dictionaries.
You could also build a AJAX/webservice connection to the Jazzy API on your server. That way you can provide more realtime feedback. Also, one issue I had w/the Jazzy API was that loading the dictionaries is very slow. I'd make sure to write your Java wrapper class so that the dictionaries are persistent. In my tests, it seemed to take 2-3 seconds to load the dictionary. Making them persistent sped things up a ton. -Dan ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:245510 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

