rinigus / geocoder-nlp

Geocoder library based on libpostal normalization of libosmscout generated database
MIT License
21 stars 1 forks source link

optimize search: group normalizations #26

Closed rinigus closed 7 years ago

rinigus commented 7 years ago

with the current version of libpostal, it would be better to group normalizations so we could search for group immediately and not transverse the tree many times.

rinigus commented 7 years ago

implement it that way that we could change it in future for new libpostal