diff options
| author | janna <unknown> | 2004-02-01 08:15:41 +0000 |
|---|---|---|
| committer | janna <unknown> | 2004-02-01 08:15:41 +0000 |
| commit | eb13f30e6166ddf231682df55ec40836a872dbb7 (patch) | |
| tree | ef39fa66b17b34f38c6496b1fc545527766a8e5e /grammars/health/HealthRus.gf | |
| parent | 4023dde11681d50469199ab6be5086ed07002371 (diff) | |
*** empty log message ***
Diffstat (limited to 'grammars/health/HealthRus.gf')
| -rw-r--r-- | grammars/health/HealthRus.gf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/grammars/health/HealthRus.gf b/grammars/health/HealthRus.gf index 96e7040ef..ac72a9044 100644 --- a/grammars/health/HealthRus.gf +++ b/grammars/health/HealthRus.gf @@ -24,6 +24,11 @@ lin TheyPatient = TheyNP ;
IPatientHe = { s = INP.s ; g = PGen Masc; anim = INP.anim ;
n = INP.n ; nComp = INP.nComp ; p = INP.p ; pron = INP.pron; lock_NP = <>} ;
+ IPatientShe = { s = INP.s ; g = PGen Fem; anim = INP.anim ;
+ n = INP.n ; nComp = INP.nComp ; p = INP.p ; pron = INP.pron; lock_NP = <>} ;
+ HePatient = HeNP ;
+ WePatient = WeNP ;
+
Influenza = UseN ( gripp**{lock_N = <>}) ;
Malaria = UseN ( malaria**{lock_N = <>}) ;
|
