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:
@@ -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 ;
|
||||
|
||||
Reference in New Issue
Block a user