Hi,

       I checked the bad_word_list issue.

       I apparently did something wrong when writing the WordType::Normalize
function. It seems to me that it should reject the word if it's in the
badword list but it does not. Since the bad_word_list is loaded by WordType
in a private member there is no way any other object can do it. I'm going
to do some research to make sure I don't do a mistake and restore that. 
Basically :

          if(badwords.Exists(word))
             bark

       I apparently did a trivial mistake since the
 #define WORD_NORMALIZE_BAD             0x0020
       shows in WordType.h.

       Cheers,

-- 
                Loic Dachary

                24 av Secretan
                75019 Paris
                Tel: 33 1 42 45 09 16
                e-mail: [EMAIL PROTECTED]
                URL: http://www.senga.org/


------------------------------------
To unsubscribe from the htdig3-dev mailing list, send a message to
[EMAIL PROTECTED] 
You will receive a message to confirm this. 

Reply via email to