summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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']