[formatting] moving postcode to the beginning of the address only in countries using the continental European conventions. Creates more ambiguity than is worthwhile in the US, etc. when, say, house_number is removed from a training example and the postcode is inserted first (could very easily be a house_number)
This commit is contained in:
@@ -48,10 +48,6 @@ global:
|
||||
after: country
|
||||
probability: 0.01
|
||||
|
||||
postcode_first:
|
||||
first: true
|
||||
probability: 0.001
|
||||
|
||||
postcode_last:
|
||||
last: true
|
||||
probability: 0.01
|
||||
@@ -92,6 +88,11 @@ languages:
|
||||
before: road
|
||||
probability: 0.01
|
||||
|
||||
postcode:
|
||||
postcode_first:
|
||||
first: true
|
||||
probability: 0.001
|
||||
|
||||
building:
|
||||
building_after_house_number:
|
||||
after: house_number
|
||||
|
||||
Reference in New Issue
Block a user