mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-20 13:23:59 +00:00
[search] Add synonyms
Signed-off-by: x7z4w <x7z4w@noreply.codeberg.org>
This commit is contained in:
@@ -1398,7 +1398,9 @@ unordered_map<string, vector<string>> const kSynonyms = {
|
|||||||
{"高", {"高等学校"}},
|
{"高", {"高等学校"}},
|
||||||
{"ش", {"شارع"}},
|
{"ش", {"شارع"}},
|
||||||
{"ط", {"طريق"}},
|
{"ط", {"طريق"}},
|
||||||
{"م", {"ميدان"}}
|
{"م", {"ميدان"}},
|
||||||
|
{"د", {"دكتور"}},
|
||||||
|
{"ج", {"جامعة"}}
|
||||||
/*
|
/*
|
||||||
These synonyms are currently unreachable per https://codeberg.org/comaps/comaps/issues/1242
|
These synonyms are currently unreachable per https://codeberg.org/comaps/comaps/issues/1242
|
||||||
{"arm. gen", {"armádneho generála"}},
|
{"arm. gen", {"armádneho generála"}},
|
||||||
|
|||||||
Reference in New Issue
Block a user