mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
add plural for numeral "one" and Fem/Neut versions of UttImpSg in ExtraBul
This commit is contained in:
@@ -20,4 +20,15 @@ concrete ExtraBul of ExtraBulAbs = CatBul **
|
||||
|
||||
youPol8fem_Pron = mkNP "âčĺ" "âŕń" "âŕř" "âŕřč˙" "âŕřč˙ň" "âŕřŕ" "âŕřŕňŕ" "âŕřĺ" "âŕřĺňî" "âŕřč" "âŕřčňĺ" (GSg Fem) P2 ;
|
||||
youPol8neut_Pron = mkNP "âčĺ" "âŕń" "âŕř" "âŕřč˙" "âŕřč˙ň" "âŕřŕ" "âŕřŕňŕ" "âŕřĺ" "âŕřĺňî" "âŕřč" "âŕřčňĺ" (GSg Neut) P2 ;
|
||||
|
||||
onePl_Num = {s = table {
|
||||
DMascIndef | DMascPersonalIndef | DFemIndef | DNeutIndef => "ĺäíč" ;
|
||||
DMascDef | DMascDefNom | DMascPersonalDef | DMascPersonalDefNom | DFemDef | DNeutDef => "ĺäíčňĺ"
|
||||
} ;
|
||||
n = Pl;
|
||||
empty = False
|
||||
} ;
|
||||
|
||||
UttImpSg8fem pol imp = {s = pol.s ++ imp.s ! pol.p ! GSg Fem} ;
|
||||
UttImpSg8neut pol imp = {s = pol.s ++ imp.s ! pol.p ! GSg Fem} ;
|
||||
}
|
||||
|
||||
@@ -20,4 +20,9 @@ fun
|
||||
|
||||
youPol8fem_Pron : Pron ;
|
||||
youPol8neut_Pron : Pron ;
|
||||
|
||||
onePl_Num : Num ;
|
||||
|
||||
UttImpSg8fem : Pol -> Imp -> Utt;
|
||||
UttImpSg8neut : Pol -> Imp -> Utt;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user