Mark Karantayer
Mark Karantayer
The expansion expands 'terms' mostly without context. I'm probably not using the write word here but 'terms' can be tokens like "ca" which could expand to one of {canada, calle,...
@albarrentine has left links to papers & sites that describe the algorithms libpostal implements. I don't understand all the code (nor have I seen it all yet) but the algorithms...
@BenK10 you are now the hero my coworkers have been waiting for.
That explains that. I made most of the NL test cases using https://github.com/openvenues/address-formatting which introduced the space into the addresses (it was infrequently present before): ``` # Netherlands NL: address_template:...
I've been uploading to our internal third-party maven repo. It's a simple one-liner in the main directory after the gradle build: `mvn deploy:deploy-file -DgroupId=mapzen -DartifactId=jpostal -Dversion=1.0 -Dpackaging=jar -Dfile=./build/libs/jpostal.jar -DrepositoryId= -Durl=`...
You can check if things are set up correctly by running 'gradlew test' If that fails then: Did you complete the step in the setup that is installing [libpostal](https://github.com/openvenues/libpostal)? If...