Skip to content

Commit

Permalink
Update 57-3.cgel
Browse files Browse the repository at this point in the history
  • Loading branch information
m3ru authored Aug 12, 2024
1 parent 2997565 commit 65cc6a3
Showing 1 changed file with 64 additions and 0 deletions.
64 changes: 64 additions & 0 deletions datasets/oneoff/57-3.cgel
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
# text = (D) Any vacancy occurring in the membership of the Commission shall be filled in the same manner as in the case of the original appointment.
# sent = D Any vacancy occurring in the membership of the Commission shall be filled in the same manner as in the case of the original appointment
(Clause
:Supplement (NP
:Head (Nom
:Head (N :t "D")))
:Subj (NP
:Det (DP
:Head (D :t "Any"))
:Head (Nom
:Head (N :t "vacancy")
:Mod (Clause
:Head (VP
:Head (V :t "occurring")
:Comp (PP
:Head (P :t "in")
:Obj (NP
:Det (DP
:Head (D :t "the"))
:Head (Nom
:Head (N :t "membership")
:Comp (PP
:Head (P :t "of")
:Obj (NP
:Det (DP
:Head (D :t "the"))
:Head (Nom
:Head (N :t "Commission")))))))))))
:Head (VP
:Head (V_aux :t "shall")
:Comp (Clause
:Head (VP
:Head (V_aux :t "be")
:Comp (Clause
:Head (VP
:Head (V :t "filled")
:Comp (PP
:Head (P :t "in")
:Obj (NP
:Det (DP
:Head (D :t "the"))
:Head (Nom
:Head (Nom
:Mod (AdjP
:Head (Adj :t "same"))
:Head (N :t "manner"))
:Comp (PP
:Head (P :t "as")
:Comp (PP
:Head (P :t "in")
:Obj (NP
:Det (DP
:Head (D :t "the"))
:Head (Nom
:Head (N :t "case")
:Mod (PP
:Head (P :t "of")
:Obj (NP
:Det (DP
:Head (D :t "the"))
:Head (Nom
:Mod (AdjP
:Head (Adj :t "original"))
:Head (N :t "appointment")))))))))))))))))

0 comments on commit 65cc6a3

Please sign in to comment.