fixed the linearization for both7and_Conj and either7or_Conj

This commit is contained in:
krasimir
2008-06-13 13:57:50 +00:00
parent 85606ec32b
commit 6080d7f384
5 changed files with 40 additions and 29 deletions

View File

@@ -10,18 +10,18 @@ concrete StructuralBul of Structural = CatBul **
almost_AdA, almost_AdN = ss "ïî÷òè" ;
although_Subj = ss ["âúïðåêè ÷å"] ;
always_AdV = ss "âèíàãè" ;
and_Conj = {s1 = [] ; s2 = "è" ; n = Pl} ;
and_Conj = {s=[]; conj=True; distr=False; n = Pl} ;
because_Subj = ss "çàùîòî" ;
before_Prep = mkPrep "ïðåäè" Acc ;
behind_Prep = mkPrep "çàä" Acc ;
between_Prep = mkPrep "ìåæäó" Acc ;
both7and_DConj = sd2 "è" "è" ** {n = Pl} ;
both7and_DConj = {s=[]; conj=True; distr=True; n = Pl} ;
but_PConj = ss "íî" ;
by8agent_Prep = mkPrep "÷ðåç" Acc ;
by8means_Prep = mkPrep "÷ðåç" Acc ;
can8know_VV, can_VV = mkVV (stateV (mkV166 "ìîãà")) ;
during_Prep = mkPrep ["ïî âðåìå íà"] Acc ;
either7or_DConj = sd2 "èëè" "èëè" ** {n = Sg} ;
either7or_DConj = {s=[]; conj=False; distr=True; n = Sg} ;
everybody_NP = mkNP "âñåêè" (GSg Masc) P3 ;
every_Det = mkDeterminerSg "âñåêè" "âñÿêà" "âñÿêî";
everything_NP = mkNP "âñè÷êî" (GSg Neut) P3 ;
@@ -69,7 +69,7 @@ concrete StructuralBul of Structural = CatBul **
on_Prep = mkPrep "íà" Acc ;
---- one_Quant = mkDeterminer Sg "one" ; -- DEPRECATED
only_Predet = {s = \\_ => "ñàìî"} ;
or_Conj = {s1 = [] ; s2 = "èëè" ; n = Sg} ;
or_Conj = {s=[]; conj=False; distr=False; n = Sg} ;
otherwise_PConj = ss "èíà÷å" ;
part_Prep = mkPrep "îò" Acc ;
please_Voc = ss "ìîëÿ" ;