mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-25 10:48:54 -06:00
familiar possessives in Italian
This commit is contained in:
@@ -116,8 +116,8 @@ concrete StructuralDan of Structural = CatDan **
|
|||||||
yes_Utt = ss ["ja"] ;
|
yes_Utt = ss ["ja"] ;
|
||||||
youSg_Pron =
|
youSg_Pron =
|
||||||
MorphoDan.mkNP "du" "dig" "din" "dit" "dine" Utr Sg P2 ; ----
|
MorphoDan.mkNP "du" "dig" "din" "dit" "dine" Utr Sg P2 ; ----
|
||||||
youPl_Pron = MorphoDan.mkNP "i" "jer" "jeres" "jeres" "jeres" Utr Pl P2 ;
|
youPl_Pron = MorphoDan.mkNP "I" "jer" "jeres" "jeres" "jeres" Utr Pl P2 ;
|
||||||
youPol_Pron = MorphoDan.mkNP "Dere" "Dere" "Deres" "Deres" "Deres" Utr Sg P2 ; --- wrong in refl
|
youPol_Pron = MorphoDan.mkNP "De" "Dem" "Deres" "Deres" "Deres" Utr Sg P2 ; --- wrong in refl
|
||||||
have_V2 = dirV2 have_V ;
|
have_V2 = dirV2 have_V ;
|
||||||
|
|
||||||
-- Auxiliaries that are used repeatedly.
|
-- Auxiliaries that are used repeatedly.
|
||||||
|
|||||||
@@ -36,4 +36,9 @@ concrete ExtraIta of ExtraItaAbs = ExtraRomanceIta **
|
|||||||
"Loro" "Loro" "Li" "Glie" "Loro" "Loro" "Loro" "Loro" "Loro"
|
"Loro" "Loro" "Li" "Glie" "Loro" "Loro" "Loro" "Loro" "Loro"
|
||||||
Fem Pl P3 ;
|
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 = []
|
||||||
|
} ;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -25,4 +25,7 @@ abstract ExtraItaAbs = ExtraRomanceAbs ** {
|
|||||||
youPolPl_Pron : Pron ; -- Loro
|
youPolPl_Pron : Pron ; -- Loro
|
||||||
youPolPl8fem_Pron : Pron ;
|
youPolPl8fem_Pron : Pron ;
|
||||||
|
|
||||||
|
-- Possessive without definite article, like "mio figlio".
|
||||||
|
|
||||||
|
PossFamQuant : Pron -> Quant ;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user