possessive prodrop in Finnish

This commit is contained in:
aarne
2010-05-28 09:32:51 +00:00
parent 60dc82a647
commit ad2ceeb437
2 changed files with 11 additions and 1 deletions

View File

@@ -95,4 +95,12 @@ concrete ExtraFin of ExtraFinAbs = CatFin **
a = p.a
} ;
ProDropPoss p = {
s1 = \\_,_ => [] ;
sp = \\_,_ => p.s ! NPCase Gen ;
s2 = BIND ++ possSuffix p.a ;
isNum = False ;
isPoss = True ;
isDef = True --- "minun kolme autoani ovat" ; thus "...on" is missing
} ;
}