1
0
forked from GitHub/gf-core

this_Det etc in synopsis (since they are used in tutorial)

This commit is contained in:
aarne
2010-12-23 10:06:05 +00:00
parent 9bf21b0b5e
commit 02e56187d3
3 changed files with 235 additions and 171 deletions

View File

@@ -302,6 +302,14 @@ mkUtt youPl_NP
mkUtt they_NP
mkDet : Quant -> Det -- this
mkDet this_Quant
this_NP : NP
mkUtt this_NP
that_NP : NP
mkUtt that_NP
these_NP : NP
mkUtt these_NP
those_NP : NP
mkUtt those_NP
mkDet : Quant -> Card -> Det -- these five
mkDet this_Quant (mkCard (mkNumeral n5_Unit))
mkDet : Quant -> Ord -> Det -- the best
@@ -331,6 +339,14 @@ mkNP thePl_Det house_N
mkNP aSg_Det woman_N
aPl_Det : Det -- (houses)
mkNP aPl_Det woman_N
this_Det : Det
mkNP this_Det woman_N
that_Det : Det
mkNP that_Det woman_N
these_Det : Det
mkNP these_Det woman_N
those_Det : Det
mkNP those_Det woman_N
mkQuant : Pron -> Quant -- my
mkNP (mkQuant i_Pron) house_N
the_Quant : Quant -- the

File diff suppressed because it is too large Load Diff