ParadigmsFin.verbalN for building nouns of type 'tekeminen'

This commit is contained in:
aarneranta
2020-09-17 06:51:44 +02:00
parent b422417d4b
commit 9d9349a17a

View File

@@ -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 ;