@@ -10,7 +10,7 @@ public class EnglishMWTCombinerTest {
10
10
static final String newline = System .getProperty ("line.separator" );
11
11
public static final String expectedITS = String .join (newline ,
12
12
"1-2 it's _ _ _ _ _ _ _ _" ,
13
- "1 it _ _ _ _ 4 nsubj _ SpaceAfter=No " ,
13
+ "1 it _ _ _ _ 4 nsubj _ _ " ,
14
14
"2 's _ _ _ _ 4 cop _ _" ,
15
15
"3 yours _ _ _ _ 4 advmod _ _" ,
16
16
"4 yours _ _ _ _ 0 root _ _" ,
@@ -19,7 +19,7 @@ public class EnglishMWTCombinerTest {
19
19
public static final String expectedCANNOT = String .join (newline ,
20
20
"1 I _ _ _ _ 4 nsubj _ _" ,
21
21
"2-3 CANNOT _ _ _ _ _ _ _ _" ,
22
- "2 CAN _ _ _ _ 4 aux _ SpaceAfter=No " ,
22
+ "2 CAN _ _ _ _ 4 aux _ _ " ,
23
23
"3 NOT _ _ _ _ 4 advmod _ _" ,
24
24
"4 believe _ _ _ _ 0 root _ _" ,
25
25
"5 it _ _ _ _ 4 obj _ _" ,
@@ -28,7 +28,7 @@ public class EnglishMWTCombinerTest {
28
28
public static final String expectedWANNA = String .join (newline ,
29
29
"1 I _ _ _ _ 2 nsubj _ _" ,
30
30
"2-3 wanna _ _ _ _ _ _ _ _" ,
31
- "2 wan want _ _ _ 0 root _ SpaceAfter=No " ,
31
+ "2 wan want _ _ _ 0 root _ _ " ,
32
32
"3 na to _ _ _ 4 mark _ _" ,
33
33
"4 fix _ _ _ _ 2 xcomp _ _" ,
34
34
"5 this _ _ _ _ 4 obj _ _" );
0 commit comments