mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-16 06:32:51 -06:00
move lincat Subj, Prep to Slavic
This commit is contained in:
@@ -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} ;
|
||||
|
||||
Reference in New Issue
Block a user