Skip to content

Commit

Permalink
klsdj
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Bly committed Apr 16, 2013
1 parent 25288b3 commit 15556fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/coref.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 15556fc

Please sign in to comment.