Skip to content

Commit

Permalink
Updated the combiner to mark a couple known lemmas
Browse files Browse the repository at this point in the history
  • Loading branch information
AngledLuffa committed Mar 14, 2024
1 parent 850e588 commit 731fc8e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ public class EnglishMWTCombinerTest {
public static final String expectedWANNA = String.join(newline,
"1 I _ _ _ _ 2 nsubj _ _",
"2-3 wanna _ _ _ _ _ _ _ _",
"2 wan _ _ _ _ 0 root _ SpaceAfter=No",
"3 na _ _ _ _ 4 mark _ _",
"2 wan want _ _ _ 0 root _ SpaceAfter=No",
"3 na to _ _ _ 4 mark _ _",
"4 fix _ _ _ _ 2 xcomp _ _",
"5 this _ _ _ _ 4 obj _ _");

Expand Down

0 comments on commit 731fc8e

Please sign in to comment.