Make adjectives depend on agreement; Fix reflexives

This commit is contained in:
Inari Listenmaa
2017-10-02 15:22:11 +02:00
parent 9c77f9d990
commit 5b91023e0e
8 changed files with 42 additions and 26 deletions

View File

@@ -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 }) ;