• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

implementing a spell check

robphelan

Diamond Member
i'm working in SAP - I'm looking to see if there's a way to implement some sort of spell check on fields/strings.

I could probably load some dictionary, parse my string and compare each word... but I'm more worried about providing "suggestions"...

anyone implement something like this?
 
Depending on how robust a spell checker you need, and if you can use stuff under the GPL/LGPL/MPL license, you may want to look at hunspell. It's widely used - open office, os x, firefox and others.
 
Back
Top