mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-07-02 03:58:34 -06:00
(Kor) New verb forms
This commit is contained in:
@@ -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 ;
|
||||
|
||||
Reference in New Issue
Block a user