From 4fa8c2aa8efcea496137b0a07dbb15fc8329fb29 Mon Sep 17 00:00:00 2001 From: Al Date: Thu, 2 Jun 2016 12:26:12 -0400 Subject: [PATCH] [addresses] Dutch cross streets --- resources/addresses/nl.yaml | 25 +++++++++++++++++++++ resources/dictionaries/nl/cross_streets.txt | 4 ++++ 2 files changed, 29 insertions(+) create mode 100644 resources/dictionaries/nl/cross_streets.txt diff --git a/resources/addresses/nl.yaml b/resources/addresses/nl.yaml index 1c4927a5..58766d11 100644 --- a/resources/addresses/nl.yaml +++ b/resources/addresses/nl.yaml @@ -165,6 +165,31 @@ categories: near_me_probability: 0.1 in_probability: 0.35 + + +cross_streets: + and: *en + corner_of: &hoek_van + canonical: hoek van + at_the_corner_of: &op_de_hoek_van + canonical: op de hoek van + intersection: + default: *en + probability: 0.7 + alternatives: + - alternative: *hoek_van + probability: 0.15 + - alternative: *op_de_hoek_van + probability: 0.15 + + between: + canonical: tussen + sample: true + canonical_probability: 0.8 + sample_probability: 0.2 + parentheses_probability: 0.5 + + entrances: ingang: &ingang canonical: ingang diff --git a/resources/dictionaries/nl/cross_streets.txt b/resources/dictionaries/nl/cross_streets.txt new file mode 100644 index 00000000..feb69df7 --- /dev/null +++ b/resources/dictionaries/nl/cross_streets.txt @@ -0,0 +1,4 @@ +en +hoek van +op de hoek van +tussen \ No newline at end of file