You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thrownewIllegalArgumentException("Unable to process annotators " + annotators);
332
336
}
333
337
annotators = annotators.substring(0, comma);
334
338
}
335
-
logger.debug("cleanxml can now be triggered as an option to tokenize rather than a separate annotator via tokenize.cleanxml=true Updating annotators from " + properties.getProperty("annotators") + " to " + annotators);
339
+
if (option != null) {
340
+
logger.debug(property + " can now be triggered as an option to tokenize rather than a separate annotator via " + option + "=true");
341
+
} else {
342
+
logger.debug(property + " is now included as part of the tokenize annotator by default");
343
+
}
344
+
logger.debug("Updating annotators from " + properties.getProperty("annotators") + " to " + annotators);
0 commit comments