-
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
118 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,121 @@ | ||
# sent_id = 10-2 | ||
# text = if the adverse party is a resident of the district within which the award was made, such service shall be made upon the adverse party or his attorney as prescribed by law for service of notice of motion in an action in the same court. | ||
# sent = if the adverse party is a resident of the district within which the award was made such service shall be made upon the adverse party or his attorney as prescribed by law for service of notice of motion in an action in the same court | ||
# tree_by = mebwells (YYYY-MM-DD) | ||
# tree_by = mebwells (2024-08-12) | ||
(Clause | ||
:Mod (PP | ||
:Head (P :t "If") | ||
:Comp (Clause | ||
:Subj (NP | ||
:Det (DP | ||
:Head (D :t "the")) | ||
:Head (Nom | ||
:Mod (AdjP | ||
:Head (Adj :t "adverse")) | ||
:Head (N :t "party"))) | ||
:Head (VP | ||
:Head (V :t "is") | ||
:PredComp (NP | ||
:Det (DP | ||
:Head (D :t "a")) | ||
:Head (Nom | ||
:Head (N :t "resident") | ||
:Mod (PP | ||
:Head (P :t "of") | ||
:Obj (NP | ||
:Det (DP | ||
:Head (D :t "the")) | ||
:Head (Nom | ||
:Head (N :t "district") | ||
:Mod (Clause_rel | ||
:Prenucleus (x / PP | ||
:Head (P :t "within") | ||
:Obj (NP | ||
:Head (Nom | ||
:Det-Head (DP | ||
:Head (D :t "which"))))) | ||
:Head (Clause_rel | ||
:Subj (NP | ||
:Det (DP | ||
:Head (D :t "the")) | ||
:Head (Nom | ||
:Head (N :t "award"))) | ||
:Head (VP | ||
:Head (V_aux :t "was") | ||
:Comp (Clause | ||
:Head (VP | ||
:Head (V :t "made" :p ",") | ||
:Obj (x / GAP)))))))))))))) | ||
:Head (Clause | ||
:Subj (NP | ||
:Mod (AdjP | ||
:Head (Adj :t "such")) | ||
:Head (Nom | ||
:Head (N :t "service"))) | ||
:Head (VP | ||
:Head (V_aux :t "shall") | ||
:Comp (Clause | ||
:Head (VP | ||
:Head (V_aux :t "be") | ||
:Comp (Clause | ||
:Head (VP | ||
:Head (VP | ||
:Head (V :t "made") | ||
:Comp (PP | ||
:Head (P :t "upon") | ||
:Obj (Coordination | ||
:Coordinate (NP | ||
:Det (DP | ||
:Head (D :t "the")) | ||
:Head (Nom | ||
:Mod (AdjP | ||
:Head (Adj :t "adverse")) | ||
:Head (N :t "party"))) | ||
:Coordinate (NP | ||
:Marker (Coordinator :t "or") | ||
:Head (NP | ||
:Det (DP | ||
:Head (D :t "his")) | ||
:Head (Nom | ||
:Head (N :t "attorney"))))))) | ||
:Mod (AdvP | ||
:Head (Adv :t "as") | ||
:Comp (Clause | ||
:Head (VP | ||
:Head (V :t "prescribed") | ||
:Mod (PP | ||
:Head (P :t "by") | ||
:Obj (NP | ||
:Head (Nom | ||
:Head (N :t "law") | ||
:Mod (PP | ||
:Head (P :t "for") | ||
:Obj (NP | ||
:Head (Nom | ||
:Head (N :t "service") | ||
:Mod (PP | ||
:Head (P :t "of") | ||
:Obj (NP | ||
:Head (Nom | ||
:Head (N :t "notice") | ||
:Mod (PP | ||
:Head (P :t "of") | ||
:Obj (NP | ||
:Head (Nom | ||
:Head (N :t "motion") | ||
:Mod (PP | ||
:Head (P :t "in") | ||
:Obj (NP | ||
:Det (DP | ||
:Head (D :t "an")) | ||
:Head (Nom | ||
:Head (N :t "action") | ||
:Mod (PP | ||
:Head (P :t "in") | ||
:Obj (NP | ||
:Det (DP | ||
:Head (D :t "the")) | ||
:Head (Nom | ||
:Mod (AdjP | ||
:Head (Adj :t "same")) | ||
:Head (N :t "court" :p "."))))))))))))))))))))))))))))) |