mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-20 05:13:58 +00:00
add spelled out street numerals
Signed-off-by: IXVG47QZ <jako_accomm@simplelogin.com>
This commit is contained in:
@@ -19,17 +19,37 @@ unordered_map<string, vector<string>> const kSynonyms = {
|
|||||||
/// @todo Should process synonyms with errors like "blvrd" -> "blvd".
|
/// @todo Should process synonyms with errors like "blvrd" -> "blvd".
|
||||||
/// @see HouseOnStreetSynonymsWithMisprints test.
|
/// @see HouseOnStreetSynonymsWithMisprints test.
|
||||||
{"1", {"pierwszy", "pierwsza", "un", "una", "pierwsze", "primo"}},
|
{"1", {"pierwszy", "pierwsza", "un", "una", "pierwsze", "primo"}},
|
||||||
|
{"1st", {"first"}},
|
||||||
{"1°", {"primo"}},
|
{"1°", {"primo"}},
|
||||||
{"20", {"venti"}},
|
{"20", {"venti"}},
|
||||||
{"25", {"venticinque"}},
|
{"25", {"venticinque"}},
|
||||||
{"2", {"due", "drugi", "drugie", "druga"}},
|
{"2", {"due", "drugi", "drugie", "druga"}},
|
||||||
|
{"2nd", {"second"}},
|
||||||
{"3", {"trzecia", "trzecie", "tre", "trzeci"}},
|
{"3", {"trzecia", "trzecie", "tre", "trzeci"}},
|
||||||
|
{"3rd", {"third"}},
|
||||||
{"4", {"quattro"}},
|
{"4", {"quattro"}},
|
||||||
|
{"4th", {"fourth"}},
|
||||||
{"5", {"cinque"}},
|
{"5", {"cinque"}},
|
||||||
|
{"5th", {"fifth"}},
|
||||||
{"6", {"sei"}},
|
{"6", {"sei"}},
|
||||||
|
{"6th", {"sixth"}},
|
||||||
{"7", {"sette"}},
|
{"7", {"sette"}},
|
||||||
|
{"7th", {"seventh"}},
|
||||||
{"8", {"otto"}},
|
{"8", {"otto"}},
|
||||||
|
{"8th", {"eighth"}},
|
||||||
{"9", {"nove"}},
|
{"9", {"nove"}},
|
||||||
|
{"9th", {"ninth"}},
|
||||||
|
{"10th", {"tenth"}},
|
||||||
|
{"11th", {"eleventh"}},
|
||||||
|
{"12th", {"twelfth"}},
|
||||||
|
{"13th", {"thirteenth"}},
|
||||||
|
{"14th", {"fourteenth"}},
|
||||||
|
{"15th", {"fifteenth"}},
|
||||||
|
{"16th", {"sixteenth"}},
|
||||||
|
{"17th", {"seventeenth"}},
|
||||||
|
{"18th", {"eighteenth"}},
|
||||||
|
{"19th", {"nineteenth"}},
|
||||||
|
{"20th", {"twentieth"}},
|
||||||
{"a", {"am", "auto-estrada"}},
|
{"a", {"am", "auto-estrada"}},
|
||||||
{"abe", {"abbaye"}},
|
{"abe", {"abbaye"}},
|
||||||
{"accs", {"access"}},
|
{"accs", {"access"}},
|
||||||
@@ -395,7 +415,10 @@ unordered_map<string, vector<string>> const kSynonyms = {
|
|||||||
{"egl", {"église"}},
|
{"egl", {"église"}},
|
||||||
{"égl", {"église"}},
|
{"égl", {"église"}},
|
||||||
{"ehem", {"ehemalige", "ehemaliger", "ehemaliges"}},
|
{"ehem", {"ehemalige", "ehemaliger", "ehemaliges"}},
|
||||||
|
{"eighth", {"8th"}},
|
||||||
|
{"eighteenth", {"18th"}},
|
||||||
{"elb", {"elbow"}},
|
{"elb", {"elbow"}},
|
||||||
|
{"eleventh", {"11th"}},
|
||||||
{"emb", {"embaixador"}},
|
{"emb", {"embaixador"}},
|
||||||
{"em", {"estrada municipal"}},
|
{"em", {"estrada municipal"}},
|
||||||
{"empr", {"empresa"}},
|
{"empr", {"empresa"}},
|
||||||
@@ -456,6 +479,9 @@ unordered_map<string, vector<string>> const kSynonyms = {
|
|||||||
{"fg", {"faubourg"}},
|
{"fg", {"faubourg"}},
|
||||||
{"fh", {"fachhochschule", "forsthaus"}},
|
{"fh", {"fachhochschule", "forsthaus"}},
|
||||||
{"fit", {"firetrail"}},
|
{"fit", {"firetrail"}},
|
||||||
|
{"fifth", {"5th"}},
|
||||||
|
{"fifteenth", {"15th"}},
|
||||||
|
{"first", {"1st"}},
|
||||||
{"flat", {"flat"}},
|
{"flat", {"flat"}},
|
||||||
{"fl", {"flat"}},
|
{"fl", {"flat"}},
|
||||||
{"fnd", {"fundătura"}},
|
{"fnd", {"fundătura"}},
|
||||||
@@ -463,6 +489,8 @@ unordered_map<string, vector<string>> const kSynonyms = {
|
|||||||
{"fon", {"fontaine"}},
|
{"fon", {"fontaine"}},
|
||||||
{"form", {"forum", "formation"}},
|
{"form", {"forum", "formation"}},
|
||||||
{"fos", {"fosses", "fosse"}},
|
{"fos", {"fosses", "fosse"}},
|
||||||
|
{"fourth", {"4th"}},
|
||||||
|
{"fourteenth", {"14th"}},
|
||||||
{"foyr", {"foyer"}},
|
{"foyr", {"foyer"}},
|
||||||
{"fr", {"father", "frontage", "frei"}},
|
{"fr", {"father", "frontage", "frei"}},
|
||||||
{"frm", {"ferme", "fermes"}},
|
{"frm", {"ferme", "fermes"}},
|
||||||
@@ -735,6 +763,8 @@ unordered_map<string, vector<string>> const kSynonyms = {
|
|||||||
{"ne", {"northeast"}},
|
{"ne", {"northeast"}},
|
||||||
{"nh", {"nhà hát"}},
|
{"nh", {"nhà hát"}},
|
||||||
{"nhs", {"national high school"}},
|
{"nhs", {"national high school"}},
|
||||||
|
{"ninth", {"9th"}},
|
||||||
|
{"nineteenth", {"19th"}},
|
||||||
{"nk", {"nook"}},
|
{"nk", {"nook"}},
|
||||||
{"nms", {"neue mittelschule"}},
|
{"nms", {"neue mittelschule"}},
|
||||||
{"n", {"nowy", "nowa", "nossa", "norra", "número", "north", "nosso", "nacional", "nowe"}},
|
{"n", {"nowy", "nowa", "nossa", "norra", "número", "north", "nosso", "nacional", "nowe"}},
|
||||||
@@ -1016,11 +1046,14 @@ unordered_map<string, vector<string>> const kSynonyms = {
|
|||||||
{"sdn", {"sekolah dasar negeri"}},
|
{"sdn", {"sekolah dasar negeri"}},
|
||||||
{"sdr", {"søndre", "sønder"}},
|
{"sdr", {"søndre", "sønder"}},
|
||||||
{"sd", {"strand", "sekolah dasar"}},
|
{"sd", {"strand", "sekolah dasar"}},
|
||||||
|
{"second", {"2nd"}},
|
||||||
{"sect", {"sector"}},
|
{"sect", {"sector"}},
|
||||||
{"sedra", {"sendera"}},
|
{"sedra", {"sendera"}},
|
||||||
{"send", {"sendero"}},
|
{"send", {"sendero"}},
|
||||||
{"sen", {"sente", "senator", "sentiers", "sentier", "sentes"}},
|
{"sen", {"sente", "senator", "sentiers", "sentier", "sentes"}},
|
||||||
{"sent", {"sentier"}},
|
{"sent", {"sentier"}},
|
||||||
|
{"seventh", {"7th"}},
|
||||||
|
{"seventeenth", {"17th"}},
|
||||||
{"se", {"southeast"}},
|
{"se", {"southeast"}},
|
||||||
{"sgda", {"sagrada"}},
|
{"sgda", {"sagrada"}},
|
||||||
{"sg", {"schottergrube", "sungai", "sandgrube"}},
|
{"sg", {"schottergrube", "sungai", "sandgrube"}},
|
||||||
@@ -1030,6 +1063,8 @@ unordered_map<string, vector<string>> const kSynonyms = {
|
|||||||
{"shun", {"shunt"}},
|
{"shun", {"shunt"}},
|
||||||
{"shwy", {"state highway"}},
|
{"shwy", {"state highway"}},
|
||||||
{"sídl", {"sídlisko"}},
|
{"sídl", {"sídlisko"}},
|
||||||
|
{"sixth", {"6th"}},
|
||||||
|
{"sixteenth", {"16th"}},
|
||||||
{"sk", {"sokak", "sokağı"}},
|
{"sk", {"sokak", "sokağı"}},
|
||||||
{"slj", {"sobre-loja"}},
|
{"slj", {"sobre-loja"}},
|
||||||
{"slov", {"slovenskih"}},
|
{"slov", {"slovenskih"}},
|
||||||
@@ -1103,12 +1138,15 @@ unordered_map<string, vector<string>> const kSynonyms = {
|
|||||||
{"tct", {"tổng công ty"}},
|
{"tct", {"tổng công ty"}},
|
||||||
{"tcty", {"tổng công ty"}},
|
{"tcty", {"tổng công ty"}},
|
||||||
{"ten", {"tenente"}},
|
{"ten", {"tenente"}},
|
||||||
|
{"tenth", {"10th"}},
|
||||||
{"term", {"terminal"}},
|
{"term", {"terminal"}},
|
||||||
{"terr", {"terrace"}},
|
{"terr", {"terrace"}},
|
||||||
{"ter", {"terrace"}},
|
{"ter", {"terrace"}},
|
||||||
{"tg", {"tanjong"}},
|
{"tg", {"tanjong"}},
|
||||||
{"thcs", {"trung học cơ sở"}},
|
{"thcs", {"trung học cơ sở"}},
|
||||||
{"thfr", {"thoroughfare"}},
|
{"thfr", {"thoroughfare"}},
|
||||||
|
{"third", {"3rd"}},
|
||||||
|
{"thirteenth", {"13th"}},
|
||||||
{"thor", {"thoroughfare"}},
|
{"thor", {"thoroughfare"}},
|
||||||
{"thpt", {"trung học phổ thông"}},
|
{"thpt", {"trung học phổ thông"}},
|
||||||
{"th", {"tiểu học", "tienhaara"}},
|
{"th", {"tiểu học", "tienhaara"}},
|
||||||
@@ -1150,6 +1188,8 @@ unordered_map<string, vector<string>> const kSynonyms = {
|
|||||||
{"tu", {"technische universität"}},
|
{"tu", {"technische universität"}},
|
||||||
{"tvl", {"taival"}},
|
{"tvl", {"taival"}},
|
||||||
{"tv", {"travessa"}},
|
{"tv", {"travessa"}},
|
||||||
|
{"twelfth", {"12th"}},
|
||||||
|
{"twentieth", {"20th"}},
|
||||||
{"twp", {"township"}},
|
{"twp", {"township"}},
|
||||||
{"twrs", {"towers"}},
|
{"twrs", {"towers"}},
|
||||||
{"twy", {"tollway"}},
|
{"twy", {"tollway"}},
|
||||||
|
|||||||
Reference in New Issue
Block a user