-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
85 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,88 @@ | ||
# sent_id = 21-1 | ||
# text = The court may inquire as to the good faith of the assisting personnel, to ensure that access to material is not merely a subterfuge to gather evidence unattainable by means other than the grand jury. | ||
# sent = the court may inquire as to the good faith of the assisting personnel to ensure that access to material is not merely a subterfuge to gather evidence unattainable by means other than the grand jury | ||
# tree_by = mebwells (YYYY-MM-DD) | ||
# tree_by = mebwells (2024-08-12) | ||
(Clause | ||
:Subj (NP | ||
:Det (DP | ||
:Head (D :t "The")) | ||
:Head (Nom | ||
:Head (N :t "court"))) | ||
:Head (VP | ||
:Head (V_aux :t "may") | ||
:Comp (Clause | ||
:Head (VP | ||
:Head (V :t "inquire") | ||
:Comp (PP | ||
:Head (P :t "as_to") | ||
:Obj (NP | ||
:Det (DP | ||
:Head (D :t "the")) | ||
:Head (Nom | ||
:Head (Nom | ||
:Mod (AdjP | ||
:Head (Adj :t "good")) | ||
:Head (N :t "faith")) | ||
:Comp (PP | ||
:Head (P :t "of") | ||
:Obj (NP | ||
:Det (DP | ||
:Head (D :t "the")) | ||
:Head (Nom | ||
:Mod (AdjP | ||
:Head (Adj :t "assisting")) | ||
:Head (N :t "personnel" :p ",")))))))) | ||
:Mod (Clause | ||
:Head (VP | ||
:Marker (Sdr :t "to") | ||
:Head (VP | ||
:Head (V :t "ensure") | ||
:Comp (Clause | ||
:Marker (Sdr :t "that") | ||
:Head (Clause | ||
:Subj (NP | ||
:Head (Nom | ||
:Head (N :t "access") | ||
:Comp (PP | ||
:Head (P :t "to") | ||
:Obj (NP | ||
:Head (Nom | ||
:Head (N :t "material")))))) | ||
:Head (VP | ||
:Head (VP | ||
:Head (V_aux :t "is") | ||
:Mod (AdvP | ||
:Head (Adv :t "not") | ||
:Mod (AdvP | ||
:Head (Adv :t "merely")))) | ||
:PredComp (NP | ||
:Det (DP | ||
:Head (D :t "a")) | ||
:Head (Nom | ||
:Head (N :t "subterfuge") | ||
:Mod (Clause | ||
:Head (VP | ||
:Marker (Sdr :t "to") | ||
:Head (VP | ||
:Head (V :t "gather") | ||
:Obj (NP | ||
:Head (Nom | ||
:Head (N :t "evidence") | ||
:Mod (AdjP | ||
:Head (Adj :t "unattainable") | ||
:Mod (PP | ||
:Head (P :t "by") | ||
:Obj (NP | ||
:Head (Nom | ||
:Head (N :t "means") | ||
:Mod (AdjP | ||
:Head (Adj :t "other") | ||
:Mod (PP | ||
:Head (P :t "than") | ||
:Obj (NP | ||
:Det (DP | ||
:Head (D :t "the")) | ||
:Head (Nom | ||
:Mod (AdjP | ||
:Head (Adj :t "grand")) | ||
:Head (N :t "jury" :p "."))))))))))))))))))))))))) |