mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-05 17:22:51 -06:00
possessive prodrop in Finnish
This commit is contained in:
@@ -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
|
||||
} ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user