mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-21 09:02:50 -06:00
move lincat Subj, Prep to Slavic
This commit is contained in:
@@ -89,8 +89,6 @@ concrete CatBul of Cat = CatSlavic with (ResSlavic = ResBul) ** open Prelude, (R
|
|||||||
-- Structural
|
-- Structural
|
||||||
|
|
||||||
Conj = {s : Str; distr : Bool; conj : Bool; n : Number} ;
|
Conj = {s : Str; distr : Bool; conj : Bool; n : Number} ;
|
||||||
Subj = {s : Str} ;
|
|
||||||
Prep = {s : Str; c : Case} ;
|
|
||||||
|
|
||||||
-- Open lexical classes, e.g. Lexicon
|
-- Open lexical classes, e.g. Lexicon
|
||||||
|
|
||||||
|
|||||||
@@ -72,8 +72,6 @@ concrete CatRus of Cat = CommonX ** CatSlavic with (ResSlavic = ResRus) ** open
|
|||||||
-- case of "или", the result is however plural if any of the disjuncts is.
|
-- case of "или", the result is however plural if any of the disjuncts is.
|
||||||
|
|
||||||
Conj = {s1,s2 : Str ; n : Number} ;
|
Conj = {s1,s2 : Str ; n : Number} ;
|
||||||
Subj = {s : Str} ;
|
|
||||||
Prep = {s : Str ; c: Case } ;
|
|
||||||
|
|
||||||
-- Open lexical classes, e.g. Lexicon
|
-- Open lexical classes, e.g. Lexicon
|
||||||
|
|
||||||
|
|||||||
@@ -3,6 +3,9 @@ incomplete concrete CatSlavic of Cat = open Prelude, CommonSlavic, ResSlavic in
|
|||||||
lincat
|
lincat
|
||||||
CN = {s : NForm => Str; g : Gender; anim : Animacy} ;
|
CN = {s : NForm => Str; g : Gender; anim : Animacy} ;
|
||||||
|
|
||||||
|
Subj = {s : Str} ;
|
||||||
|
Prep = {s : Str; c: Case} ;
|
||||||
|
|
||||||
N = {s : NForm => Str; g : Gender; anim : Animacy} ;
|
N = {s : NForm => Str; g : Gender; anim : Animacy} ;
|
||||||
N2 = {s : NForm => Str; g : Gender; anim : Animacy} ** {c2 : Preposition} ;
|
N2 = {s : NForm => Str; g : Gender; anim : Animacy} ** {c2 : Preposition} ;
|
||||||
N3 = {s : NForm => Str; g : Gender; anim : Animacy} ** {c2,c3 : Preposition} ;
|
N3 = {s : NForm => Str; g : Gender; anim : Animacy} ** {c2,c3 : Preposition} ;
|
||||||
|
|||||||
Reference in New Issue
Block a user