Hi, I found that there is a bug about path of loading entitydb data when I use this tool ;)
In function 'create_config()' of 'bootleg_annotator.py':
config_args["data_config"]["alias_cand_map"] = "alias2qids.json"
should be:
config_args["data_config"]["alias_cand_map"] = "alias2qids"
Hi, I found that there is a bug about path of loading entitydb data when I use this tool ;) In function 'create_config()' of 'bootleg_annotator.py':
config_args["data_config"]["alias_cand_map"] = "alias2qids.json"
should be:config_args["data_config"]["alias_cand_map"] = "alias2qids"