expostal icon indicating copy to clipboard operation
expostal copied to clipboard

Elixir binding for Libpostal - a library for parsing/normalizing street addresses around the world. Powered by statistical NLP and open geo data.

Results 6 expostal issues
Sort by recently updated
recently updated
newest added

fix for a bug that pops up when the code returns early with badarg then it does not remove the pthread_mutex_lock and prevents the library from function correctly after that....

I'm getting the following error when trying to boot up my app. It says `init/0` is undefined. I see that it's currently private and i'm not sure if that's related?...

Thanks for this awesome open source library! I'm wondering if there's currently any support for handling standard postal abbreviations (e.g. road -> rd, street -> st)?

I did some work to update the library. - Added classify_language - Added Expostal.Address struct - bumped dependencies

Force linking of shared libraries (libpostal) at build time instead of at runtime. This fixes the issue of the built library (expostal.so) being unable to lookup symbols from libpostal at...