github.com/seeker-insurance/kit@v0.0.13/address/suffix_variations.go (about) 1 package address 2 3 4 var suffixVariations = map[string]string{ 5 "allee": "alley", 6 "alley": "alley", 7 "ally": "alley", 8 "aly": "alley", 9 "anex": "annex", 10 "annex": "annex", 11 "annx": "annex", 12 "anx": "annex", 13 "arc": "arcade", 14 "arcade": "arcade", 15 "av": "avenue", 16 "ave": "avenue", 17 "aven": "avenue", 18 "avenu": "avenue", 19 "avenue": "avenue", 20 "avn": "avenue", 21 "avnue": "avenue", 22 "bayoo": "bayoo", 23 "bayou": "bayoo", 24 "bch": "beach", 25 "beach": "beach", 26 "bend": "bend", 27 "bnd": "bend", 28 "blf": "bluff", 29 "bluf": "bluff", 30 "bluff": "bluff", 31 "bluffs": "bluffs", 32 "bot": "bottom", 33 "bottm": "bottom", 34 "bottom": "bottom", 35 "btm": "bottom", 36 "blvd": "boulevard", 37 "boul": "boulevard", 38 "boulevard": "boulevard", 39 "boulv": "boulevard", 40 "br": "branch", 41 "branch": "branch", 42 "brnch": "branch", 43 "brdge": "bridge", 44 "brg": "bridge", 45 "bridge": "bridge", 46 "brk": "brook", 47 "brook": "brook", 48 "brooks": "brooks", 49 "burg": "burg", 50 "burgs": "burgs", 51 "byp": "bypass", 52 "bypa": "bypass", 53 "bypas": "bypass", 54 "bypass": "bypass", 55 "byps": "bypass", 56 "camp": "camp", 57 "cmp": "camp", 58 "cp": "camp", 59 "canyn": "canyon", 60 "canyon": "canyon", 61 "cnyn": "canyon", 62 "cyn": "canyon", 63 "cape": "cape", 64 "cpe": "cape", 65 "causeway": "causeway", 66 "causway": "causeway", 67 "cswy": "causeway", 68 "cen": "center", 69 "cent": "center", 70 "center": "center", 71 "centr": "center", 72 "centre": "center", 73 "cnter": "center", 74 "cntr": "center", 75 "ctr": "center", 76 "centers": "centers", 77 "cir": "circle", 78 "circ": "circle", 79 "circl": "circle", 80 "circle": "circle", 81 "crcl": "circle", 82 "crcle": "circle", 83 "circles": "circles", 84 "clf": "cliff", 85 "cliff": "cliff", 86 "clfs": "cliffs", 87 "cliffs": "cliffs", 88 "clb": "club", 89 "club": "club", 90 "common": "common", 91 "cor": "corner", 92 "corner": "corner", 93 "corners": "corners", 94 "cors": "corners", 95 "course": "course", 96 "crse": "course", 97 "court": "court", 98 "crt": "court", 99 "ct": "court", 100 "courts": "courts", 101 "cts": "courts", 102 "cove": "cove", 103 "cv": "cove", 104 "coves": "coves", 105 "ck": "creek", 106 "cr": "creek", 107 "creek": "creek", 108 "crk": "creek", 109 "crecent": "crescent", 110 "cres": "crescent", 111 "crescent": "crescent", 112 "cresent": "crescent", 113 "crscnt": "crescent", 114 "crsent": "crescent", 115 "crsnt": "crescent", 116 "crest": "crest", 117 "crossing": "crossing", 118 "crssing": "crossing", 119 "crssng": "crossing", 120 "xing": "crossing", 121 "crossroad": "crossroad", 122 "curve": "curve", 123 "dale": "dale", 124 "dl": "dale", 125 "dam": "dam", 126 "dm": "dam", 127 "div": "divide", 128 "divide": "divide", 129 "dv": "divide", 130 "dvd": "divide", 131 "dr": "drive", 132 "driv": "drive", 133 "drive": "drive", 134 "drv": "drive", 135 "drives": "drives", 136 "est": "estate", 137 "estate": "estate", 138 "estates": "estates", 139 "ests": "estates", 140 "exp": "expressway", 141 "expr": "expressway", 142 "express": "expressway", 143 "expressway": "expressway", 144 "expw": "expressway", 145 "expy": "expressway", 146 "ext": "extension", 147 "extension": "extension", 148 "extn": "extension", 149 "extnsn": "extension", 150 "extensions": "extensions", 151 "exts": "extensions", 152 "fall": "fall", 153 "falls": "falls", 154 "fls": "falls", 155 "ferry": "ferry", 156 "frry": "ferry", 157 "fry": "ferry", 158 "field": "field", 159 "fld": "field", 160 "fields": "fields", 161 "flds": "fields", 162 "flat": "flat", 163 "flt": "flat", 164 "flats": "flats", 165 "flts": "flats", 166 "ford": "ford", 167 "frd": "ford", 168 "fords": "fords", 169 "forest": "forest", 170 "forests": "forest", 171 "frst": "forest", 172 "forg": "forge", 173 "forge": "forge", 174 "frg": "forge", 175 "forges": "forges", 176 "fork": "fork", 177 "frk": "fork", 178 "forks": "forks", 179 "frks": "forks", 180 "fort": "fort", 181 "frt": "fort", 182 "ft": "fort", 183 "freeway": "freeway", 184 "freewy": "freeway", 185 "frway": "freeway", 186 "frwy": "freeway", 187 "fwy": "freeway", 188 "garden": "garden", 189 "gardn": "garden", 190 "gdn": "garden", 191 "grden": "garden", 192 "grdn": "garden", 193 "gardens": "gardens", 194 "gdns": "gardens", 195 "grdns": "gardens", 196 "gateway": "gateway", 197 "gatewy": "gateway", 198 "gatway": "gateway", 199 "gtway": "gateway", 200 "gtwy": "gateway", 201 "glen": "glen", 202 "gln": "glen", 203 "glens": "glens", 204 "green": "green", 205 "grn": "green", 206 "greens": "greens", 207 "grov": "grove", 208 "grove": "grove", 209 "grv": "grove", 210 "groves": "groves", 211 "harb": "harbor", 212 "harbor": "harbor", 213 "harbr": "harbor", 214 "hbr": "harbor", 215 "hrbor": "harbor", 216 "harbors": "harbors", 217 "haven": "haven", 218 "havn": "haven", 219 "hvn": "haven", 220 "height": "heights", 221 "heights": "heights", 222 "hgts": "heights", 223 "ht": "heights", 224 "hts": "heights", 225 "highway": "highway", 226 "highwy": "highway", 227 "hiway": "highway", 228 "hiwy": "highway", 229 "hway": "highway", 230 "hwy": "highway", 231 "hill": "hill", 232 "hl": "hill", 233 "hills": "hills", 234 "hls": "hills", 235 "hllw": "hollow", 236 "hollow": "hollow", 237 "hollows": "hollow", 238 "holw": "hollow", 239 "holws": "hollow", 240 "inlet": "inlet", 241 "inlt": "inlet", 242 "is": "island", 243 "island": "island", 244 "islnd": "island", 245 "islands": "islands", 246 "i": "islands", 247 "iss": "islands", 248 "isle": "isle", 249 "isles": "isle", 250 "jct": "junction", 251 "jction": "junction", 252 "jctn": "junction", 253 "junction": "junction", 254 "junctn": "junction", 255 "juncton": "junction", 256 "jctns": "junctions", 257 "jcts": "junctions", 258 "junctions": "junctions", 259 "key": "key", 260 "ky": "key", 261 "keys": "keys", 262 "kys": "keys", 263 "knl": "knoll", 264 "knol": "knoll", 265 "knoll": "knoll", 266 "knls": "knolls", 267 "knolls": "knolls", 268 "lake": "lake", 269 "lk": "lake", 270 "lakes": "lakes", 271 "lks": "lakes", 272 "land": "land", 273 "landing": "landing", 274 "lndg": "landing", 275 "lndng": "landing", 276 "la": "lane", 277 "lane": "lane", 278 "lanes": "lane", 279 "ln": "lane", 280 "lgt": "light", 281 "light": "light", 282 "lights": "lights", 283 "lf": "loaf", 284 "loaf": "loaf", 285 "lck": "lock", 286 "lock": "lock", 287 "lcks": "locks", 288 "locks": "locks", 289 "ldg": "lodge", 290 "ldge": "lodge", 291 "lodg": "lodge", 292 "lodge": "lodge", 293 "loop": "loop", 294 "loops": "loop", 295 "mall": "mall", 296 "manor": "manor", 297 "mnr": "manor", 298 "manors": "manors", 299 "mnrs": "manors", 300 "mdw": "meadow", 301 "meadow": "meadow", 302 "mdws": "meadows", 303 "meadows": "meadows", 304 "medows": "meadows", 305 "mews": "mews", 306 "mill": "mill", 307 "ml": "mill", 308 "mills": "mills", 309 "mls": "mills", 310 "mission": "mission", 311 "missn": "mission", 312 "msn": "mission", 313 "mssn": "mission", 314 "motorway": "motorway", 315 "mnt": "mount", 316 "mount": "mount", 317 "mt": "mount", 318 "mntain": "mountain", 319 "mntn": "mountain", 320 "mountain": "mountain", 321 "mountin": "mountain", 322 "mtin": "mountain", 323 "mtn": "mountain", 324 "mntns": "mountains", 325 "mountains": "mountains", 326 "nck": "neck", 327 "neck": "neck", 328 "orch": "orchard", 329 "orchard": "orchard", 330 "orchrd": "orchard", 331 "oval": "oval", 332 "ovl": "oval", 333 "overpass": "overpass", 334 "park": "park", 335 "pk": "park", 336 "prk": "park", 337 "parks": "parks", 338 "parkway": "parkway", 339 "parkwy": "parkway", 340 "pkway": "parkway", 341 "pkwy": "parkway", 342 "pky": "parkway", 343 "parkways": "parkways", 344 "pkwys": "parkways", 345 "pass": "pass", 346 "passage": "passage", 347 "path": "path", 348 "paths": "path", 349 "pike": "pike", 350 "pikes": "pike", 351 "pine": "pine", 352 "pines": "pines", 353 "pnes": "pines", 354 "pl": "place", 355 "place": "place", 356 "plain": "plain", 357 "pln": "plain", 358 "plaines": "plains", 359 "plains": "plains", 360 "plns": "plains", 361 "plaza": "plaza", 362 "plz": "plaza", 363 "plza": "plaza", 364 "point": "point", 365 "pt": "point", 366 "points": "points", 367 "pts": "points", 368 "port": "port", 369 "prt": "port", 370 "ports": "ports", 371 "prts": "ports", 372 "pr": "prairie", 373 "prairie": "prairie", 374 "prarie": "prairie", 375 "prr": "prairie", 376 "rad": "radial", 377 "radial": "radial", 378 "radiel": "radial", 379 "radl": "radial", 380 "ramp": "ramp", 381 "ranch": "ranch", 382 "ranches": "ranch", 383 "rnch": "ranch", 384 "rnchs": "ranch", 385 "rapid": "rapid", 386 "rpd": "rapid", 387 "rapids": "rapids", 388 "rpds": "rapids", 389 "rest": "rest", 390 "rst": "rest", 391 "rdg": "ridge", 392 "rdge": "ridge", 393 "ridge": "ridge", 394 "rdgs": "ridges", 395 "ridges": "ridges", 396 "riv": "river", 397 "river": "river", 398 "rivr": "river", 399 "rvr": "river", 400 "rd": "road", 401 "road": "road", 402 "rds": "roads", 403 "roads": "roads", 404 "route": "route", 405 "row": "row", 406 "rue": "rue", 407 "run": "run", 408 "shl": "shoal", 409 "shoal": "shoal", 410 "shls": "shoals", 411 "shoals": "shoals", 412 "shoar": "shore", 413 "shore": "shore", 414 "shr": "shore", 415 "shoars": "shores", 416 "shores": "shores", 417 "shrs": "shores", 418 "skyway": "skyway", 419 "spg": "spring", 420 "spng": "spring", 421 "spring": "spring", 422 "sprng": "spring", 423 "spgs": "springs", 424 "spngs": "springs", 425 "springs": "springs", 426 "sprngs": "springs", 427 "spur": "spur", 428 "spurs": "spurs", 429 "sq": "square", 430 "sqr": "square", 431 "sqre": "square", 432 "squ": "square", 433 "square": "square", 434 "sqrs": "squares", 435 "squares": "squares", 436 "sta": "station", 437 "station": "station", 438 "statn": "station", 439 "stn": "station", 440 "stra": "stravenue", 441 "strav": "stravenue", 442 "strave": "stravenue", 443 "straven": "stravenue", 444 "stravenue": "stravenue", 445 "stravn": "stravenue", 446 "strvn": "stravenue", 447 "strvnue": "stravenue", 448 "stream": "stream", 449 "streme": "stream", 450 "strm": "stream", 451 "st": "street", 452 "str": "street", 453 "street": "street", 454 "strt": "street", 455 "streets": "streets", 456 "smt": "summit", 457 "sumit": "summit", 458 "sumitt": "summit", 459 "summit": "summit", 460 "ter": "terrace", 461 "terr": "terrace", 462 "terrace": "terrace", 463 "throughway": "throughway", 464 "trace": "trace", 465 "traces": "trace", 466 "trce": "trace", 467 "track": "track", 468 "tracks": "track", 469 "trak": "track", 470 "trk": "track", 471 "trks": "track", 472 "trafficway": "trafficway", 473 "trfy": "trafficway", 474 "tr": "trail", 475 "trail": "trail", 476 "trails": "trail", 477 "trl": "trail", 478 "trls": "trail", 479 "tunel": "tunnel", 480 "tunl": "tunnel", 481 "tunls": "tunnel", 482 "tunnel": "tunnel", 483 "tunnels": "tunnel", 484 "tunnl": "tunnel", 485 "tpk": "turnpike", 486 "tpke": "turnpike", 487 "trnpk": "turnpike", 488 "trpk": "turnpike", 489 "turnpike": "turnpike", 490 "turnpk": "turnpike", 491 "underpass": "underpass", 492 "un": "union", 493 "union": "union", 494 "unions": "unions", 495 "valley": "valley", 496 "vally": "valley", 497 "vlly": "valley", 498 "vly": "valley", 499 "valleys": "valleys", 500 "vlys": "valleys", 501 "vdct": "viaduct", 502 "via": "viaduct", 503 "viadct": "viaduct", 504 "viaduct": "viaduct", 505 "view": "view", 506 "vw": "view", 507 "views": "views", 508 "vws": "views", 509 "vill": "village", 510 "villag": "village", 511 "village": "village", 512 "villg": "village", 513 "villiage": "village", 514 "vlg": "village", 515 "villages": "villages", 516 "vlgs": "villages", 517 "ville": "ville", 518 "vl": "ville", 519 "vis": "vista", 520 "vist": "vista", 521 "vista": "vista", 522 "vst": "vista", 523 "vsta": "vista", 524 "walk": "walk", 525 "walks": "walks", 526 "wall": "wall", 527 "way": "way", 528 "wy": "way", 529 "ways": "ways", 530 "well": "well", 531 "wells": "wells", 532 "wls": "wells", 533 }