mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-07-02 20:18:33 -06:00
allow plural PNs in Slovenian
This commit is contained in:
@@ -19,7 +19,7 @@ concrete NounSlv of Noun = CatSlv ** open ResSlv,Prelude in {
|
||||
|
||||
UsePN pn = {
|
||||
s = pn.s;
|
||||
a = {g=agender2gender pn.g; n=Sg; p=P3};
|
||||
a = {g=agender2gender pn.g; n=pn.n; p=P3};
|
||||
isPron = False
|
||||
} ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user