// ---
//
Iterator<?> neItr = indexes.getAnnotationIndex(
UnknownSmokerNamedEntityAnnotation.type).iterator();
while (neItr.hasNext()) {
UnknownSmokerNamedEntityAnnotation neAnn = (UnknownSmokerNamedEntityAnnotation) neItr
.next();
System.out.println("***UnknownNamedEntity|"
+ neAnn.getCoveredText());
classVal = Const.CLASS_UNKNOWN;
}
// ---
// System.out.println("***" + classVal + " for " + classAttributeName +