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 {
12
12
public void testEnglishWSJDevPOS () throws IOException {
13
13
runPOSTest ("edu/stanford/nlp/models/pos-tagger/english-left3words-distsim.tagger" ,
14
14
"tagSeparator=_,/u/nlp/data/pos-tagger/models-4.0.0/data/wsj/dev/wsj-dev.txt" ,
15
- 96.78 );
15
+ 96.76 );
16
16
}
17
17
18
18
public void testEnglishWSJTestPOS () throws IOException {
19
19
runPOSTest ("edu/stanford/nlp/models/pos-tagger/english-left3words-distsim.tagger" ,
20
20
"tagSeparator=_,/u/nlp/data/pos-tagger/models-4.0.0/data/wsj/test/wsj-test.txt" ,
21
- 97.22 );
21
+ 97.21 );
22
22
}
23
23
24
24
public void testEnglishBiDirectionalWSJDevPOS () throws IOException {
@@ -30,7 +30,7 @@ public void testEnglishBiDirectionalWSJDevPOS() throws IOException {
30
30
public void testEnglishBiDirectionalWSJTestPOS () throws IOException {
31
31
runPOSTest ("edu/stanford/nlp/models/pos-tagger/english-bidirectional-distsim.tagger" ,
32
32
"tagSeparator=_,/u/nlp/data/pos-tagger/models-4.0.0/data/wsj/test/wsj-test.txt" ,
33
- 97.56 );
33
+ 97.55 );
34
34
}
35
35
36
36
public void testEnglishCaselessWSJDevPOS () throws IOException {
You can’t perform that action at this time.
0 commit comments