File tree 2 files changed +15
-1
lines changed
2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -32,14 +32,26 @@ Update file `mandolin.properties` with the host parameters. Mind the missing `/`
32
32
33
33
## Usage
34
34
35
- Initialize database, once for all.
35
+ ### Initialize database
36
+
37
+ To be called once for all. If the directory ` ./pgsql/db/ ` exists, skip this step.
36
38
37
39
``` bash
38
40
sh pgsql-init.sh
41
+ sh pgsql-start.sh
42
+ sh pgsql-create.sh
39
43
```
40
44
41
45
### Run Mandolin test
42
46
47
+ If the database was not started before, run:
48
+
49
+ ``` bash
50
+ sh pgsql-start.sh
51
+ ```
52
+
53
+ then, run:
54
+
43
55
``` bash
44
56
java -Xmx8g -jar plain eval/mandolin-test src/test/resources/AKSW-one-out.nt http://mandolin.aksw.org/example/topic 95 10 95 false false false
45
57
```
Original file line number Diff line number Diff line change
1
+ #! /usr/bin/env bash
2
+ createdb probkb
You can’t perform that action at this time.
0 commit comments