Skip to content

Commit 61eab07

Browse files
committed
Some changes in the unit test from using the combined model instead of the gsd model for French. The obl:mod looks a little sus given how many obl:arg there are for public in the training data, but overall the combined model is still highly accurate on GSD and is much more accurate on the other three datasets in its collection
1 parent ffc002d commit 61eab07

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

stanza/tests/pipeline/test_french_pipeline.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
"text": "encore",
3737
"lemma": "encore",
3838
"upos": "ADV",
39-
"head": 1,
40-
"deprel": "fixed",
39+
"head": 3,
40+
"deprel": "advmod",
4141
"start_char": 6,
4242
"end_char": 12
4343
},
@@ -96,7 +96,7 @@
9696
"upos": "NOUN",
9797
"feats": "Gender=Masc|Number=Sing",
9898
"head": 3,
99-
"deprel": "obl:arg",
99+
"deprel": "obl:mod",
100100
"start_char": 30,
101101
"end_char": 36
102102
},
@@ -287,7 +287,7 @@
287287
"id": 25,
288288
"text": "Numérique",
289289
"lemma": "numérique",
290-
"upos": "NOUN",
290+
"upos": "PROPN",
291291
"feats": "Gender=Masc|Number=Sing",
292292
"head": 17,
293293
"deprel": "conj",

0 commit comments

Comments
 (0)