diff options
| author | Yuval Adam <yuv.adm@gmail.com> | 2011-12-30 13:16:56 +0100 |
|---|---|---|
| committer | Yuval Adam <yuv.adm@gmail.com> | 2011-12-30 13:16:56 +0100 |
| commit | 23ec3d179380212a06fed2e75d57fa5d768d5176 (patch) | |
| tree | ce2d3ad6b796cb778478446e182e9ce6cb2c5ef7 /consts.py | |
| parent | 6da04bda7eb4077d8899b873309e891db2e085f4 (diff) | |
Diffstat (limited to 'consts.py')
| -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'] |
