Mentions légales du service

Skip to content
Snippets Groups Projects
Commit bfd4bc2c authored by Cássia Trojahn dos Santos's avatar Cássia Trojahn dos Santos
Browse files

No commit message

No commit message
parent 6dd7b8e6
No related branches found
No related tags found
No related merge requests found
...@@ -110,6 +110,7 @@ public class DiffEvaluator extends BasicEvaluator implements Evaluator { ...@@ -110,6 +110,7 @@ public class DiffEvaluator extends BasicEvaluator implements Evaluator {
// False negative // False negative
try { try {
boolean has;
// Reference alignment // Reference alignment
for ( Cell c1 : this.align1 ) { for ( Cell c1 : this.align1 ) {
URI uri1_1 = c1.getObject1AsURI(); URI uri1_1 = c1.getObject1AsURI();
...@@ -138,15 +139,12 @@ public class DiffEvaluator extends BasicEvaluator implements Evaluator { ...@@ -138,15 +139,12 @@ public class DiffEvaluator extends BasicEvaluator implements Evaluator {
} }
} }
public double eval( Properties params ) throws AlignmentException {
public double eval( Properties params ) throws AlignmentException {
init(); init();
diff(); diff();
return 1.0; return 1.0;
} }
public double eval( Properties params, Object cache ) throws AlignmentException { public double eval( Properties params, Object cache ) throws AlignmentException {
return eval( params ); return eval( params );
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment