mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-07-02 03:58:34 -06:00
added pronouns
This commit is contained in:
@@ -22,5 +22,6 @@ lincat Num = {s : Str; n : Number} ;
|
||||
lincat Quant = {s : Str; spec : Species} ;
|
||||
lincat Det = {s : Str; spec : Species; n : Number} ;
|
||||
lincat NP = {s: Case => Str; a : Agr} ;
|
||||
lincat Pron = {s: Case => Str; acc_clit, dat_clit : Str; a : Agr} ;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user