Hello, I would like to test HiExpan on wiki corpus. After featureExtraction, I ran
~/HiExpan/src/HiExpan-new$ python3.6 main.py -data wiki
to test.
But after loading those files in wiki/intermediate, I got:
=== Finish loading data ...... ===
=== Start loading seed supervision ...... ===
Traceback (most recent call last):
File "main.py", line 120, in <module>
newNode = TreeNode(parent=rootNode, level=0, eid=ename2eid[children], ename=children,
KeyError: 'united_states'
It seems that united_states is not included in those entities. What could possibly be wrong?
Thank you.
Hello, I would like to test HiExpan on wiki corpus. After featureExtraction, I ran
to test.
But after loading those files in wiki/intermediate, I got:
It seems that
united_statesis not included in those entities. What could possibly be wrong?Thank you.