Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
emilmont committed Oct 8, 2012
1 parent d35e713 commit 1fc5ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion corenlp.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def parse_parser_results(text):
else:
sentence['parsetree'].append(line)

if state == STATE_DEPENDENCY:
elif state == STATE_DEPENDENCY:
if len(line) == 0:
state = STATE_COREFERENCE
else:
Expand Down

0 comments on commit 1fc5ee9

Please sign in to comment.