forked from GitHub/gf-rgl
ParadigmsFin.exceptPlGenN for special plural genitives
This commit is contained in:
@@ -47,6 +47,13 @@ oper
|
||||
} ;
|
||||
h = noun.h
|
||||
} ;
|
||||
exceptPlGenSNoun : SNoun -> Str -> SNoun = \noun,plgen -> {
|
||||
s = table {
|
||||
NCase Pl Gen => plgen ;
|
||||
f => noun.s ! f
|
||||
} ;
|
||||
h = noun.h
|
||||
} ;
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user