Skip to content

Commit 69a082a

Browse files
committed
fix typo
1 parent 228cc09 commit 69a082a

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") && !annotators.contains("cdc_tokenizer")) {
550+
if (!annotators.contains("dcoref") && !annotators.contains("entitymentions") && !annotators.contains("cdc_tokenize")) {
551551
System.err.println(">>TESTING " + StringUtils.join(annotators, ","));
552552
testAnnotators(StringUtils.join(annotators, ","));
553553
}

0 commit comments

Comments
 (0)