diff options
| author | bringert <bringert@cs.chalmers.se> | 2006-04-21 14:34:45 +0000 |
|---|---|---|
| committer | bringert <bringert@cs.chalmers.se> | 2006-04-21 14:34:45 +0000 |
| commit | 4bc12bcde1747d521a9bb41f20bbd32999ef2a59 (patch) | |
| tree | cdae74d3fa1be27222f5e89c2784474d1b6d0fb6 /examples/peacekeeping/PeaceLexCommonI.gf | |
| parent | f75efc970a001e8841d812a222aff0cb53959289 (diff) | |
Peace keeping: added more lexicon words. Added this_NP and that_NP. Added some more examples.
Diffstat (limited to 'examples/peacekeeping/PeaceLexCommonI.gf')
| -rw-r--r-- | examples/peacekeeping/PeaceLexCommonI.gf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/peacekeeping/PeaceLexCommonI.gf b/examples/peacekeeping/PeaceLexCommonI.gf index ba4347dbf..2b1cf29a4 100644 --- a/examples/peacekeeping/PeaceLexCommonI.gf +++ b/examples/peacekeeping/PeaceLexCommonI.gf @@ -15,6 +15,9 @@ incomplete concrete PeaceLexCommonI of PeaceLexCommon = PeaceCatI ** open Lang i whatPl_IP = whatPl_IP ; whatSg_IP = whatSg_IP ; + this_NP = this_NP ; + that_NP = that_NP ; + -- Determiners aSg_Det = DetSg (SgQuant IndefArt) NoOrd; @@ -71,6 +74,7 @@ incomplete concrete PeaceLexCommonI of PeaceLexCommon = PeaceCatI ** open Lang i woman_N = woman_N ; -- Verbs + breathe_V = breathe_V ; drink_V2 = drink_V2 ; eat_V2 = eat_V2 ; give_V3 = give_V3; |
