mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-27 17:08:54 -06:00
ParadigmsFin.verbalN for building nouns of type 'tekeminen'
This commit is contained in:
@@ -126,6 +126,11 @@ oper
|
||||
mkN : V -> N ; -- verbal noun: "tekeminen"
|
||||
} ;
|
||||
|
||||
-- Verban nouns of type "tekeminen"
|
||||
|
||||
verbalN : V -> N -- tekeminen
|
||||
= \v -> mkN (v.s ! (Inf Inf4Nom)) ;
|
||||
|
||||
-- Some nouns are regular except for the singular nominative (e.g. "mies").
|
||||
|
||||
exceptNomN : N -> Str -> N ;
|
||||
|
||||
Reference in New Issue
Block a user