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
- Now load the created db into our Postgres database,
31
-
read [pgloader's document](https://pgloader.readthedocs.io/en/latest/install.html) for the installation
44
+
2. Load the created database into the Postgres database:
45
+
read [pgloader's document](https://pgloader.readthedocs.io/en/latest/install.html) for the installation
32
46
33
47
```shell
34
48
./config-files-generator.sh
@@ -44,7 +58,52 @@ EOT
44
58
pgloader ./sqlite-to-page-migration.load
45
59
```
46
60
47
-
After running the experiment we encountered some issues with the `wikimapper` library, so we developed the following script to correct the missing data:
48
-
```shell
61
+
3. Correct missing data: After running the experiments, some issues were encountered with the wikimapper library.
62
+
To correct the missing data, run the following script:
63
+
64
+
```shell
49
65
python3 missing_data_correction.py
50
-
```
66
+
```
67
+
68
+
## Data Sources
69
+
70
+
The pre-processing steps involve loading data from the following sources:
0 commit comments