theCorrectTag = leftCorrectTag;
}
if (theCorrectTag != null) {
TextRulerToolkit.log("FOUND BAD EXAMPLE FOR SHIFTING !!");
TextRulerShiftExample shiftExample = new TextRulerShiftExample(doc,
wrongTag.getAnnotation(), theCorrectTag.getAnnotation(), true, target);
newExamples.add(shiftExample);
}
}
TextRulerToolkit