1
0
forked from GitHub/gf-rgl

added invarLN for abbreviations and foreign names

This commit is contained in:
Krasimir Angelov
2023-11-04 18:17:59 +01:00
parent a5e6106d51
commit 93fbfe8d26

View File

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