Skip to content

Commit

Permalink
Merge pull request #10 from yoshitomo-matsubara/master
Browse files Browse the repository at this point in the history
fixed a typo
  • Loading branch information
sameersingh authored Mar 17, 2019
2 parents f1451c6 + 88c9bd7 commit 59a8416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hw4/informed_seq2seq_predictor.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ def _json_to_instance(self, json_dict: JsonDict) -> Instance:
"""
source = json_dict["source"]
extra = json_dict["extra"]
return self._dataset_reader.text_to_instance(source, extra_str=extra)
return self._dataset_reader.text_to_instance(source, extra_seq=extra)

0 comments on commit 59a8416

Please # to comment.