1289cd6e8f46d3fb3109d33fdc458c9574beab86,spacy/sandbox_test_sofie/testing_el.py,,create_kb,#,6
Before Change
print(" prior_prob", candidate.prior_prob)
print("candidates for", alias3)
candidates3 = mykb.get_candidates(alias3)
for candidate in candidates3:
print(" candidate")
print(" name", candidate.get_entity_name(mykb))
print(" alias", candidate.get_alias_name(mykb))
After Change
for alias in [alias1, alias2, alias3]:
print()
print("candidates for", alias)
candidates = mykb.get_candidates(alias)
for candidate in candidates:
print(" candidate")
print(" kb_id", candidate.kb_id)
print(" kb_id_", candidate.kb_id_)
In pattern: SUPERPATTERN
Frequency: 4
Non-data size: 3
Instances Project Name: explosion/spaCy
Commit Name: 1289cd6e8f46d3fb3109d33fdc458c9574beab86
Time: 2019-03-22
Author: sofie.vanlandeghem@gmail.com
File Name: spacy/sandbox_test_sofie/testing_el.py
Class Name:
Method Name: create_kb
Project Name: explosion/spaCy
Commit Name: c62cca3368fb451a40ef0815107f630e65ca6b25
Time: 2019-03-19
Author: sofie.vanlandeghem@gmail.com
File Name: spacy/sandbox_test_sofie/testing_el.py
Class Name:
Method Name: create_kb
Project Name: explosion/spaCy
Commit Name: 6ba4079f7c4489967044200a903c252975aebaca
Time: 2019-03-21
Author: sofie.vanlandeghem@gmail.com
File Name: spacy/sandbox_test_sofie/testing_el.py
Class Name:
Method Name: create_kb
Project Name: explosion/spaCy
Commit Name: c4ba942765643d2d5be02689b92f3c0be70d7384
Time: 2019-03-22
Author: sofie.vanlandeghem@gmail.com
File Name: spacy/sandbox_test_sofie/testing_el.py
Class Name:
Method Name: create_kb