forked from GitHub/gf-core
conjunction of Object in Phrasebook
This commit is contained in:
@@ -26,6 +26,7 @@ gfdoc - a rudimentary GF document generator.
|
||||
Quality = AP ;
|
||||
Property = A ;
|
||||
Object = NP ;
|
||||
PrimObject = NP ;
|
||||
Place = NPPlace ; -- {name : NP ; at : Adv ; to : Adv} ;
|
||||
PlaceKind = CNPlace ; -- {name : CN ; at : Prep ; to : Prep} ;
|
||||
Currency = CN ;
|
||||
@@ -76,6 +77,8 @@ gfdoc - a rudimentary GF document generator.
|
||||
ObjItem i = i ;
|
||||
ObjNumber n k = mkNP n k ;
|
||||
ObjIndef k = mkNP a_Quant k ;
|
||||
ObjAndObj = mkNP and_Conj ;
|
||||
OneObj o = o ;
|
||||
|
||||
This kind = mkNP this_Quant kind ;
|
||||
That kind = mkNP that_Quant kind ;
|
||||
@@ -111,6 +114,7 @@ gfdoc - a rudimentary GF document generator.
|
||||
{name = n ; isPron = False ; poss = mkQuant he_Pron} ; -- poss not used
|
||||
</pre>
|
||||
|
||||
-- NameString s = symb s ; --%
|
||||
<pre>
|
||||
NameNN = symb "NN" ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user