diff options
| author | janna <unknown> | 2005-10-28 08:45:28 +0000 |
|---|---|---|
| committer | janna <unknown> | 2005-10-28 08:45:28 +0000 |
| commit | 815dda6b4bfd573f9091d7a667a67076602fb205 (patch) | |
| tree | 98b4502bda2e4b54d02b0d7eb5e6df36275f63c9 /grammars/health/HealthEng.gf | |
| parent | c9977d50bf23bfc06c741cd599505c8a76059020 (diff) | |
*** empty log message ***
Diffstat (limited to 'grammars/health/HealthEng.gf')
| -rw-r--r-- | grammars/health/HealthEng.gf | 27 |
1 files changed, 14 insertions, 13 deletions
diff --git a/grammars/health/HealthEng.gf b/grammars/health/HealthEng.gf index 2acca0c6b..b834d8020 100644 --- a/grammars/health/HealthEng.gf +++ b/grammars/health/HealthEng.gf @@ -28,18 +28,18 @@ lin And x y = ConjS AndConj (TwoS x y) ;
- Influenza = cnNonhuman "influenza" ;
- Malaria = cnNonhuman "malaria" ;
- Diarrhea = cnNonhuman "diarrhea" ;
- SkinAllergy = AppFun (mkFun (nNonhuman "skin") []) (MassNP (cnNonhuman "allergy")) ;
- Heartburn = cnNonhuman "heartburn" ;
- Rheumatism = cnNonhuman "rheumatism" ;
- Cystitis = cnNonhuman "cystitis" ;
- Asthma = cnNonhuman "asthma" ;
- Arthritis = cnNonhuman "arthritis" ;
- Diabetes = cnNonhuman "diabetes" ;
- Tonsillitis = cnNonhuman "tonsillitis" ;
- Constipation = cnNonhuman "constipation" ;
+-- Influenza = cnNonhuman "influenza" ;
+-- Malaria = cnNonhuman "malaria" ;
+-- Diarrhea = cnNonhuman "diarrhea" ;
+-- SkinAllergy = AppFun (mkFun (nNonhuman "skin") []) (MassNP (cnNonhuman "allergy")) ;
+-- Heartburn = cnNonhuman "heartburn" ;
+-- Rheumatism = cnNonhuman "rheumatism" ;
+-- Cystitis = cnNonhuman "cystitis" ;
+-- Asthma = cnNonhuman "asthma" ;
+-- Arthritis = cnNonhuman "arthritis" ;
+-- Diabetes = cnNonhuman "diabetes" ;
+-- Tonsillitis = cnNonhuman "tonsillitis" ;
+-- Constipation = cnNonhuman "constipation" ;
Dentist = cnHuman "dentist" ;
Gynecologist = cnHuman "gynecologist" ;
@@ -95,7 +95,8 @@ lin Fever = DetNP (aDet** {lock_Det = <>}) (cnNoHum (nounReg "fever")** {lock_CN = <>}) ;
- HaveIllness patient illness = predV2 tvHave patient (DetNP (nullDet** {lock_Det = <>}) illness) ;
+-- HaveIllness patient illness = predV2 tvHave patient (DetNP (nullDet** {lock_Det = <>}) illness) ;
+ HaveAsthma patient = predV2 tvHave patient (DetNP (nullDet** {lock_Det = <>}) (cnNonhuman "asthma")) ;
Complain = predV2 tvHave ;
NeedDoctor patient doctor = predV2 (mkTransVerbDir (regVerbP3 "need")**{lock_TV = <>})
|
