CF_wwSpeller is a Cold Fusion interface to WinWord spelling engine that allows CF developers to provide server side spell checking within their applications. WinWord application should be installed on server side. Demo application is included.
Encrypted demo version has been limited with 3 words per query.
Tag Syntax
<cf_wwspeller texttospell = "#tx#" name="spell_errors"/>
<cfoutput query="spell_errors">
#word# #suggestions# <BR>
</cfoutput>
The text processing example:
Input text :
This is a cf tag for develapers with basik knowladge who
wants to power aplication with spel chek.
Output:
| word | suggestions |
| cf | cuff,co,if,of,café,cafe,kef,off,cuffs |
| develapers | developers |
| knowladge | knowledge |
| aplication | application,applications |
| spel | spell,spelt,spiel,spells,spill |
| chek | cheek,check,cheeky,cheeks,chic,chew,chef |
How to install :
- Download desired version from here
- Unpack WWSpeller.zip to web directory
- Point your browser onto speller.cfm
- Enjoy
Demo application works only with IE browsers but nothing limits you to create your own or integrate existing to your all browser application. It is limited only with your imagination. So server side tag interacts with WinWord it is only for Windows platform.
Spelling will be easy. You can now provide your UNIX users with WinWord spelling engine. Also you can share dictionaries with all users just by adding new words on server side.
Note: demo version can spell 150 characters text and limited with 3 spell errors.