5136d3dea3937ce38891b98883cd1d9cba42d690,robotreviewer/robots/bias_robot.py,BiasRobot,annotate,#BiasRobot#Any#Any#,56
Before Change
"judgement": bias_class,
"justification": high_prob_sents})
data.gold.setdefault("marginalia", []).extend(marginalia) // gold for marginalia since this is shared
data.ml["bias"] = structured_data
return data
After Change
"justification": high_prob_sents})
// data.gold.setdefault("marginalia", []).extend(marginalia) // gold for marginalia since this is shared
data.ml["bias"] = {"structured": structured_data,
"marginalia": marginalia}
return data
In pattern: SUPERPATTERN
Frequency: 4
Non-data size: 5
Instances
Project Name: ijmarshall/robotreviewer
Commit Name: 5136d3dea3937ce38891b98883cd1d9cba42d690
Time: 2016-08-06
Author: mail@ijmarshall.com
File Name: robotreviewer/robots/bias_robot.py
Class Name: BiasRobot
Method Name: annotate
Project Name: ijmarshall/robotreviewer
Commit Name: 6384555d3ec86c1d65176b5e29afd37456a0559e
Time: 2016-08-06
Author: mail@ijmarshall.com
File Name: robotreviewer/robots/bias_robot.py
Class Name: BiasRobot
Method Name: annotate
Project Name: ijmarshall/robotreviewer
Commit Name: 6384555d3ec86c1d65176b5e29afd37456a0559e
Time: 2016-08-06
Author: mail@ijmarshall.com
File Name: robotreviewer/robots/pico_robot.py
Class Name: PICORobot
Method Name: annotate
Project Name: ijmarshall/robotreviewer
Commit Name: 5136d3dea3937ce38891b98883cd1d9cba42d690
Time: 2016-08-06
Author: mail@ijmarshall.com
File Name: robotreviewer/robots/pico_robot.py
Class Name: PICORobot
Method Name: annotate