diff --git a/resources/parser/default.yaml b/resources/parser/default.yaml index ad98fbc3..141aaefa 100644 --- a/resources/parser/default.yaml +++ b/resources/parser/default.yaml @@ -22,6 +22,14 @@ component_dependencies: road: dependencies: [] + po_box: + dependencies: + - road + - suburb + - city_district + - city + - postcode + house_number: dependencies: - road @@ -45,6 +53,13 @@ component_dependencies: postcode: dependencies: [] + # Country exceptions + exceptions: + jp: + house_number: + dependencies: [] + + # Each component is dropped out separately and a new address # is added to the training set. These are only the address-level @@ -70,7 +85,6 @@ dropout: probability: 0.5 postcode: probability: 0.6 - po_box: probability: 0.1 # Note: these probabilities all independent (don't need to sum to 1)