mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-06-03 15:18:55 -06:00
plural accusative case in Finnish
This commit is contained in:
@@ -476,7 +476,7 @@ reg3N = \vesi,veden,vesi
|
||||
regPN m = mkPN (regN m) ;
|
||||
mkPN n = mkProperName n ** {lock_PN = <>} ;
|
||||
mkNP noun num = {
|
||||
s = \\c => noun.s ! NCase num (npform2case c) ;
|
||||
s = \\c => noun.s ! NCase num (npform2case num c) ;
|
||||
a = agrP3 num ;
|
||||
isPron = False ;
|
||||
lock_NP = <>
|
||||
|
||||
Reference in New Issue
Block a user