Skip to content

Commit

Permalink
Update 57-1.cgel
Browse files Browse the repository at this point in the history
Made "or at its direction the voting referee" supplement, made "a person so qualified" predcomp, made "so qualified" adjP
  • Loading branch information
mebwells authored Sep 15, 2024
1 parent 10f77c4 commit 2efe030
Showing 1 changed file with 16 additions and 20 deletions.
36 changes: 16 additions & 20 deletions datasets/oneoff/57-1.cgel
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
# sent_id = 57-1
# text = The court, or at its direction the voting referee, shall issue to each applicant so declared qualified a certificate identifying the holder thereof as a person so qualified.
# sent = the court or at its direction the voting referee shall issue to each applicant so declared qualified a certificate identifying the holder thereof as a person so qualified
# tree_by = mebwells (2024-09-10) rev. bwaldon (2024-09-13)
# tree_by = mebwells (2024-09-10) rev. bwaldon (2024-09-13) revised mebwells (2024-09-15)
(Clause
:Subj (Coordination
:Coordinate (NP
:Det (DP
:Head (D :t "the"))
:Head (Nom
:Head (N :t "court" :p ",")))
:Coordinate (NP
:Subj (NP
:Det (DP
:Head (D :t "the"))
:Head (Nom
:Head (N :t "court" :p ","))
:Supplement (NP
:Marker (Coordinator :t "or")
:Supplement (PP
:Head (P :t "at")
Expand Down Expand Up @@ -64,15 +63,12 @@
:Head (P :t "thereof"))))
:Comp (PP
:Head (P :t "as")
:Obj (NP
:Head (NP
:Det (DP
:Head (D :t "a"))
:Head (Nom
:Mod (x / GAP)
:Head (N :t "person")))
:Postnucleus (x / AdjP
:Comp (AdvP
:Head (Adv :t "so"))
:Head (Adj :t "qualified" :p ".")))))))))))

:PredComp (NP
:Det (DP
:Head (D :t "a"))
:Head (Nom
:Head (N :t "person")
:Mod (AdjP
:Comp (AdvP
:Head (Adv :t "so"))
:Head (Adj :t "qualified" :p "."))))))))))))

0 comments on commit 2efe030

Please sign in to comment.