mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-07-03 04:28:33 -06:00
pronouns in Slovenian. Slovenian has more personal pronouns and not all are currently covered in the RGL
This commit is contained in:
@@ -3,7 +3,7 @@ concrete NounSlv of Noun = CatSlv ** open ResSlv in {
|
||||
lin
|
||||
DetCN det cn = {
|
||||
s = \\c => det.s ! c ++ cn.s ! det.spec ! c ! det.n ;
|
||||
a = {g=cn.g; n=det.n}
|
||||
a = {g=cn.g; n=det.n; p=P3}
|
||||
} ;
|
||||
|
||||
DetQuant quant num = {
|
||||
|
||||
Reference in New Issue
Block a user