mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 13:03:36 +00:00
[search] Add Lithuanian synonyms
Signed-off-by: x7z4w <x7z4w@noreply.codeberg.org>
This commit is contained in:
@@ -50,7 +50,7 @@ unordered_map<string, vector<string>> const kSynonyms = {
|
||||
{"18th", {"eighteenth"}},
|
||||
{"19th", {"nineteenth"}},
|
||||
{"20th", {"twentieth"}},
|
||||
{"a", {"am", "auto-estrada"}},
|
||||
{"a", {"am", "auto-estrada", "aikštė"}},
|
||||
{"abe", {"abbaye"}},
|
||||
{"accs", {"access"}},
|
||||
{"aceq", {"acequia"}},
|
||||
@@ -521,7 +521,7 @@ unordered_map<string, vector<string>> const kSynonyms = {
|
||||
{"gebr", {"gebroeders"}},
|
||||
{"gen", {"generaal", "generała", "generála", "general"}},
|
||||
{"geo", {"george"}},
|
||||
{"g", {"gata", "gasse", "großes", "großer", "gatan", "große", "gaten", "gate"}},
|
||||
{"g", {"gata", "gasse", "großes", "großer", "gatan", "große", "gaten", "gate", "gatvė"}},
|
||||
{"gg", {"gang"}},
|
||||
{"ghf", {"gasthof"}},
|
||||
{"gh", {"gasthaus"}},
|
||||
@@ -918,7 +918,7 @@ unordered_map<string, vector<string>> const kSynonyms = {
|
||||
{"provl", {"provincial"}},
|
||||
{"prov", {"province"}},
|
||||
{"p+r", {"parking relais", "parc relais"}},
|
||||
{"pr", {"praça", "prinses", "prins"}},
|
||||
{"pr", {"praça", "prinses", "prins", "prospektas"}},
|
||||
{"prq", {"presqu’île"}},
|
||||
{"prtco", {"pórtico"}},
|
||||
{"prt", {"petite route"}},
|
||||
@@ -1072,6 +1072,7 @@ unordered_map<string, vector<string>> const kSynonyms = {
|
||||
{"sixth", {"6th"}},
|
||||
{"sixteenth", {"16th"}},
|
||||
{"sk", {"sokak", "sokağı"}},
|
||||
{"skv", {"skveras"}},
|
||||
{"slj", {"sobre-loja"}},
|
||||
{"slov", {"slovenskih"}},
|
||||
{"slpe", {"slope"}},
|
||||
@@ -1126,7 +1127,7 @@ unordered_map<string, vector<string>> const kSynonyms = {
|
||||
/// Remove "street" and "avenue" here, but should update GetNameScore.
|
||||
{"st",
|
||||
{"santo", "sant", "sint", "saint", "stara", "street", "stary", "stora", "sankt", "store", "stare", "stig",
|
||||
"stigen", "sancta"}},
|
||||
"stigen", "sancta", "stotelė"}},
|
||||
{"št", {"šent"}},
|
||||
{"stwg", {"steenweg"}},
|
||||
{"subdiv", {"subdivision"}},
|
||||
|
||||
Reference in New Issue
Block a user