mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-29 04:46:30 -06:00
ParadigmsFin.exceptPlGenN for special plural genitives
This commit is contained in:
@@ -117,7 +117,14 @@ oper
|
||||
|
||||
exceptNomSNoun : SNoun -> Str -> SNoun = \noun,nom -> {
|
||||
s = table {
|
||||
0 => nom ;
|
||||
5 => nom ;
|
||||
f => noun.s ! f
|
||||
} ;
|
||||
h = noun.h
|
||||
} ;
|
||||
exceptPlGenSNoun : SNoun -> Str -> SNoun = \noun,plgen -> {
|
||||
s = table {
|
||||
5 => init plgen ;
|
||||
f => noun.s ! f
|
||||
} ;
|
||||
h = noun.h
|
||||
|
||||
Reference in New Issue
Block a user