summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <yuv.adm@gmail.com>2011-12-30 13:16:56 +0100
committerYuval Adam <yuv.adm@gmail.com>2011-12-30 13:16:56 +0100
commit23ec3d179380212a06fed2e75d57fa5d768d5176 (patch)
treece2d3ad6b796cb778478446e182e9ce6cb2c5ef7
parent6da04bda7eb4077d8899b873309e891db2e085f4 (diff)
added BP set of body partsHEADmaster
-rw-r--r--consts.py3
1 files changed, 3 insertions, 0 deletions
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']