Skip to content

Commit

Permalink
Update test.cgel
Browse files Browse the repository at this point in the history
  • Loading branch information
bwaldon authored Aug 5, 2024
1 parent 2618687 commit 4955bcd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions datasets/oneoff/test.cgel
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# text = The cat sat on the mat.
# sent = The cat sat on the mat
# text = The dog sat on the mat.
# sent = The dog sat on the mat
(Clause
:Subj (NP
:Det (DP
:Head (D :t "The"))
:Head (Nom
:Head (N :t "cat")))
:Head (N :t "dog")))
:Head (VP
:Head (V :t "sat" :xpos "VBD")
:Comp (PP
Expand Down

0 comments on commit 4955bcd

Please sign in to comment.