Skip to content

Commit 731fc8e

Browse files
committed
Updated the combiner to mark a couple known lemmas
1 parent 850e588 commit 731fc8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/src/edu/stanford/nlp/trees/ud/EnglishMWTCombinerTest.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ public class EnglishMWTCombinerTest {
2828
public static final String expectedWANNA = String.join(newline,
2929
"1 I _ _ _ _ 2 nsubj _ _",
3030
"2-3 wanna _ _ _ _ _ _ _ _",
31-
"2 wan _ _ _ _ 0 root _ SpaceAfter=No",
32-
"3 na _ _ _ _ 4 mark _ _",
31+
"2 wan want _ _ _ 0 root _ SpaceAfter=No",
32+
"3 na to _ _ _ 4 mark _ _",
3333
"4 fix _ _ _ _ 2 xcomp _ _",
3434
"5 this _ _ _ _ 4 obj _ _");
3535

0 commit comments

Comments
 (0)