(Romance) Move AForm from Common to Diff

Por,Ita: no attributive. Fre,Cat: only Sg M, Spa: Sg M+F
This commit is contained in:
Inari Listenmaa
2021-09-17 09:52:24 +08:00
parent ef3270ae29
commit 354990319d
3 changed files with 26 additions and 62 deletions
+2 -2
View File
@@ -133,8 +133,8 @@ incomplete concrete CatRomance of Cat = CommonX - [SC,Pol]
NP = \np -> (np.s ! Nom).comp ;
Conj = \c -> c.s2 ;
A = \a -> a.s ! ASg Masc APred ;
A2 = \a -> a.s ! ASg Masc APred ++ a.c2.s ;
A = \a -> a.s ! genNum2Aform Masc Sg ;
A2 = \a -> a.s ! genNum2Aform Masc Sg ++ a.c2.s ;
N = \n -> n.s ! Sg ;
N2 = \n -> n.s ! Sg ++ n.c2.s ;