1
0
forked from GitHub/gf-core

conjunction of Object in Phrasebook

This commit is contained in:
aarne
2010-04-16 09:57:10 +00:00
parent 03c64d9f3d
commit 727b3bf626
5 changed files with 27 additions and 12 deletions

View File

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