You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 outputs differ as follows:
I'm reaching out to seek clarification on this variance. Is this a version-related issue, and could you provide guidance on which Maven version corresponds to postal==1.1.10 in pip?
Thanks!
The text was updated successfully, but these errors were encountered:
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 outputs differ as follows:Java libpostal result:
[{“key”: “house_number”, “value”: “33”}, {“key”: “road”, “value”: “elm st”}, {“key”: “house_number”, “value”: “5a”}]
Python libpostal result:
[{“key”: “house_number”, “value”: “33”}, {“key”: “road”, “value”: “elm st 5a”}]
I'm reaching out to seek clarification on this variance. Is this a version-related issue, and could you provide guidance on which Maven version corresponds to postal==1.1.10 in pip?
Thanks!
The text was updated successfully, but these errors were encountered: