1
0
forked from GitHub/gf-core

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