From 07397961bfb113bd9c03883f2b24e6d287f989ca Mon Sep 17 00:00:00 2001 From: Terry Truong Date: Thu, 26 May 2022 13:22:36 +1000 Subject: Add some enwiki redirect data as alt-names --- backend/data/README.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'backend/data/README.md') diff --git a/backend/data/README.md b/backend/data/README.md index 8cfa960..d444e4f 100644 --- a/backend/data/README.md +++ b/backend/data/README.md @@ -21,14 +21,15 @@ File Generation Process which uses 'nodes', 'edges', 'eol_ids', and 'images', to associate nodes without images to child images. 4 Node Description Data - - Using DBpedia - 1 Obtain data in dbpedia/, as specified in it's README. - 2 Run genDbpData.py, which adds a 'descs' table to data.db, using - data in dbpedia/dbpData.db, dbpPickedLabels.txt, and the 'nodes' table. - - Supplementing with Wikipedia dump - 1 Obtain data in enwiki/, as specified in it's README. - 2 Run genEnwikiData.py, which adds to the 'descs' table, using data in - enwiki/enwikiData.db, and the 'nodes' table. + 1 Obtain data in dbpedia/, as specified in it's README. + 2 Run genDbpData.py, which adds a 'descs' table to data.db, using + data in dbpedia/dbpData.db, dbpPickedLabels.txt, and the 'nodes' table. +5 Supplementary Name/Description Data + 1 Obtain data in enwiki/, as specified in it's README. + 2 Run genEnwikiDescData.py, which adds to the 'descs' table, using data in + enwiki/enwikiData.db, and the 'nodes' table. + 3 Run genEnwikiNameData.py, which adds to the 'names' table, using data in + enwiki/enwikiData.db, and the 'names' and 'descs' tables. 5 Reduced Tree Structure Data 1 Run genReducedTreeData.py, which adds 'r_nodes' and 'r_edges' tables to data.db, using reducedTol/names.txt, and the 'nodes' and 'names' tables. -- cgit v1.2.3