From 90246e005f04310c65c84fcf3ac0f2aac3f498d3 Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Fri, 6 May 2011 00:13:43 +0300 Subject: added constants and started utils --- consts.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 consts.py (limited to 'consts.py') diff --git a/consts.py b/consts.py new file mode 100644 index 0000000..a8689f4 --- /dev/null +++ b/consts.py @@ -0,0 +1,5 @@ +# 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 -- cgit v1.3.1