forked from GitHub/gf-rgl
an overloaded version of mkPN which takes advantage of the smart paradigms for nouns. also now we store only the singular forms for all PNs. added NounSlv.UsePN
This commit is contained in:
@@ -43,6 +43,6 @@ lincat
|
||||
A = {s : AForm => Str};
|
||||
|
||||
N = {s : Case => Number => Str; g : AGender};
|
||||
PN = {s : Case => Number => Str; g : AGender};
|
||||
PN = {s : Case => Str; g : AGender};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user