diff options
Diffstat (limited to 'backend/data/README.md')
| -rw-r--r-- | backend/data/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/backend/data/README.md b/backend/data/README.md index b568f90..e2b5db7 100644 --- a/backend/data/README.md +++ b/backend/data/README.md @@ -21,10 +21,10 @@ File Generation Process 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. - - Using wikipedia dump (old method) + - Supplementing with Wikipedia dump 1 Obtain data in enwiki/, as specified in it's README. - 2 Run genEnwikiData.py, which adds a 'descs' table to data.db, - using data in enwiki/enwikiData.db, and the 'nodes' table. + 2 Run genEnwikiData.py, which adds to the 'descs' table, using data in + enwiki/enwikiData.db, reducedTol/names.txt, and the 'nodes' table. 5 Reduced Tree Structure Data 1 Run genReducedTreeData.py, which adds a 'reduced_nodes' table to data.db, using reducedTol/names.txt, and the 'nodes' and 'names' tables. |
