forked from GitHub/gf-rgl
ParadigmsFin.verbalN for building nouns of type 'tekeminen'
This commit is contained in:
@@ -126,6 +126,11 @@ oper
|
|||||||
mkN : V -> N ; -- verbal noun: "tekeminen"
|
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").
|
-- Some nouns are regular except for the singular nominative (e.g. "mies").
|
||||||
|
|
||||||
exceptNomN : N -> Str -> N ;
|
exceptNomN : N -> Str -> N ;
|
||||||
|
|||||||
Reference in New Issue
Block a user