Skip to content

Commit 228cc09

Browse files
committed
exclude cdc_tokenize pipelines
1 parent 1bcbf46 commit 228cc09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

itest/src/edu/stanford/nlp/pipeline/ProtobufAnnotationSerializerSlowITest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ public void testAllAnnotatorCombinations() {
547547
if (!annotatorsToConsider.isEmpty()) { continue; } // continue if we couldn't add all the annotators
548548

549549
// Create pipeline
550-
if (!annotators.contains("dcoref") && !annotators.contains("entitymentions")) { // TODO(gabor) eventually, don't ignore entitymentions!
550+
if (!annotators.contains("dcoref") && !annotators.contains("entitymentions") && !annotators.contains("cdc_tokenizer")) {
551551
System.err.println(">>TESTING " + StringUtils.join(annotators, ","));
552552
testAnnotators(StringUtils.join(annotators, ","));
553553
}

0 commit comments

Comments
 (0)