Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gadelrab authored Jun 19, 2017
1 parent acf1f56 commit 8e170e6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
`sh scripts/local_libs.sh`

`sh scripts/download_large_data.sh`


2. Import the project as maven project

Expand All @@ -25,14 +26,15 @@ To install the project run scripts

`mvn compile`

`mvn package`
`mvn package -Dmaven.test.skip=true`

`mvn install`
`mvn install -Dmaven.test.skip=true`


**Running Experiments:**

`sh run_experiment.sh` for yago experiments
To Run YAGO experiments
`sh run_experiment.sh <LIFT|CONF|>`

`sh run_IMDB_experiment.sh` fo IMDB experiments

Expand Down

0 comments on commit 8e170e6

Please sign in to comment.