summaryrefslogtreecommitdiff
path: root/consts.py
blob: 4fd5129203db930ec21fb02027e2aeecfd1c7bbc (plain)
1
2
3
4
5
6
7
8
# set of sexually explicit nouns
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']