[search] Add Lithuanian synonyms

Signed-off-by: x7z4w <x7z4w@noreply.codeberg.org>
This commit is contained in:
x7z4w
2025-10-08 21:03:03 +02:00
parent 533e34f390
commit 175e971064

View File

@@ -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"}},