possessive fixes in Fin

This commit is contained in:
aarne
2012-12-28 14:24:56 +00:00
parent a17adab71a
commit 29751ac69e
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -145,8 +145,8 @@ concrete ExtraFin of ExtraFinAbs = CatFin **
IAdvAdv adv = {s = "kuinka" ++ adv.s} ;
ProDrop p = {
s = table {NPCase (Nom | Gen) => [] ; c => p.s ! c} ;
---- drop Gen only works in adjectival position
s = table {NPCase (Nom) => [] ; c => p.s ! c} ;
---- drop Gen only works in adjectival position: "autoni", but not in "ø täytyy mennä"
a = p.a
} ;