mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-17 15:12:50 -06:00
polarity handling for Fin, e.g. "kukaan ei nuku" as equivalent to "nobody sleeps"
This commit is contained in:
@@ -43,7 +43,8 @@ concrete IdiomFin of Idiom = CatFin **
|
||||
adv = vp.adv ;
|
||||
ext = vp.ext ;
|
||||
sc = vp.sc ;
|
||||
qp = vp.qp
|
||||
qp = vp.qp ;
|
||||
isNeg = vp.isNeg
|
||||
} ;
|
||||
|
||||
ProgrVP vp =
|
||||
@@ -56,7 +57,7 @@ concrete IdiomFin of Idiom = CatFin **
|
||||
adv = vp.adv ;
|
||||
ext = vp.ext ;
|
||||
sc = vp.sc ;
|
||||
qp = vp.qp
|
||||
qp = vp.qp ; isNeg = vp.isNeg
|
||||
} ;
|
||||
|
||||
-- This gives "otetaan oluet" instead of "ottakaamme oluet".
|
||||
|
||||
Reference in New Issue
Block a user