From 15556fce202ad4b105e39340603e0f4ae8061650 Mon Sep 17 00:00:00 2001 From: Stephen Bly Date: Mon, 15 Apr 2013 23:23:39 -0400 Subject: [PATCH] klsdj --- modules/coref.py | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/coref.py b/modules/coref.py index d5c253f..83c963c 100644 --- a/modules/coref.py +++ b/modules/coref.py @@ -41,7 +41,6 @@ def process(path_to_article): #tok = nltk.word_tokenize(string) #ants = [(x,y) for x,y in nltk.pos_tag(tok) if y in {'NNP','NN'}] entity.string.replace_with(antecedent) - #print 'entity is: '+entity.string resolved = re.sub("<.*?>", "", str(soup)) except: resolved = open(original_path).read()