mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-30 11:08:35 -06:00
fixed copulas and pushed previous updates (#447)
* fixed copula verbs * fixed copula verbs
This commit is contained in:
committed by
GitHub
parent
8007c4576c
commit
9340f73b39
@@ -511,6 +511,10 @@ oper
|
||||
= \a, ln -> ln ** {
|
||||
s = \\cas => (adjFormsAdjective a).s ! (gennum ln.g ln.n) ! ln.anim ! cas ++ ln.s ! cas
|
||||
} ;
|
||||
mkLN : LN -> Str -> LN
|
||||
= \ln, suffix -> ln ** {
|
||||
s = \\cas => ln.s ! cas ++ suffix
|
||||
} ;
|
||||
} ;
|
||||
|
||||
invarLN : Str -> Gender -> Number -> LN
|
||||
|
||||
Reference in New Issue
Block a user