You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently using the wikiprep-esa implementation to process the Wikipedia.
I'm still bothering with the database.
As I run scanData.py with an empty database, it returns "_mysql_exceptions.ProgrammingError: (1146, "Table 'wiki.inlinks' doesn't exist")".
So I create all the necessary tables in the database (inlinks, outlins, pagelinks, articles, text,...), but htat doesn't help neither.
My question is: How does the initial database structure have to look like?
In which sequence do I have to execute the different scripts?
Thanks in advance for your help,
haensi
The text was updated successfully, but these errors were encountered:
Hey folks,
I'm currently using the wikiprep-esa implementation to process the Wikipedia.
I'm still bothering with the database.
As I run scanData.py with an empty database, it returns "_mysql_exceptions.ProgrammingError: (1146, "Table 'wiki.inlinks' doesn't exist")".
So I create all the necessary tables in the database (inlinks, outlins, pagelinks, articles, text,...), but htat doesn't help neither.
My question is: How does the initial database structure have to look like?
In which sequence do I have to execute the different scripts?
Thanks in advance for your help,
haensi
The text was updated successfully, but these errors were encountered: