Skip to content

Commit 8be896b

Browse files
committed
revert scores
1 parent 7cb54d7 commit 8be896b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,13 @@ public void testFrenchTestPOS() throws IOException {
6969
public void testGermanDevPOS() throws IOException {
7070
runPOSTest("edu/stanford/nlp/models/pos-tagger/german-ud.tagger",
7171
String.format("format=TSV,wordColumn=1,tagColumn=3,%s/depparser/nn/models-4.0.0/data/clean/de_gsd-ud-dev.conllu.clean", TestPaths.testHome()),
72-
95.37);
72+
93.07);
7373
}
7474

7575
public void testGermanTestPOS() throws IOException {
7676
runPOSTest("edu/stanford/nlp/models/pos-tagger/german-ud.tagger",
7777
String.format("format=TSV,wordColumn=1,tagColumn=3,%s/depparser/nn/models-4.0.0/data/clean/de_gsd-ud-test.conllu.clean", TestPaths.testHome()),
78-
92.82);
78+
92.84);
7979
}
8080

8181
public void testSpanishDevPOS() throws IOException {

0 commit comments

Comments
 (0)