diff options
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | backend/tolData/README.md | 3 | ||||
| -rw-r--r-- | public/favicon.png | bin | 1426 -> 1407 bytes | |||
| -rw-r--r-- | src/components/HelpModal.vue | 2 |
4 files changed, 4 insertions, 3 deletions
@@ -39,7 +39,7 @@ stored using [Sqlite](https://www.sqlite.org). Note: Running your own version of the client and server should be straightforward, but generating the database that they use takes a long time. More details are -in `backend/data/README.md`. +in `backend/tolData/README.md`. ### Client Side 1. If you don't have npm or Node.js installed, you can download a Node installer from diff --git a/backend/tolData/README.md b/backend/tolData/README.md index 75731ae..21c02ab 100644 --- a/backend/tolData/README.md +++ b/backend/tolData/README.md @@ -49,7 +49,8 @@ For the most part, these steps should be done in order. As a warning, the whole process takes a lot of time and file space. The tree will probably have about 2.5 billion nodes. Downloading the images takes several days, and occupies over -200 GB. And if you want good data, you'll need to do some manual review, which can take weeks. +200 GB. And if you want good data, you'll likely need to make additional corrections, +which can take several weeks. ## Environment Some of the scripts use third-party packages: diff --git a/public/favicon.png b/public/favicon.png Binary files differindex d1c4ee3..6be39ea 100644 --- a/public/favicon.png +++ b/public/favicon.png diff --git a/src/components/HelpModal.vue b/src/components/HelpModal.vue index 02207a1..70e7d28 100644 --- a/src/components/HelpModal.vue +++ b/src/components/HelpModal.vue @@ -346,7 +346,7 @@ <li> <h2 class="font-bold">Errors in descriptions</h2> <p> - The short descriptions were extracted using imprecise heuristics. + Many of the short descriptions were extracted using imprecise heuristics. There are many cases of leftover wikitext markup, or cut-off sentences. </p> </li> |
