forked from GitHub/gf-rgl
added invarLN for abbreviations and foreign names
This commit is contained in:
@@ -513,6 +513,16 @@ oper
|
||||
} ;
|
||||
} ;
|
||||
|
||||
invarLN : Str -> Gender -> Number -> LN
|
||||
= \s, g, n ->
|
||||
lin LN {
|
||||
s = \\c => s ;
|
||||
anim = Inanimate ;
|
||||
c = mkPrep v_prep_mod Loc ;
|
||||
g = g ;
|
||||
n = n
|
||||
} ;
|
||||
|
||||
---------------------
|
||||
-- Adjectives
|
||||
|
||||
|
||||
Reference in New Issue
Block a user