Skip to content

Commit a2eda8d

Browse files
committed
new german scores
1 parent e7c39c7 commit a2eda8d

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-
93.07);
72+
95.37);
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.84);
78+
92.82);
7979
}
8080

8181
public void testSpanishDevPOS() throws IOException {

0 commit comments

Comments
 (0)