Skip to content

Commit

Permalink
blah blah
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Sedra committed Apr 12, 2013
1 parent 83f4be4 commit 7dc4e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion answer
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7dc4e46

Please sign in to comment.