mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-22 09:46:22 -06:00
Make adjectives depend on agreement; Fix reflexives
This commit is contained in:
@@ -55,7 +55,7 @@ oper
|
||||
mkA : Str -> A -> A = \s,a -> irregAdvAdj s a
|
||||
} ;
|
||||
|
||||
-- mkA2 : Str -> A2 = \s -> lin A2 (mkAdj s) ;
|
||||
mkA2 : Str -> Prep -> A2 = \s,pp -> lin A2 (regAdj s ** { compl = pp }) ;
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user