diff options
| author | bjorn <bjorn@bringert.net> | 2008-05-09 12:40:16 +0000 |
|---|---|---|
| committer | bjorn <bjorn@bringert.net> | 2008-05-09 12:40:16 +0000 |
| commit | f17addbcd3735f7bb27a2c1df090f5f2c68b8ce8 (patch) | |
| tree | c02be05eac6754094c1e4d9b5b6874eff5a61b99 | |
| parent | acebf7c912cae34ffeef1b911e9cc0a6a6b4c0ba (diff) | |
grammars/health/HealthRus.gf: comment out the linearizations of functions that are commented out in Health.gf. HealthRus now compiles (against resource-0.6).
| -rw-r--r-- | grammars/health/HealthRus.gf | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/grammars/health/HealthRus.gf b/grammars/health/HealthRus.gf index 5947e0ba1..1fae90cb0 100644 --- a/grammars/health/HealthRus.gf +++ b/grammars/health/HealthRus.gf @@ -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 ;
|
