Skip to content

Commit 3358a96

Browse files
J38AngledLuffa
authored andcommitted
add docdate
1 parent c7bc11f commit 3358a96

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,8 @@ public void testShiftReduce() {
512512
public void testAnnotatorCombinations() {
513513
String[] combinationsToTry = new String[]{
514514
"tokenize,ssplit,pos,truecase",
515-
"tokenize,ssplit,pos,lemma,ner,gender"
515+
"tokenize,ssplit,pos,lemma,ner,gender",
516+
"tokenize,ssplit,docdate"
516517
};
517518

518519
for (String combination : combinationsToTry) {

0 commit comments

Comments
 (0)