mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-07-02 12:08:34 -06:00
(Pes) Add premodifier APs
This commit is contained in:
@@ -147,7 +147,11 @@ oper
|
||||
---------------------------
|
||||
-- Adjectives
|
||||
--------------------------
|
||||
Adjective : Type = {s : Mod => Str ; adv : Str} ;
|
||||
Adjective : Type = {
|
||||
s : Mod => Str ;
|
||||
adv : Str ;
|
||||
isPre : Bool
|
||||
} ;
|
||||
|
||||
mkAdj : Str -> Str -> Adjective = \adj,adv -> {
|
||||
s = table { Bare => adj;
|
||||
@@ -155,7 +159,7 @@ oper
|
||||
Clitic => mkEnclic adj ;
|
||||
Poss => mkPossStem adj
|
||||
} ;
|
||||
adv = adv
|
||||
adv = adv ; isPre = False
|
||||
};
|
||||
|
||||
------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user