1
0
forked from GitHub/gf-rgl

(Kor) New verb forms

This commit is contained in:
Inari Listenmaa
2020-03-26 17:16:41 +01:00
parent afdff2e374
commit 1acaa57c49
3 changed files with 19 additions and 14 deletions
+3 -2
View File
@@ -123,8 +123,9 @@ lin
Vowel => copulaAfterVowel.s ;
Consonant => copula.s }
in case vf of {
VF _ Pos => glue (n.s ! Bare) (cop ! vf) ;
VF _ Neg => n.s ! Bare ++ cop ! vf }
VF _ Neg => n.s ! Bare ++ cop ! vf ;
_ => glue (n.s ! Bare) (cop ! vf)
}
} ;
-- : Adv -> Comp ;