familiar possessives in Italian

This commit is contained in:
aarne
2010-05-26 14:11:50 +00:00
parent 45a0bf22ee
commit 35cb7417f6
3 changed files with 10 additions and 2 deletions

View File

@@ -36,4 +36,9 @@ concrete ExtraIta of ExtraItaAbs = ExtraRomanceIta **
"Loro" "Loro" "Li" "Glie" "Loro" "Loro" "Loro" "Loro" "Loro"
Fem Pl P3 ;
PossFamQuant p = {
s = \\_,n,g,c => prepCase c ++ p.poss ! n ! g ;
sp = \\ n,g,c => prepCase c ++ p.poss ! n ! g ;
s2 = []
} ;
}

View File

@@ -25,4 +25,7 @@ abstract ExtraItaAbs = ExtraRomanceAbs ** {
youPolPl_Pron : Pron ; -- Loro
youPolPl8fem_Pron : Pron ;
-- Possessive without definite article, like "mio figlio".
PossFamQuant : Pron -> Quant ;
}