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