From d04a026528826b08d05771964283665c67ee38f0 Mon Sep 17 00:00:00 2001 From: Al Date: Sun, 22 May 2016 12:30:43 -0400 Subject: [PATCH] [fix] no need to init language, etc. in new script --- scripts/geodata/osm/osm_address_training_data.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/scripts/geodata/osm/osm_address_training_data.py b/scripts/geodata/osm/osm_address_training_data.py index f502f7de..40da89cf 100644 --- a/scripts/geodata/osm/osm_address_training_data.py +++ b/scripts/geodata/osm/osm_address_training_data.py @@ -475,11 +475,6 @@ if __name__ == '__main__': args = parser.parse_args() - init_country_names() - init_languages() - init_disambiguation() - init_gazetteers() - language_rtree = LanguagePolygonIndex.load(args.language_rtree_dir) osm_rtree = None if args.rtree_dir: