Hi,
I'm wondering if there's a simple Perl spell checker. What I want to do is simple. I have a string, call it $result, and I want to split $result into words (I know how to do this) and then check if each word spelled correctly. For each misspelled word, I want to be able to provide suggestions. If you can provide me a starting point, it would be great.
Thanks!
I'm wondering if there's a simple Perl spell checker. What I want to do is simple. I have a string, call it $result, and I want to split $result into words (I know how to do this) and then check if each word spelled correctly. For each misspelled word, I want to be able to provide suggestions. If you can provide me a starting point, it would be great.
Thanks!