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
+
}
333
+
annotators = annotators.substring(0, comma);
334
+
}
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);
336
+
properties.setProperty("annotators", annotators);
337
+
}
338
+
}
339
+
306
340
//
307
341
// @Override-able methods to change pipeline behavior
0 commit comments