Skip to content

Commit 59a8416

Browse files
authored
Merge pull request #10 from yoshitomo-matsubara/master
fixed a typo
2 parents f1451c6 + 88c9bd7 commit 59a8416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hw4/informed_seq2seq_predictor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ def _json_to_instance(self, json_dict: JsonDict) -> Instance:
2323
"""
2424
source = json_dict["source"]
2525
extra = json_dict["extra"]
26-
return self._dataset_reader.text_to_instance(source, extra_str=extra)
26+
return self._dataset_reader.text_to_instance(source, extra_seq=extra)

0 commit comments

Comments
 (0)