mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-28 01:18:57 -06:00
fixes in Fin: mkPrep with three arguments, pieni_A in MorphoDict
This commit is contained in:
@@ -76,14 +76,16 @@ oper
|
|||||||
casePrep : Case -> Prep ; -- just case, e.g. adessive
|
casePrep : Case -> Prep ; -- just case, e.g. adessive
|
||||||
|
|
||||||
mkPrep = overload {
|
mkPrep = overload {
|
||||||
mkPrep : Case -> Prep
|
mkPrep : Case -> Prep -- inessive
|
||||||
= casePrep ;
|
= casePrep ;
|
||||||
mkPrep : Str -> Prep
|
mkPrep : Str -> Prep -- kanssa
|
||||||
= postGenPrep ;
|
= postGenPrep ;
|
||||||
mkPrep : Case -> Str -> Prep
|
mkPrep : Case -> Str -> Prep -- genitive kanssa
|
||||||
= postPrep ;
|
= postPrep ;
|
||||||
mkPrep : Str -> Case -> Prep
|
mkPrep : Str -> Case -> Prep -- ilman partitive
|
||||||
= \s,c -> prePrep c s ;
|
= \s,c -> prePrep c s ;
|
||||||
|
mkPrep : Str -> Case -> Str -> Prep -- yhdessä genitive kanssa
|
||||||
|
= \s,c,t -> lin Prep {c = NPCase c ; s = <s,t,\\_ => []>}
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
accusative : Prep
|
accusative : Prep
|
||||||
|
|||||||
@@ -24619,7 +24619,7 @@ lin pienennös_N = mkN {s = d39 "pienennös"} ;
|
|||||||
lin pienentyä_V = mkV {s = c52A "pienentyä"} ;
|
lin pienentyä_V = mkV {s = c52A "pienentyä"} ;
|
||||||
lin pienentää_V = mkV {s = c54A "pienentää"} ;
|
lin pienentää_V = mkV {s = c54A "pienentää"} ;
|
||||||
lin pienetä_V = mkV {s = c72 "pienetä"} ;
|
lin pienetä_V = mkV {s = c72 "pienetä"} ;
|
||||||
lin pieni_N = mkN {s = d26 "pieni"} ;
|
lin pieni_A = mkA (mkN {s = d26 "pieni"}) ;
|
||||||
lin pieniä_V = mkV {s = c61 "pieniä"} ;
|
lin pieniä_V = mkV {s = c61 "pieniä"} ;
|
||||||
lin piennar_N = mkN {s = d49A "piennar"} ;
|
lin piennar_N = mkN {s = d49A "piennar"} ;
|
||||||
lin pienoinen_N = mkN {s = d38 "pienoinen"} ;
|
lin pienoinen_N = mkN {s = d38 "pienoinen"} ;
|
||||||
|
|||||||
@@ -24613,7 +24613,7 @@ fun pienennös_N : N ;
|
|||||||
fun pienentyä_V : V ;
|
fun pienentyä_V : V ;
|
||||||
fun pienentää_V : V ;
|
fun pienentää_V : V ;
|
||||||
fun pienetä_V : V ;
|
fun pienetä_V : V ;
|
||||||
fun pieni_N : N ;
|
fun pieni_A : A ;
|
||||||
fun pieniä_V : V ;
|
fun pieniä_V : V ;
|
||||||
fun piennar_N : N ;
|
fun piennar_N : N ;
|
||||||
fun pienoinen_N : N ;
|
fun pienoinen_N : N ;
|
||||||
|
|||||||
Reference in New Issue
Block a user