forked from GitHub/gf-rgl
changed 200 old-generation words in DictFin
This commit is contained in:
@@ -126,6 +126,11 @@ oper
|
||||
|
||||
exceptNomN : N -> Str -> N ;
|
||||
|
||||
-- Nouns where the parts are separate (should perhaps be treated as CN)
|
||||
|
||||
separateN : Str -> N -> N
|
||||
= \s,n -> mkN (s + "_") n ;
|
||||
|
||||
-- Nouns used as functions need a case, of which the default is
|
||||
-- the genitive.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user