Hi,

Do anyone know perl module that can give list of possible words of an incorrect spelling word? For example,

input: dissiapde
output: dissipate, dissipated

or good strategies to find possible words, or is there any research on this topic?

--
$_=`perldoc -U -q "What is a"`;m/"(.*?)"/;print$1



_______________________________________________
Boston-pm mailing list
[EMAIL PROTECTED]
http://mail.pm.org/mailman/listinfo/boston-pm

Reply via email to