forked from GitHub/gf-core
Finnish negation particle stored in VP for vowel harmony
This commit is contained in:
@@ -683,7 +683,7 @@ resource MorphoFin = ResFin ** open Prelude in {
|
||||
11 => lienee
|
||||
} ;
|
||||
|
||||
vforms2V : VForms -> Verb = \vh ->
|
||||
vforms2V : VForms -> Verb ** {qp : Str} = \vh ->
|
||||
let
|
||||
tulla = vh ! 0 ;
|
||||
tulen = vh ! 1 ;
|
||||
@@ -748,6 +748,7 @@ resource MorphoFin = ResFin ** open Prelude in {
|
||||
Inf Inf3Abess => tulema + "tt" + a
|
||||
} ;
|
||||
sc = NPCase Nom ;
|
||||
qp = Predef.dp 2 tulko ;
|
||||
lock_V = <>
|
||||
} ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user