Skip to content

Commit 15c2eaf

Browse files
committed
This WTS should be unnecessary
1 parent 45b4f69 commit 15c2eaf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

itest/src/edu/stanford/nlp/ie/NumberNormalizerITest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ public static void runOnceBeforeClass() {
2929
}
3030
pipeline = new AnnotationPipeline();
3131
pipeline.addAnnotator(new TokenizerAnnotator(false, "en", "invertible,splitHyphenated=false"));
32-
pipeline.addAnnotator(new WordsToSentencesAnnotator(false));
3332
pipeline.addAnnotator(new POSTaggerAnnotator(DefaultPaths.DEFAULT_POS_MODEL, false));
3433
}
3534

0 commit comments

Comments
 (0)