File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
itest/src/edu/stanford/nlp/pipeline Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ public class POSTaggerBenchmarkITest extends TestCase {
1212 public void testEnglishWSJDevPOS () throws IOException {
1313 runPOSTest ("edu/stanford/nlp/models/pos-tagger/english-left3words-distsim.tagger" ,
1414 "tagSeparator=_,/u/nlp/data/pos-tagger/models-4.0.0/data/wsj/dev/wsj-dev.txt" ,
15- 96.78 );
15+ 96.76 );
1616 }
1717
1818 public void testEnglishWSJTestPOS () throws IOException {
1919 runPOSTest ("edu/stanford/nlp/models/pos-tagger/english-left3words-distsim.tagger" ,
2020 "tagSeparator=_,/u/nlp/data/pos-tagger/models-4.0.0/data/wsj/test/wsj-test.txt" ,
21- 97.22 );
21+ 97.21 );
2222 }
2323
2424 public void testEnglishBiDirectionalWSJDevPOS () throws IOException {
@@ -30,7 +30,7 @@ public void testEnglishBiDirectionalWSJDevPOS() throws IOException {
3030 public void testEnglishBiDirectionalWSJTestPOS () throws IOException {
3131 runPOSTest ("edu/stanford/nlp/models/pos-tagger/english-bidirectional-distsim.tagger" ,
3232 "tagSeparator=_,/u/nlp/data/pos-tagger/models-4.0.0/data/wsj/test/wsj-test.txt" ,
33- 97.56 );
33+ 97.55 );
3434 }
3535
3636 public void testEnglishCaselessWSJDevPOS () throws IOException {
You can’t perform that action at this time.
0 commit comments