diff options
| author | janna <unknown> | 2004-12-04 10:50:49 +0000 |
|---|---|---|
| committer | janna <unknown> | 2004-12-04 10:50:49 +0000 |
| commit | b63729307209c8f1c942cb70af12f89a46372993 (patch) | |
| tree | 4941209f3954f0cce2c57ab7d6456a8c2f1684dd | |
| parent | b0fc3c72f48fc13fe0ae9da64300be51c672c3e8 (diff) | |
*** empty log message ***
| -rw-r--r-- | grammars/database/RestaurantEng.gf | 2 | ||||
| -rw-r--r-- | grammars/health/ExtraRus.gf | 4 | ||||
| -rw-r--r-- | grammars/health/HealthRus.gf | 22 |
3 files changed, 14 insertions, 14 deletions
diff --git a/grammars/database/RestaurantEng.gf b/grammars/database/RestaurantEng.gf index d0dc304fe..af19b0aee 100644 --- a/grammars/database/RestaurantEng.gf +++ b/grammars/database/RestaurantEng.gf @@ -28,4 +28,4 @@ lin LaCoupole = pnReg ["La Coupole"] ; BurgerKing = pnReg ["Burger King"] ; -} ; +} diff --git a/grammars/health/ExtraRus.gf b/grammars/health/ExtraRus.gf index 0158a1384..6bccb1b4a 100644 --- a/grammars/health/ExtraRus.gf +++ b/grammars/health/ExtraRus.gf @@ -4,7 +4,7 @@ --1 Functions that are not in the API, but common in Russian
--
-- Aarne Ranta, Janna Khegai 2003
-resource ExtraRus = open ResourceRus, Prelude, SyntaxRus in {
+resource ExtraRus = open PredicationRus, ResourceRus, ParadigmsRus, SyntaxRus in {
flags coding=utf8 ;
@@ -32,5 +32,5 @@ oper lock_S = <>
} ;
- tvHave : TV = mkDirectVerb (extVerb have Act Present) ** { lock_TV = <>};
+ tvHave : TV = mkDirectVerb (extVerb have active present) ** { lock_TV = <>};
};
diff --git a/grammars/health/HealthRus.gf b/grammars/health/HealthRus.gf index ac72a9044..9f2ee73ea 100644 --- a/grammars/health/HealthRus.gf +++ b/grammars/health/HealthRus.gf @@ -1,7 +1,7 @@ -- use this path to read the grammar from the same directory
--# -path=.:../newresource/abstract:../prelude:../newresource/russian
-concrete HealthRus of Health = open PredicationRus, ResourceRus, Prelude, SyntaxRus, ExtraRus, ResourceExtRus, ParadigmsRus in {
+concrete HealthRus of Health = open PredicationRus, ResourceRus, SyntaxRus, ExtraRus, ResourceExtRus, ParadigmsRus in {
flags
coding=utf8 ;
@@ -71,21 +71,21 @@ lin Pregnant = PosVG (PredAP (AdjP1 (beremenen ** {lock_Adj1 = <>}))) ;
TakeMedicine = predV2 (mkDirectVerb
- (extVerb verbPrinimat Act Present)**{lock_TV = <>}) ;
+ (extVerb verbPrinimat active present)**{lock_TV = <>}) ;
Injured patient painkiller = predV2 (mkDirectVerb
- (extVerb verbPoranit Act Past)**{lock_TV = <>}) patient (mkNounPhrase patient.n painkiller ** {lock_NP = <>}) ;
+ (extVerb verbPoranit active past)**{lock_TV = <>}) patient (mkNounPhrase patient.n painkiller ** {lock_NP = <>}) ;
Broken patient painkiller = predV2 (mkDirectVerb
- (extVerb verbSlomat Act 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 Sg symptom ** {lock_NP = <>}) ;
- Complain = U_predTransVerb True tvHave ;
+ Complain = U_predTransVerb true tvHave ;
- NeedDoctor = predNeedShortAdjective True ;
- NeedMedicine = predNeedShortAdjective True ;
+ NeedDoctor = predNeedShortAdjective true ;
+ NeedMedicine = predNeedShortAdjective true ;
- PainIn patient head = U_predTransVerb True (mkDirectVerb
- (extVerb verbBolet_2 Act Present ) ** {lock_TV =<>}) patient (mkNounPhrase patient.n head ** {lock_NP =<>}) ;
+ PainIn patient head = U_predTransVerb true (mkDirectVerb
+ (extVerb verbBolet_2 active present ) ** {lock_TV =<>}) patient (mkNounPhrase patient.n head ** {lock_NP =<>}) ;
Head = UseN ( golova**{lock_N = <>});
Leg = UseN ( noga**{lock_N = <>});
@@ -103,7 +103,7 @@ lin -- Terrible = AdjP1 (extAdjective uzhasnuj ** {lock_Adj1 = <>});
-- FeverMod degree = mkNounPhrase Sg
-- (ModAdj degree (UseN ( temperatura**{lock_N = <>}))) ** {lock_NP = <>};
--- PainInMod patient head degree = U_predTransVerb True (mkDirectVerb
+-- PainInMod patient head degree = U_predTransVerb true (mkDirectVerb
-- (extVerb have Act Present) ** {lock_TV =<>}) patient
-- (mkNounPhrase Sg (ModAdj degree
--(AppFun (mkFun bol "в" Prepos ** {lock_Fun = <>})
|
