geocoder-abbreviations 4.6.8

Geocoding Abbreviations classified by language and type
Documentation
[
  ["a.d.", "auf der"],
  ["a", "am", "an", "a d", "a.d", "auf", "an der"],
  ["i", "im", "in", "i d", "i.d", "i.d.", "in der"],
  ["Bf", "Bhf", "Bahnhof"],
  ["bg", "berg", "burg"],
  ["Br", "Brücke"],
  ["Ch", "Chaussee"],
  ["D", "Damm"],
  ["d", "der"],
  ["df", "dorf"],
  ["Dr", "Doktor"],
  ["G", "Gasse"],
  ["Gr", "Große", "Großer", "Großes"],
  ["Hbf", "Hauptbahnhof"],
  ["Hl", "Heiligen"],
  ["Kl", "Kleine", "Kleiner", "Kleines"],
  ["Kr", "Krs", "Kreis"],
  ["Lk", "Lkr", "Lkrs", "Landkrs", "Landkreis"],
  ["o", "ob"],
  ["Ob", "Obere", "Oberer", "Oberes"],
  ["Pl", "Platz"],
  ["Rh", "Rhein"],
  ["St", "Sankt"],
  ["Str", "Straße", "Strasse"],
  ["U", "Untere", "Unterer", "Unteres"],
  ["v", "von"],
  ["Wg", "Weg"],
  ["z", "zum"],
  [
    "ä",
    { "skipBoundaries": true, "skipDiacriticStripping": true, "text": "ae" }
  ],
  [
    "ö",
    { "skipBoundaries": true, "skipDiacriticStripping": true, "text": "oe" }
  ],
  [
    "ü",
    { "skipBoundaries": true, "skipDiacriticStripping": true, "text": "ue" }
  ],
  [
    "$1 str",
    {
      "skipDiacriticStripping": true,
      "regex": true,
      "text": "([^ ]+)(strasse|str|straße)"
    }
  ]
]