diff options
| -rw-r--r-- | consts.py | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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'] |
