mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-09 19:22:50 -06:00
removed spurious substantival possessives created from empty strings in NounFin in the presence of ProDrop
This commit is contained in:
@@ -254,6 +254,7 @@ concrete ExtraFin of ExtraFinAbs = CatFin **
|
||||
---- TODO maybe squeeze s2 between the fin and inf (but this is subtle)
|
||||
---- sinua olen rakastanut minä -> sinua olen minä rakastanus
|
||||
-- advantage though: works for all V2 verbs, need not be transitive
|
||||
---- TODO: agr should be to the agent
|
||||
|
||||
PassAgentVPSlash vp np = {
|
||||
s = {s = vp.s.s ; h = vp.s.h ; p = vp.s.p ; sc = npform2subjcase vp.c2.c} ;
|
||||
|
||||
@@ -116,7 +116,8 @@ concrete NounFin of Noun = CatFin ** open ResFin, MorphoFin, StemFin, Prelude in
|
||||
} ;
|
||||
|
||||
PossPron p = {
|
||||
s1,sp = \\_,_ => p.poss ;
|
||||
s1 = \\_,_ => p.poss ; -- [] in det position with proDrop
|
||||
sp = \\_,_ => p.s ! NPCase Gen ; -- to prevent [] with proDrop
|
||||
s2 = case p.hasPoss of {
|
||||
True => table {Front => BIND ++ possSuffixFront p.a ;
|
||||
Back => BIND ++ possSuffix p.a } ;
|
||||
|
||||
Reference in New Issue
Block a user