Finding privacy sensitive keywords
        Posted  
        
            by 
                user69914
            
        on Programmers
        
        See other posts from Programmers
        
            or by user69914
        
        
        
        Published on 2012-10-24T21:16:09Z
        Indexed on 
            2012/10/24
            23:15 UTC
        
        
        Read the original article
        Hit count: 296
        
privacy
I have a list of about 80,000 unique words or short phrases. These words and short phrases are associated with other data.
I'm trying to create a blacklist so I won't use any of the data associated with privacy sensitive words or short phrases. Example sensitive words or short phrases might be associated with sexual or illicit activity.
I know that privacy and sensitivity are in the eye of the beholder, but I'm looking for any established list or solutions of this nature.
© Programmers or respective owner