*** empty log message ***

This commit is contained in:
janna
2004-12-08 22:16:18 +00:00
parent c63d8d88da
commit 8c252ebd5c
6 changed files with 62 additions and 51 deletions

View File

@@ -65,7 +65,7 @@ lin
Antidepressant = IndefOneNP (UseN ( antidepressant**{lock_N = <>}));
PainKiller = IndefOneNP (UseN ( obezbolivauchee**{lock_N = <>}));
Fever = mkNounPhrase Sg (UseN ( temperatura**{lock_N = <>}))** {lock_NP = <>};
Fever = mkNounPhrase singular (UseN ( temperatura**{lock_N = <>}))** {lock_NP = <>};
BeInCondition = PredVP ;
CatchCold = PosVG (PredAP (AdjP1 (prostuzhen ** {lock_Adj1 = <>}))) ;
Pregnant = PosVG (PredAP (AdjP1 (beremenen ** {lock_Adj1 = <>}))) ;
@@ -78,7 +78,7 @@ lin
(extVerb verbSlomat active past)**{lock_TV = <>}) patient (mkNounPhrase patient.n painkiller ** {lock_NP = <>}) ;
HaveIllness patient symptom = U_predTransVerb true tvHave
patient (mkNounPhrase Sg symptom ** {lock_NP = <>}) ;
patient (mkNounPhrase singular symptom ** {lock_NP = <>}) ;
Complain = U_predTransVerb true tvHave ;
NeedDoctor = predNeedShortAdjective true ;
@@ -101,11 +101,11 @@ lin
-- High = AdjP1 (extAdjective vusokij ** {lock_Adj1 = <>});
-- Terrible = AdjP1 (extAdjective uzhasnuj ** {lock_Adj1 = <>});
-- FeverMod degree = mkNounPhrase Sg
-- FeverMod degree = mkNounPhrase singular
-- (ModAdj degree (UseN ( temperatura**{lock_N = <>}))) ** {lock_NP = <>};
-- PainInMod patient head degree = U_predTransVerb true (mkDirectVerb
-- (extVerb have Act Present) ** {lock_TV =<>}) patient
-- (mkNounPhrase Sg (ModAdj degree
-- (mkNounPhrase singular (ModAdj degree
--(AppFun (mkFun bol "в" Prepos ** {lock_Fun = <>})
-- (mkNounPhrase patient.n head** {lock_NP = <>}))) ** {lock_NP =<>});
};