From a211513951e79343b2ecf4f74bb0f449d6c82bc1 Mon Sep 17 00:00:00 2001 From: Al Date: Wed, 30 Mar 2016 10:25:25 -0400 Subject: [PATCH] [addresses] Adding stairway/entrance strings to the English address configs --- resources/addresses/en.yaml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/resources/addresses/en.yaml b/resources/addresses/en.yaml index 5e0a9a45..061756fc 100644 --- a/resources/addresses/en.yaml +++ b/resources/addresses/en.yaml @@ -256,6 +256,29 @@ directions: affix: s direction: right +# Entrance +# ======== +# For deriving strings like "North Entrance" + +entrance: + canonical: entrance + abbreviated: ent + sample: true + +# Staircase +# ========= +# For deriving strings like "Staircase A" in apartment buildings + +staircase: + canonical: stair + sample: true + alternates: + - canonical: stairway + sample: true + - canonical: staircase + sample: true + + # Unit types # ========== # Unit information is common in residential addresses, offices, business parks, etc.