@whiteslove/parsing-lexicon 0.7.7 → 0.7.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@whiteslove/parsing-lexicon",
3
- "version": "0.7.7",
3
+ "version": "0.7.8",
4
4
  "description": "Shared deterministic multilingual parsing lexicon for WhitesLove housing and hiring services",
5
5
  "repository": {
6
6
  "type": "git",
@@ -95,7 +95,7 @@ export const TASHKENT_MALLS = Object.freeze([
95
95
  poi('Poytaxt Mall', 'mall', ['Poytaxt', 'Пойтахт Молл', 'Пойтахт', 'Poytaxt Shopping Center', 'Poytaxt savdo markazi'], { contextRequired: true, context: MALL_CONTEXT }),
96
96
  poi('Alfraganus Mall', 'mall', ['Alfraganus', 'Альфраганус Молл', 'Alfraganus savdo markazi'], { contextRequired: true, context: MALL_CONTEXT }),
97
97
  poi('High Town Mall', 'mall', ['HT Mall', 'HT Молл', 'HT savdo markazi']),
98
- poi('Seoul Mun Mall', 'mall', ['Seoul Mun', 'Сеул Мун Молл', 'Seoul Mun savdo markazi'], { contextRequired: true, context: MALL_CONTEXT }),
98
+ poi('Seoul Mun Mall', 'mall', ['Seoul Mun', 'Seul Mun', 'Seoul Moon', 'Seul Moon', 'Сеул Мун', 'Сеул Мун Молл', 'Seoul Mun savdo markazi']),
99
99
  poi('Ecobozor', 'mall', ['Eco Bozor', 'Ekobozor', 'Эко Бозор', 'Экобозор']),
100
100
  poi('Chimgan Shopping Center', 'mall', ['Chimgan', 'Chimgan Mall', 'ТРЦ Чимган', 'ТЦ Чимган', 'Chimgan savdo markazi'], { contextRequired: true, context: MALL_CONTEXT }),
101
101
  poi('Golden Life', 'mall', ['Golden Life Mall', 'Голден Лайф', 'ТРЦ Golden Life', 'ТЦ Golden Life']),
@@ -251,4 +251,4 @@ export function matchTashkentPoi(value, category = null) {
251
251
  }
252
252
  matches.sort((a, b) => b.length - a.length || a.start - b.start);
253
253
  return matches[0]?.entry ?? null;
254
- }
254
+ }
@@ -188,7 +188,6 @@ export const TASHKENT_RESIDENTIAL_COMPLEXES = Object.freeze([
188
188
  complex('Sayram Avenue'),
189
189
  complex('Sayram Plaza'),
190
190
  complex('Sayram Tower'),
191
- complex('Seoul Mun', ['Сеул Мун']),
192
191
  complex('Seoul Riverside'),
193
192
  complex('Shahriabad'),
194
193
  complex('Shohsaroy Towers'),