1
0
forked from GitHub/gf-core

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