5dd344464309c574fab83020103e7e86431c24db,robotreviewer/robots/pico_robot.py,PICORobot,annotate,#PICORobot#Any#Any#Any#Any#,106
Before Change
doc_text = tokenizer.nlp(data["text"])
if not doc_text:
// we"ve got to know the text at least..
return data
After Change
doc_text = data["parsed_text"]
if not doc_text:
// we"ve got to know the text at least..
return data
In pattern: SUPERPATTERN
Frequency: 4
Non-data size: 4
Instances
Project Name: ijmarshall/robotreviewer
Commit Name: 5dd344464309c574fab83020103e7e86431c24db
Time: 2016-08-12
Author: mail@ijmarshall.com
File Name: robotreviewer/robots/pico_robot.py
Class Name: PICORobot
Method Name: annotate
Project Name: ijmarshall/robotreviewer
Commit Name: 771d835061665996870b9053d0a2bffc56be2a2f
Time: 2016-08-12
Author: mail@ijmarshall.com
File Name: robotreviewer/robots/bias_robot.py
Class Name: BiasRobot
Method Name: annotate
Project Name: ijmarshall/robotreviewer
Commit Name: 5dd344464309c574fab83020103e7e86431c24db
Time: 2016-08-12
Author: mail@ijmarshall.com
File Name: robotreviewer/robots/bias_robot.py
Class Name: BiasRobot
Method Name: annotate
Project Name: ijmarshall/robotreviewer
Commit Name: 771d835061665996870b9053d0a2bffc56be2a2f
Time: 2016-08-12
Author: mail@ijmarshall.com
File Name: robotreviewer/robots/pico_robot.py
Class Name: PICORobot
Method Name: annotate