diff options
| author | krasimir <krasimir@chalmers.se> | 2008-11-27 14:08:50 +0000 |
|---|---|---|
| committer | krasimir <krasimir@chalmers.se> | 2008-11-27 14:08:50 +0000 |
| commit | 4af8cf36171af49882009f1f15d2ce7cd6a1c220 (patch) | |
| tree | c33f1d3701eb81b9c26b97b2d0c9a911cbda8300 /next-lib/src/russian/CatRus.gf | |
| parent | 7f81aa43af09d37f857361096d3b2c4f27dceef6 (diff) | |
further refactoring in Russian
Diffstat (limited to 'next-lib/src/russian/CatRus.gf')
| -rw-r--r-- | next-lib/src/russian/CatRus.gf | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/next-lib/src/russian/CatRus.gf b/next-lib/src/russian/CatRus.gf index 317921d4a..ea0050f7e 100644 --- a/next-lib/src/russian/CatRus.gf +++ b/next-lib/src/russian/CatRus.gf @@ -22,8 +22,7 @@ concrete CatRus of Cat = CommonX ** CatSlavic with (ResSlavic = ResRus) ** open -- Question
QCl = {s :Polarity => ClForm => QForm => Str};
- IP = { s : PronForm => Str ; n : Number ; p : Person ;
- g: PronGen ; anim : Animacy ; pron: Bool} ;
+ IP = {s : PronForm => Str; a : Agr; anim : Animacy} ;
IComp = {s : Str} ;
IDet = Adjective ** {n: Number; g: PronGen; c: Case} ;
IQuant = {s : Number => AdjForm => Str; g: PronGen; c: Case} ; -- AR 16/6/2008
@@ -44,10 +43,8 @@ concrete CatRus of Cat = CommonX ** CatSlavic with (ResSlavic = ResRus) ** open -- Noun
- NP = { s : PronForm => Str ; n : Number ; p : Person ;
- g: PronGen ; anim : Animacy ; pron: Bool} ;
- Pron = { s : PronForm => Str ; n : Number ; p : Person ;
- g: PronGen ; pron: Bool} ;
+ NP = {s : PronForm => Str; a : Agr; anim : Animacy} ;
+ Pron = {s : PronForm => Str; a : Agr} ;
-- Determiners (only determinative pronouns
-- (or even indefinite numerals: "много" (many)) in Russian) are inflected
|
