aboutsummaryrefslogtreecommitdiff
path: root/backend/data/README.md
diff options
context:
space:
mode:
authorTerry Truong <terry06890@gmail.com>2022-06-10 14:56:04 +1000
committerTerry Truong <terry06890@gmail.com>2022-06-10 14:56:04 +1000
commit5220d744dc3f7b2629d0ad8bd4bb4634d21e0d96 (patch)
treea07c5f0fd4b17df144695f9910cb30a62165e552 /backend/data/README.md
parent354466c05753b6bee0e154972b9a640c55533871 (diff)
Add some manual-correction code in eol-name-generation
Diffstat (limited to 'backend/data/README.md')
-rw-r--r--backend/data/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/backend/data/README.md b/backend/data/README.md
index 2a6344c..6ec629a 100644
--- a/backend/data/README.md
+++ b/backend/data/README.md
@@ -8,7 +8,8 @@ File Generation Process
2 Name Data for Search
1 Obtain data in eol/, as specified in it's README.
2 Run genEolNameData.py, which adds 'names' and 'eol\_ids' tables to data.db,
- using data in eol/vernacularNames.csv and the 'nodes' table.
+ using data in eol/vernacularNames.csv and the 'nodes' table, and possibly
+ genEolNameDataPickedIds.txt.
3 Image Data
1 In eol/, run downloadImgs.py to download EOL images into eol/imgsForReview/.
It uses data in eol/imagesList.db, and the 'eol\_ids' table.