language-models-are-knowledge-graphs-pytorch
language-models-are-knowledge-graphs-pytorch copied to clipboard
Issue with using REL
trafficstars
Hey,
I get the following error while running the extract.py file.
Traceback (most recent call last): File "extract.py", line 88, in mapped_triplet = Map(head, relations, tail) File "/Users/I535445/Desktop/Me/new/mapper.py", line 12, in Map head_p_e_m = emb.wiki(str(head), 'wiki') File "/Users/I535445/Desktop/Me/new/env1/lib/python3.8/site-packages/REL/db/generic.py", line 45, in wiki g = self.lookup_wik(mention, table_name, column_name) File "/Users/I535445/Desktop/Me/new/env1/lib/python3.8/site-packages/REL/db/base.py", line 182, in lookup_wik e = c.execute( sqlite3.OperationalError: no such table: wiki
Can someone please help ?