possessive fixes in Fin

This commit is contained in:
aarne
2012-12-28 14:24:56 +00:00
parent 2e40825dee
commit 2e4c3b4593
2 changed files with 3 additions and 3 deletions

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
} ;