[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:
Al
2017-01-03 03:32:15 -05:00
parent 38e147d210
commit bcd61ffbe8

View File

@@ -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