diff --git a/src/finnish/CatFin.gf b/src/finnish/CatFin.gf index e6e8f174e..e22517c75 100644 --- a/src/finnish/CatFin.gf +++ b/src/finnish/CatFin.gf @@ -51,7 +51,7 @@ concrete CatFin of Cat = CommonX ** open ResFin, StemFin, Prelude in { CN = {s : NForm => Str ; h : Harmony} ; Pron = {s : NPForm => Str ; a : Agr ; hasPoss : Bool ; poss : Str} ; NP = {s : NPForm => Str ; a : Agr ; isPron : Bool ; isNeg : Bool} ; - Det = { + DAP, Det = { s1 : Case => Str ; -- minun kolme s2 : Harmony => Str ; -- -ni (Front for -nsä, Back for -nsa) sp : Case => Str ; -- se (substantival form) diff --git a/src/finnish/NounFin.gf b/src/finnish/NounFin.gf index 7daa3e62b..ea54a8685 100644 --- a/src/finnish/NounFin.gf +++ b/src/finnish/NounFin.gf @@ -264,6 +264,7 @@ concrete NounFin of Noun = CatFin ** open ResFin, MorphoFin, StemFin, Prelude in isPron = False ; isNeg = det.isNeg } ; + DetDAP d = d ; oper numN : NForm -> Number = \nf -> case nf of {