We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 850e588 commit 731fc8eCopy full SHA for 731fc8e
test/src/edu/stanford/nlp/trees/ud/EnglishMWTCombinerTest.java
@@ -28,8 +28,8 @@ public class EnglishMWTCombinerTest {
28
public static final String expectedWANNA = String.join(newline,
29
"1 I _ _ _ _ 2 nsubj _ _",
30
"2-3 wanna _ _ _ _ _ _ _ _",
31
- "2 wan _ _ _ _ 0 root _ SpaceAfter=No",
32
- "3 na _ _ _ _ 4 mark _ _",
+ "2 wan want _ _ _ 0 root _ SpaceAfter=No",
+ "3 na to _ _ _ 4 mark _ _",
33
"4 fix _ _ _ _ 2 xcomp _ _",
34
"5 this _ _ _ _ 4 obj _ _");
35
0 commit comments