mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-08 18:52:50 -06:00
ConstructionsDut and geonames in DictionaryChi (including some in Latin letters without spaces)
This commit is contained in:
@@ -73,6 +73,7 @@ oper
|
||||
|
||||
mkPN : overload {
|
||||
mkPN : Str -> PN ; -- proper name
|
||||
mkPN : N -> PN ; -- proper name from noun
|
||||
} ;
|
||||
|
||||
|
||||
@@ -232,6 +233,7 @@ oper
|
||||
|
||||
mkPN = overload {
|
||||
mkPN : Str -> PN = \s -> lin PN {s = \\_ => s} ;
|
||||
mkPN : N -> PN = \n -> lin PN {s = \\_ => n.s ! NF Sg Nom} ;
|
||||
} ;
|
||||
|
||||
masculine = Utr ;
|
||||
|
||||
Reference in New Issue
Block a user