diff options
Diffstat (limited to 'examples/peacekeeping/PeaceLexCommon.gf')
| -rw-r--r-- | examples/peacekeeping/PeaceLexCommon.gf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/peacekeeping/PeaceLexCommon.gf b/examples/peacekeeping/PeaceLexCommon.gf index 35bdf35b6..512d7ad81 100644 --- a/examples/peacekeeping/PeaceLexCommon.gf +++ b/examples/peacekeeping/PeaceLexCommon.gf @@ -15,6 +15,9 @@ abstract PeaceLexCommon = PeaceCat ** { whatPl_IP : IP ; whatSg_IP : IP ; + this_NP : NP ; + that_NP : NP ; + -- Determiners aSg_Det : Det ; @@ -74,6 +77,7 @@ abstract PeaceLexCommon = PeaceCat ** { woman_N : N; -- Verbs + breathe_V : V ; eat_V2 : V2 ; drink_V2 : V2 ; give_V3 : V3 ; |
