mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-20 16:42:51 -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
|
lincat
|
||||||
Feat = Str;
|
Feat = Str;
|
||||||
lin FeatN, FeatN2 = \_ -> "";
|
lin FeatN, FeatN2 = \n ->
|
||||||
|
case n.g of {
|
||||||
|
Neutr => "";
|
||||||
|
Masc => "(masc)";
|
||||||
|
Fem => "(fem)"
|
||||||
|
};
|
||||||
FeatV = \v ->
|
FeatV = \v ->
|
||||||
"<subject>" ++
|
"<subject>" ++
|
||||||
v.s ! VInf ++ v.p ;
|
v.s ! VInf ++ v.p ;
|
||||||
|
|||||||
Reference in New Issue
Block a user