Peace keeping: added more lexicon words. Added this_NP and that_NP. Added some more examples.

This commit is contained in:
bringert
2006-04-21 14:34:45 +00:00
parent c502c90d8b
commit b65698ba37
6 changed files with 30 additions and 4 deletions

View File

@@ -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;