vladimarius / pyap

Python address detector and parser
MIT License
200 stars 60 forks source link

French addresses #6

Closed vandelouw closed 5 years ago

vandelouw commented 5 years ago

Hi Vladimarius, do you know if some work has been done on french addresses ? I have to parse some french addresses, it seems libpostal is nice but I have problems installing it and I found no other reliable solution, do you know other parsers for international addresses ? Thanks for your work ! Romain

vladimarius commented 5 years ago

Hi Vandelouw, I haven't seen any work on French addresses. As for libpostal - afaik, this lib does slightly different thing, it splits address into pieces (street name, number, city, ...). Pyap does this also, but is mainly used for quick finding of address string inside a larger text containing things which might not be addresses.

Vlad