Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
AngledLuffa committed Nov 19, 2023
1 parent d490380 commit 7f20d53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stanza/utils/datasets/coref/convert_ontonotes.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,14 @@ def convert_dataset_section(pipe, section):

processed = {
"document_id": doc_id,
"cased_words": sentences,
"cased_words": cased_words,
"sent_id": sent_id,
"part_id": part_id,
"speaker": speaker,
#"pos": pos,
"deprel": deprel,
"head": heads,
"clusters": clusters
"span_clusters": clusters
}
processed_section.append(processed)
return processed_section
Expand Down

0 comments on commit 7f20d53

Please sign in to comment.