#!/bin/bash # arg1 path of the first input file - N-TRIPLE format # arg2 path of the second input file - N-TRIPLE format # arg3 path of the information file (empty file required) - csv format - automatically filled by graphLGG.jar # arg4 directory of the output file - LGG to build - automatically named - N-TRIPLE format # arg5 path of the dictionary file (empty file required, maps string to an integer) - csv format - automatically filled by graphLGG.jar java -jar graphLGG.jar ./GA.n3 ./GB.n3 ./info.csv ./ ./dico.csv