File tree 3 files changed +14
-1
lines changed
3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -32,10 +32,20 @@ Update file `mandolin.properties` with the host parameters. Mind the missing `/`
32
32
33
33
## Usage
34
34
35
+ Initialize database, once for all.
36
+
37
+ ``` bash
38
+ sh pgsql-init.sh
39
+ ```
40
+
41
+ ### Run Mandolin test
42
+
35
43
``` bash
36
- java -Xmx8g -jar ...
44
+ 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
37
45
```
38
46
47
+ Discovered links can be found at ` ./eval/mandolin-test/discovered_*.nt ` , where ` * ` is a threshold.
48
+
39
49
## Q&A
40
50
41
51
### How to install PostgreSQL on Ubuntu without root access?
Original file line number Diff line number Diff line change
1
+ #! /usr/bin/env bash
2
+ cd pgsql && sh initdb.sh && cd ..
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
initdb db -E utf8
3
+ sh start.sh
3
4
createdb probkb
You can’t perform that action at this time.
0 commit comments