interTupelSeparatorsCache.clear();
TextRulerToolkit.log("-- WIEN END");
}
protected boolean findRightPatterns() {
TextRulerExampleDocument doc = exampleDocuments.getDocuments().get(0);
boolean allFound = true;
for (int k = 0; k < slotNames.length; k++) {
List<TextRulerRulePattern> rightContexts = getRightContextForSlot(doc, k);
System.out.println(rightContexts.get(0));
int shortest = Integer.MAX_VALUE;