grammars/health/HealthRus.gf: comment out the linearizations of functions that are commented out in Health.gf. HealthRus now compiles (against resource-0.6).

This commit is contained in:
bjorn
2008-05-09 12:40:16 +00:00
parent acebf7c912
commit f17addbcd3

View File

@@ -30,18 +30,18 @@ lin
WePatient = WeNP ; WePatient = WeNP ;
Influenza = UseN ( gripp**{lock_N = <>}) ; -- Influenza = UseN ( gripp**{lock_N = <>}) ;
Malaria = UseN ( malaria**{lock_N = <>}) ; -- Malaria = UseN ( malaria**{lock_N = <>}) ;
Diarrhea = UseN ( ponos **{lock_N = <>}); -- Diarrhea = UseN ( ponos **{lock_N = <>});
SkinAllergy = ModAdj (AdjP1(adj1Staruyj "кожн")) (UseN ( allergiya **{lock_N = <>})); -- SkinAllergy = ModAdj (AdjP1(adj1Staruyj "кожн")) (UseN ( allergiya **{lock_N = <>}));
Heartburn = UseN ( izzhoga **{lock_N = <>}); -- Heartburn = UseN ( izzhoga **{lock_N = <>});
Rheumatism = UseN ( revmatizm **{lock_N = <>}); -- Rheumatism = UseN ( revmatizm **{lock_N = <>});
Cystitis = UseN ( tsistit **{lock_N = <>}); -- Cystitis = UseN ( tsistit **{lock_N = <>});
Asthma = UseN ( astma **{lock_N = <>}); -- Asthma = UseN ( astma **{lock_N = <>});
Arthritis = UseN ( artrit **{lock_N = <>}); -- Arthritis = UseN ( artrit **{lock_N = <>});
Diabetes = UseN ( diabet **{lock_N = <>}); -- Diabetes = UseN ( diabet **{lock_N = <>});
Tonsillitis = UseN ( angina **{lock_N = <>}); -- Tonsillitis = UseN ( angina **{lock_N = <>});
Constipation = UseN ( zapor **{lock_N = <>}); -- Constipation = UseN ( zapor **{lock_N = <>});
Dentist = IndefOneNP ( UseN ( stomatolog**{lock_N = <>})) ; Dentist = IndefOneNP ( UseN ( stomatolog**{lock_N = <>})) ;
Gynecologist = IndefOneNP (UseN ( ginekolog**{lock_N = <>})) ; Gynecologist = IndefOneNP (UseN ( ginekolog**{lock_N = <>})) ;
@@ -77,8 +77,8 @@ lin
Broken patient painkiller = predV2 (mkDirectVerb Broken patient painkiller = predV2 (mkDirectVerb
(extVerb verbSlomat active past)**{lock_TV = <>}) patient (mkNounPhrase patient.n painkiller ** {lock_NP = <>}) ; (extVerb verbSlomat active past)**{lock_TV = <>}) patient (mkNounPhrase patient.n painkiller ** {lock_NP = <>}) ;
HaveIllness patient symptom = U_predTransVerb true tvHave -- HaveIllness patient symptom = U_predTransVerb true tvHave
patient (mkNounPhrase singular symptom ** {lock_NP = <>}) ; -- patient (mkNounPhrase singular symptom ** {lock_NP = <>}) ;
Complain = U_predTransVerb true tvHave ; Complain = U_predTransVerb true tvHave ;
NeedDoctor = predNeedShortAdjective true ; NeedDoctor = predNeedShortAdjective true ;