Gossamer Forum
Home : Products : Gossamer Forum : Discussion :

Re: [dave-itools] Spellcheck soundex infinite loop?

Quote Reply
Re: [dave-itools] Spellcheck soundex infinite loop? In reply to
Hi,

That's very strange! Can you do me a favour, and look in admin/GForum/SpellCheck.pm and look for:

my $mispeeled = $sp->check_words(\@check_words);

and above that put:

use Data::Dumper;
warn "Checking ", Dumper(\@check_words), "\n";

and let me know what it says. I just tried spellchecking 'Ahh' and it came up ok.

Cheers,

Alex
--
Gossamer Threads Inc.
Subject Author Views Date
Thread Spellcheck soundex infinite loop? dave-itools 2101 Oct 23, 2002, 11:17 AM
Post Re: [dave-itools] Spellcheck soundex infinite loop?
yogi 2034 Oct 23, 2002, 12:07 PM
Thread Re: [dave-itools] Spellcheck soundex infinite loop?
Alex 1989 Oct 25, 2002, 3:38 PM
Post Re: [Alex] Spellcheck soundex infinite loop?
dave-itools 1968 Nov 1, 2002, 3:37 PM