8000 Fix typo · torotoki/stanford-corenlp-python@1fc5ee9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1fc5ee9

Browse files
committed
Fix typo
1 parent d35e713 commit 1fc5ee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

corenlp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def parse_parser_results(text):
9191
else:
9292
sentence['parsetree'].append(line)
9393

94-
if state == STATE_DEPENDENCY:
94+
elif state == STATE_DEPENDENCY:
9595
if len(line) == 0:
9696
state = STATE_COREFERENCE
9797
else:

0 commit comments

Comments
 (0)
0