LibPostalNet icon indicating copy to clipboard operation
LibPostalNet copied to clipboard

C# bindings for libpostal

Results 7 LibPostalNet issues
Sort by recently updated
recently updated
newest added

Hi, I am currently learning the lib postal and its associated libraries. Is it possible to share the code for postal.dll ? Regards A

Im trying to start the LibPostalConsole example application without the data argument (because I can't find the data actually), but when it gets to ```var response = libpostal.LibpostalParseAddress(query, new LibpostalAddressParserOptions());```...

Hi - this is great work! Can you add a [license ](https://stackoverflow.com/questions/31639059/how-to-add-license-to-an-existing-github-project) to the project so others can us it? Libpostal itself uses the MIT License. Thanks!

Hi Mapo, I think there is an error beetween manage and unmanage code, convertion from string to char* and reverse do not work in some strings. This code hangs the...

![image](https://user-images.githubusercontent.com/20534952/35209719-4b10426c-ff8a-11e7-93a9-294ef9db3a99.png) I downloaded your solution, but it can't give me the correct result, could you give me some advise?

Hello, I am trying to run the LibPostalNet console project and always get a null result (Zero pointer at the result of the native call) I observed that the LibPostalNet...

I am new to .net! wonder how to run the console, do I need install C library for libPostal first? how to link it to this .net app? Thanks