Skip to content

Commit

Permalink
Update 10-3.cgel
Browse files Browse the repository at this point in the history
Add POS tags to verbs
  • Loading branch information
mebwells authored Aug 14, 2024
1 parent b0607d2 commit 0fcc33b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions datasets/oneoff/10-3.cgel
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
:Head (Adj :t "adverse"))
:Head (N :t "party")))
:Head (VP
:Head (V :t "is")
:Head (V :t "is" :l "be" :xpos "VBZ")
:PredComp (NP
:Det (DP
:Head (D :t "a"))
Expand All @@ -41,10 +41,10 @@
:Head (Nom
:Head (N :t "award")))
:Head (VP
:Head (V_aux :t "was")
:Head (V_aux :t "was" :l "be" :xpos "VBD")
:Comp (Clause
:Head (VP
:Head (V :t "made" :p ",")
:Head (V :t "made" :l "make" :xpos "VBN" :p ",")
:Obj (x / GAP))))))))))))))
:Head (Clause
:Subj (NP
Expand All @@ -53,14 +53,14 @@
:Head (Nom
:Head (N :t "service")))
:Head (VP
:Head (V_aux :t "shall")
:Head (V_aux :t "shall" :l "shall" :xpos "MD")
:Comp (Clause
:Head (VP
:Head (V_aux :t "be")
:Head (V_aux :t "be" :l "be" :xpos "VB")
:Comp (Clause
:Head (VP
:Head (VP
:Head (V :t "made")
:Head (V :t "made" :l "make" :xpos "VBN")
:Comp (PP
:Head (P :t "upon")
:Obj (Coordination
Expand All @@ -82,7 +82,7 @@
:Head (Adv :t "as")
:Comp (Clause
:Head (VP
:Head (V :t "prescribed")
:Head (V :t "prescribed" :l "prescribe" :xpos "VBN")
:Mod (PP
:Head (P :t "by")
:Obj (NP
Expand Down

0 comments on commit 0fcc33b

Please sign in to comment.