mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-09 03:02:50 -06:00
latin adjectives and determiners
This commit is contained in:
@@ -34,6 +34,15 @@ oper
|
||||
= \x,y,z -> noun_ngg x y z ** {lock_N = <>} ;
|
||||
} ;
|
||||
|
||||
mkA = overload {
|
||||
mkA : (verbum : Str) -> A
|
||||
= \n -> adj n ** {isPre = False ; lock_A = <>} ;
|
||||
mkA : (verbum, verbi : Str) -> A
|
||||
= \x,y -> adj123 x y ** {isPre = False ; lock_A = <>} ;
|
||||
mkA : (bonus,bona,bonum : N) -> A
|
||||
= \x,y,z -> mkAdjective x y z ** {isPre = False ; lock_A = <>} ;
|
||||
} ;
|
||||
|
||||
|
||||
mkV = overload {
|
||||
mkV : (tacere : Str) -> V
|
||||
|
||||
Reference in New Issue
Block a user