ConstructionsDut and geonames in DictionaryChi (including some in Latin letters without spaces)

This commit is contained in:
aarne
2014-06-18 13:14:51 +00:00
parent 12210ebb61
commit 180ba3b9d9
6 changed files with 2735 additions and 2 deletions

View File

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