forked from GitHub/gf-rgl
added pronouns
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
concrete CatMkd of Cat = open ResMkd, Prelude in {
|
||||
concrete CatMkd of Cat = CommonX ** open ResMkd, Prelude in {
|
||||
|
||||
lincat N = Noun ;
|
||||
lincat N2 = Noun ** {c2 : Compl} ;
|
||||
@@ -8,11 +8,8 @@ lincat V2, V2S, V2Q = Verb ** {c2 : Compl} ;
|
||||
lincat V3, V2A, V2V = Verb ** {c2,c3 : Compl} ;
|
||||
lincat A = Adj ;
|
||||
lincat A2 = Adj ** {c2 : Compl} ;
|
||||
lincat Adv, AdV, AdA, AdN = Adv ;
|
||||
lincat Pron = Pron ;
|
||||
lincat Prep = Compl ;
|
||||
lincat Interj = {s : Str} ;
|
||||
lincat Voc = {s : Str} ;
|
||||
|
||||
linref N,N2,N3 = \n -> n.s ! Indef ! Sg ;
|
||||
linref V, VA, VV, VS, VQ, V2, V2S, V2Q, V3, V2A, V2V =
|
||||
|
||||
Reference in New Issue
Block a user