shlomishasho27

Results 3 issues of shlomishasho27

Hey, I just want to confirm - is the library thread-safe or not? Thanks

Hey, I encountered a discrepancy in the results obtained from the Java libpostal (`"1.1-1.5.8" version`) and the Python libpostal (`postal==1.1.10`). Specifically, when processing the address `"33 elm st 5a"` the...

Hey, I'm utilizing [javacpp-presets-libpostal](https://github.com/bytedeco/javacpp-presets/tree/master/libpostal) for libpostal version 1.1-1.5.8. Here's my code implementation: ``` override def parseAddress(str: String): Task[Map[String, String]] = { Resource .make( Task { val options = libpostal_get_address_parser_default_options() val...