From 23ec3d179380212a06fed2e75d57fa5d768d5176 Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Fri, 30 Dec 2011 13:16:56 +0100 Subject: added BP set of body parts --- consts.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/consts.py b/consts.py index a8689f4..4fd5129 100644 --- a/consts.py +++ b/consts.py @@ -3,3 +3,6 @@ SN = ['ass', 'boobs', 'cock', 'crotch', 'cunt', 'dick'] # set of sexually explicit nouns that are likely targets for euphemism SN_ = SN + +# set of body part nouns +BP = ['hair', 'head', 'neck', 'eyes', 'nose', 'tounge', 'teeth', 'chin', 'chest'] -- cgit v1.3.1