mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-17 07:02:51 -06:00
added conjugations
This commit is contained in:
@@ -10,15 +10,13 @@ concrete StructuralBul of Structural = CatBul **
|
||||
almost_AdA, almost_AdN = ss "ïî÷òè" ;
|
||||
although_Subj = ss ["âúïðåêè ÷å"] ;
|
||||
{- always_AdV = ss "always" ;
|
||||
and_Conj = ss "and" ** {n = Pl} ;
|
||||
-}
|
||||
and_Conj = ss "è" ** {n = Pl} ;
|
||||
because_Subj = ss "çàùîòî" ;
|
||||
before_Prep = mkPrep "ïðåäè" Acc ;
|
||||
behind_Prep = mkPrep "çàä" Acc ;
|
||||
between_Prep = mkPrep "ìåæäó" Acc ;
|
||||
{-
|
||||
both7and_DConj = sd2 "both" "and" ** {n = Pl} ;
|
||||
-}
|
||||
both7and_DConj = sd2 "è" "è" ** {n = Pl} ;
|
||||
but_PConj = ss "íî" ;
|
||||
by8agent_Prep = mkPrep "÷ðåç" Acc ;
|
||||
by8means_Prep = mkPrep "÷ðåç" Acc ;
|
||||
@@ -37,9 +35,7 @@ concrete StructuralBul of Structural = CatBul **
|
||||
} ;
|
||||
-}
|
||||
during_Prep = mkPrep ["ïî âðåìå íà"] Acc ;
|
||||
{-
|
||||
either7or_DConj = sd2 "either" "or" ** {n = Sg} ;
|
||||
-}
|
||||
either7or_DConj = sd2 "èëè" "èëè" ** {n = Sg} ;
|
||||
everybody_NP = mkNP "âñåêè" (GSg Masc) P3 ;
|
||||
every_Det = mkDeterminerSg "âñåêè" "âñÿêà" "âñÿêî";
|
||||
everything_NP = mkNP "âñÿêî" (GSg Neut) P3 ;
|
||||
@@ -84,9 +80,7 @@ concrete StructuralBul of Structural = CatBul **
|
||||
on_Prep = mkPrep "íà" Acc ;
|
||||
---- one_Quant = mkDeterminer Sg "one" ; -- DEPRECATED
|
||||
only_Predet = {s = \\_ => "ñàìî"} ;
|
||||
{-
|
||||
or_Conj = ss "or" ** {n = Sg} ;
|
||||
-}
|
||||
or_Conj = ss "èëè" ** {n = Sg} ;
|
||||
otherwise_PConj = ss "èíà÷å" ;
|
||||
part_Prep = mkPrep "îò" Acc ;
|
||||
please_Voc = ss "ìîëÿ" ;
|
||||
|
||||
Reference in New Issue
Block a user