mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-27 17:08:54 -06:00
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
|
-- Adjectives
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user