From 7dc4e4613492e257b4785d75c388725e6e45cef6 Mon Sep 17 00:00:00 2001 From: Daniel Sedra Date: Fri, 12 Apr 2013 14:39:06 -0400 Subject: [PATCH] blah blah --- answer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/answer b/answer index 6e5aed8..a86b276 100755 --- a/answer +++ b/answer @@ -32,7 +32,7 @@ pronouns = set(["he", "she", "it", "him", "her", "his"]) # This still needs to be implemented. def coref(path_to_article): subprocess.call(["./arkref.sh", "-input", path_to_article]) - path_to_article = path_to_article.replace("txt", "tagged") + #path_to_article = path_to_article.replace("txt", "tagged") return open(path_to_article).read() # Answers a question from the information in article.