Skip to content

Commit

Permalink
Create 9-2.cgel
Browse files Browse the repository at this point in the history
  • Loading branch information
bwaldon authored Aug 13, 2024
1 parent 97e08aa commit 633f501
Showing 1 changed file with 71 additions and 0 deletions.
71 changes: 71 additions & 0 deletions datasets/oneoff/9-2.cgel
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
# sent_id = 9_2
# text = Any alien whose permanent resident status is terminated under paragraph (1) may request a review of such determination in a proceeding to remove the alien.
# sent = any alien whose permanent resident status -- is terminated under paragraph 1 may request a review of such determination in a proceeding to remove the alien
# tree_by = bwaldon (2024-08-13)
(Clause
:Subj (NP
:Det (DP
:Head (D :t "any"))
:Head (Nom
:Head (N :t "alien")
:Mod (Clause_rel
:Prenucleus (x / NP
:Det (NP
:Head (Nom
:Head (N_pro :t "whose")))
:Head (Nom
:Mod (Nom
:Mod (AdjP
:Head (Adj :t "permanent"))
:Head (N :t "resident"))
:Head (N :t "status")))
:Head (Clause_rel
:Subj (x / GAP)
:Head (VP
:Head (V_aux :t "is" :l "be" :xpos "VBZ")
:Comp (Clause
:Head (VP
:Head (V :t "terminated" :l "terminate" :xpos "VBN")
:Mod (PP
:Head (P :t "under")
:Obj (NP
:Head (Nom
:Head (N :t "paragraph")
:Mod (Nom
:Head (N :p "(" :t "1" :xpos "CD" :p ")"))))))))))))
:Head (VP
:Head (V_aux :t "may" :xpos "MD")
:Comp (Clause
:Head (VP
:Head (V :t "request" :xpos "VB")
:Obj (NP
:Det (DP
:Head (D :t "a"))
:Head (Nom
:Head (Nom
:Head (N :t "review")
:Comp (PP
:Head (P :t "of")
:Obj (NP
:Det (DP
:Head (D :t "such"))
:Head (Nom
:Head (N :t "determination")))))
:Mod (PP
:Head (P :t "in" :note "#AMBIG# does the review take place in a removal proceeding [this analysis], or does the request occur in a removal proceeding [higher attachment of PP]?")
:Obj (NP
:Det (DP
:Head (D :t "a"))
:Head (Nom
:Head (N :t "proceeding")
:Comp (Clause
:Head (VP
:Marker (Sdr :t "to")
:Head (VP
:Head (V :t "remove" :xpos "VB")
:Obj (NP
:Det (DP
:Head (D :t "the"))
:Head (Nom
:Head (N :t "alien" :p ".")))))))))))))))

0 comments on commit 633f501

Please sign in to comment.