Skip to content

Commit acc3486

Browse files
JemokaCopilot
andauthored
fix typo
Co-authored-by: Copilot <[email protected]>
1 parent bbba2a5 commit acc3486

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stanza/utils/datasets/coref/convert_udcoref.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def process_documents(docs, augment=False):
129129
if sentence_text[span[1]] == "_" and span[1] == span[2]:
130130
is_zero.append([span[0], True])
131131
zero = True
132-
# oo! thaht's a zero coref, we should merge it forwards
132+
# oo! that's a zero coref, we should merge it forwards
133133
# i.e. we pick the next word as the head!
134134
span = [span[0], span[1]+1, span[2]+1]
135135
# crap! there's two zeros right next to each other

0 commit comments

Comments
 (0)