Skip to content

Commit

Permalink
Create test.cgel
Browse files Browse the repository at this point in the history
  • Loading branch information
bwaldon authored Aug 3, 2024
1 parent b79b2b3 commit 88ddb84
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions datasets/oneoff/test.cgel
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# text = The cat sat on the mat.
# sent = The cat sat on the mat
(Clause
:Subj (NP
:Det (DP
:Head (D :t "The"))
:Head (Nom
:Head (N :t "cat")))
:Head (VP
:Head (V :t "sat" :xpos "VBD")
:Comp (PP
:Head (P :t "on")
:Obj (NP
:Det (DP
:Head (D :t "the"))
:Head (Nom
:Head (N :t "mat" :p "."))))))

0 comments on commit 88ddb84

Please sign in to comment.