summaryrefslogtreecommitdiff
path: root/next-lib/src/slavic
diff options
context:
space:
mode:
authorkrasimir <krasimir@chalmers.se>2008-11-27 06:32:18 +0000
committerkrasimir <krasimir@chalmers.se>2008-11-27 06:32:18 +0000
commit7f81aa43af09d37f857361096d3b2c4f27dceef6 (patch)
tree49608b32b2a231f65a37294e9625f232fe59cf93 /next-lib/src/slavic
parentf50c4270ad5f3115c2bbee9aacd5e3abf5412940 (diff)
move lincat Subj, Prep to Slavic
Diffstat (limited to 'next-lib/src/slavic')
-rw-r--r--next-lib/src/slavic/CatSlavic.gf3
1 files changed, 3 insertions, 0 deletions
diff --git a/next-lib/src/slavic/CatSlavic.gf b/next-lib/src/slavic/CatSlavic.gf
index f757a6044..1a0883702 100644
--- a/next-lib/src/slavic/CatSlavic.gf
+++ b/next-lib/src/slavic/CatSlavic.gf
@@ -3,6 +3,9 @@ incomplete concrete CatSlavic of Cat = open Prelude, CommonSlavic, ResSlavic in
lincat
CN = {s : NForm => Str; g : Gender; anim : Animacy} ;
+ Subj = {s : Str} ;
+ Prep = {s : Str; c: Case} ;
+
N = {s : NForm => Str; g : Gender; anim : Animacy} ;
N2 = {s : NForm => Str; g : Gender; anim : Animacy} ** {c2 : Preposition} ;
N3 = {s : NForm => Str; g : Gender; anim : Animacy} ** {c2,c3 : Preposition} ;