File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
RDFMiner/code/src/main/java/com/i3s/app/rdfminer Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -116,6 +116,9 @@ public static void main(String[] args) throws InterruptedException {
116116
117117 logger .info ("Number of processors avalaibles: " + Global .NB_THREADS );
118118
119+ if (parameters .timeOut != 0 )
120+ logger .info ("Time cap initialized at " + parameters .timeOut + " seconde(s)" );
121+
119122 // Load rdfminer_RDFMINER.so generated by ./compile_c_code.sh (see /scripts
120123 // folder)
121124 System .loadLibrary ("rdfminer_RDFMiner" );
Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ public void run() {
155155 }
156156
157157 if (parameters .axiom != null ) {
158- System .out .println ("[RES] " + RDFMiner . results .toString ());
158+ System .out .println ("Axiom evaluated ! JSON Result: " + a . toJSON () .toString ());
159159 break ;
160160 }
161161
You can’t perform that action at this time.
0 commit comments