1
0
forked from GitHub/gf-rgl

gramamr distr

This commit is contained in:
aarne
2004-08-03 12:39:55 +00:00
parent eaa1c740c6
commit 4cb09e36b9
2 changed files with 4 additions and 2 deletions

View File

@@ -49,5 +49,7 @@ Missing structures
" "the house that he wants to buy" " "the house that he wants to buy"
opyright (c) 2001-2004 Janna Khegai, Aarne Ranta
under GNU General Public License (GPL).
Document last updated August 3, 2004, by Aarne Ranta. Document last updated August 3, 2004, by Aarne Ranta.

View File

@@ -114,7 +114,7 @@ oper
f => pron.s ! npForm2PForm f f => pron.s ! npForm2PForm f
} ; } ;
n = pron.n ; n = pron.n ;
p = NP3 p = NPP pron.p
} ; } ;
-- *Partitive noun phrases* use the partitive instead of the nominative -- *Partitive noun phrases* use the partitive instead of the nominative
@@ -136,7 +136,7 @@ oper
in in
{s = \\c => meihin.s ! c ++ kaksi.s ! c ; {s = \\c => meihin.s ! c ++ kaksi.s ! c ;
n = me.n ; n = me.n ;
p = NP3 -- meidän kahden talo (*talomme) p = NPP me.p --- meidän kahden talo (*talomme)
} ; } ;
noNum : Numeral = {s = \\_ => [] ; isNum = False} ; noNum : Numeral = {s = \\_ => [] ; isNum = False} ;