mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
FeatN and FeatN2 in English now show the gender if it is masculine or feminine
This commit is contained in:
@@ -152,7 +152,12 @@ lin
|
||||
|
||||
lincat
|
||||
Feat = Str;
|
||||
lin FeatN, FeatN2 = \_ -> "";
|
||||
lin FeatN, FeatN2 = \n ->
|
||||
case n.g of {
|
||||
Neutr => "";
|
||||
Masc => "(masc)";
|
||||
Fem => "(fem)"
|
||||
};
|
||||
FeatV = \v ->
|
||||
"<subject>" ++
|
||||
v.s ! VInf ++ v.p ;
|
||||
|
||||
Reference in New Issue
Block a user