ellenhp / airmail

Lightweight geocoder in pure Rust
https://airmail.rs/
Apache License 2.0
292 stars 3 forks source link

International geocoding part 1 #10

Closed ellenhp closed 5 months ago

ellenhp commented 5 months ago

This feels like a pretty good step in the right direction in every way except query latency.

Abbreviations like (Calle=>"C/") are handled correctly now for a bunch of languages. I had stemmers included but ended up removing them. I might add them again for german only, if need be.