5d3828219d1afc9c6018a9f3779a7a7768ed7e15,allennlp/predictors/bidaf.py,BidafPredictor,_json_to_instance,#BidafPredictor#Any#,35
Before Change
question_text = json_dict["question"]
passage_text = json_dict["passage"]
return self._dataset_reader.text_to_instance(question_text, passage_text), {}
After Change
question_text = json_dict["question"]
passage_text = json_dict["passage"]
return self._dataset_reader.text_to_instance(question_text, passage_text)
In pattern: SUPERPATTERN
Frequency: 4
Non-data size: 4
Instances
Project Name: allenai/allennlp
Commit Name: 5d3828219d1afc9c6018a9f3779a7a7768ed7e15
Time: 2018-06-26
Author: markn@allenai.org
File Name: allennlp/predictors/bidaf.py
Class Name: BidafPredictor
Method Name: _json_to_instance
Project Name: allenai/allennlp
Commit Name: 5d3828219d1afc9c6018a9f3779a7a7768ed7e15
Time: 2018-06-26
Author: markn@allenai.org
File Name: allennlp/predictors/decomposable_attention.py
Class Name: DecomposableAttentionPredictor
Method Name: _json_to_instance
Project Name: allenai/allennlp
Commit Name: 5d3828219d1afc9c6018a9f3779a7a7768ed7e15
Time: 2018-06-26
Author: markn@allenai.org
File Name: allennlp/predictors/simple_seq2seq.py
Class Name: SimpleSeq2SeqPredictor
Method Name: _json_to_instance
Project Name: allenai/allennlp
Commit Name: 5d3828219d1afc9c6018a9f3779a7a7768ed7e15
Time: 2018-06-26
Author: markn@allenai.org
File Name: allennlp/predictors/constituency_parser.py
Class Name: ConstituencyParserPredictor
Method Name: _json_to_instance