Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/AKSW/IGUANA into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Conrads committed Mar 17, 2016
2 parents 33afd2e + db3b737 commit 396c236
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ Be aware that these needs small adjustement (for example changing the endpoints)

##Useful Tools

BE AWARE THAT THESE TOOLS ARE NOT IN THE JAR FILE CURRENTLY! TO USE THEM DOWNLOAD THE SOURCE AND COMPILE IT YOURSELF
THE TOOLS WILL BE AVAILABE IN THE NEXT RELEASE (1.0)

IGUANA provides also some useful tools, like make a diff between two files.

```
Expand All @@ -83,6 +86,14 @@ It will result in a file called dump.nt which has all Triples gained by the Quer
The second argument '10000' is needed, so it will not gain every Triple at once but in Blocks of 10000 (or whatever you whish).


If you diff two files and need the output to create changesets you can use this command:

```
java -Xmx8g -cp "./lib/*" org.aksw.iguana.utils.ChangesetDivider file_to_add.nt file_to_remove.nt 200
```
This will result in (max) 200 files to add and (max) 200 files to remove with the same no. of triples in each file.


To recalculate your results use this:

```
Expand Down

0 comments on commit 396c236

Please sign in to comment.