Commit Graph

4955 Commits

Author SHA1 Message Date
Al Barrentine
63ac3cf921 Merge pull request #183 from openvenues/cdn
Hosting model files and training data on CloudFront CDN
2017-04-17 14:39:35 -04:00
Al
d2732922c2 [data] deployed model files and training data to CloudFront for easier downloading around the world and in places like China where the Great Fire Wall may prevent large downloads from abroad. TTL is set to 0 so it still caches the files themselves but checks with origin for the If-Modified-Since headers, allowing the files to be updated dynamically 2017-04-17 14:11:44 -04:00
Al Barrentine
5699ef3da0 Merge pull request #181 from eefi/bug/various/initializer
[fix] don't use unnamed fields in initializers
2017-04-13 16:22:33 -04:00
Al
36dc41af8c Merge branch 'master' of https://github.com/openvenues/libpostal 2017-04-13 16:02:06 -04:00
Al
413c584f08 [fix] need to set prev_state to the NULL state in numex parsing after a non-space/non-hyphen is encountered and the previous match, if any, is added to the result array 2017-04-13 16:01:46 -04:00
Austin Chu
f9b57dbd42 [fix] don't use unnamed fields in initializers
GCC did not support assigning to unnamed fields from designated
initializers until 4.6 [1]. Unfortunately, CentOS 6 ships with GCC 4.4,
so avoiding this C99 feature is necessary to fix building in CentOS 6
environments.

[1] https://gcc.gnu.org/bugzilla/show_bug.cgi?id=10676
2017-04-13 14:44:20 -04:00
Al Barrentine
7bef84676e Merge pull request #180 from eefi/bug/tagger/include-guard
[fix] add #include guard to tagger.h
2017-04-13 13:58:13 -04:00
Austin Chu
a966712e18 [fix] add #include guard to tagger.h 2017-04-13 13:02:03 -04:00
Al Barrentine
32c8662f8d Merge pull request #177 from eefi/bug/matrix/clbas
[fix] typo in compiler warning when no CBLAS found
2017-04-12 20:58:00 -04:00
Austin Chu
19a04511ba [fix] typo in compiler warning when no CBLAS found 2017-04-12 20:40:08 -04:00
Al
b464eb6c07 [numex] fix numex parsing when the spelled-out number is followed by a comma or other punctuation 2017-04-11 16:28:33 -04:00
Al
fc91471434 [osm/boundaries] check polygons with an ISO3166-2 as well in the country polygon index in case the country polygon is funky 2017-04-09 02:15:46 -04:00
Al
4ecd6c23c6 [formatting] removing the ability to insert city between house number and road in France from discussion in #27 2017-04-08 15:42:59 -04:00
Al
7f7aada32a [build] add another housekeeping file in the datadir for data_version. Blow away the exiting files if that file either doesn't exist or doesn't contain a matching version string to help with upgrades 2017-04-07 17:40:27 -04:00
Al
4f9b0ef495 [docs][ci skip] adding note about using libpostal on mobile 2017-04-07 00:55:39 -04:00
Al
6984427eb9 [docs][ci skip] add link to the 1.0 blog post 2017-04-06 13:19:45 -04:00
Al
5605ba3185 [docs] adding note about the newly-trained language classifier trained with FTRL-Proximal (now 1/10th the size), which keeps its high accuracy while maintaining a sparse solution. This commit will trigger a build with the freshly uploaded model. 2017-04-06 11:55:11 -04:00
Al
5a96be5d5c [fix][ci skip] S3 upload paths in data upload/download script 2017-04-06 00:37:12 -04:00
Travis
d8409f1f38 [auto][ci skip] Adding data files from Travis build #210 2017-04-06 04:06:16 +00:00
Al Barrentine
918342d4c3 Merge pull request #171 from openvenues/parser-data
Libpostal 1.0
2017-04-05 23:51:27 -04:00
Al
c01e67c1e4 [fix] removing one of the warnings about C90 since this is entirely C99. 2017-04-05 14:51:23 -04:00
Al
caebf4e2c9 [classification] correcting cost functions in SGD and FTRL for use in parameter sweeps 2017-04-05 14:18:13 -04:00
Al
6219cc6378 [numex] add dehyphenated form when building numex table 2017-04-05 14:06:19 -04:00
Al
264866d719 [build/fix] autoconf syntax for Ubuntu (12.04) version of autoconf aka that used on Travis 2017-04-05 09:43:24 -04:00
Al
ef0d4c2ded [build] fixing checks in numex.py, run when the resources/numex directory changes 2017-04-05 08:53:48 -04:00
Al
0ec2e57afa [fix] adding yaml to requirements-simple.txt for CI 2017-04-05 08:33:39 -04:00
Al
64fae1e241 [fix] /AC_CONFIG_MACRO_DIRS/AC_CONFIG_MACRO_DIR/ 2017-04-05 08:27:44 -04:00
Al
2b3fb196a1 [build] add pkg-config to packages in Travis config, remove libsnappy-dev 2017-04-05 08:24:26 -04:00
Al
8cef3c4eb9 [docs] new parser GIF, featuring addresses relevant to current events 2017-04-05 07:21:48 -04:00
Al
aaae1e055e [docs] fix spacing 2017-04-05 02:03:39 -04:00
Al
9c7eac61eb [docs] merge README from master, move bindings below examples 2017-04-05 02:02:59 -04:00
Al
8ec6e546f5 [test] adding more tests from the demo 2017-04-04 20:52:28 -04:00
Al
22443e31cc [parser] removing special commands other than .exit from address_parser_cli 2017-04-04 20:49:37 -04:00
Al
8742574257 [parser] storing address_parser_context on the parser struct itself so it doesn't have to be allocated every time 2017-04-04 20:40:55 -04:00
Al
67157fbd98 [docs] moving blog post to first paragraph 2017-04-03 21:04:37 -04:00
Al
b8f65d0a06 [docs] aesthetic README changes 2017-04-03 18:18:02 -04:00
Al
f746c6eec6 [openaddresses] Sampson and Yadkin counties, NC, and Union County, SC 2017-04-03 18:08:55 -04:00
Al
bca449e653 [openaddresses] Rown County, NC 2017-04-03 17:57:03 -04:00
Al
6102fd3459 [openaddresses] Carteret County, NC 2017-04-03 16:55:21 -04:00
Al
342740c3a6 [openaddresses] Bladen County, NC 2017-04-03 16:53:43 -04:00
Al
7c67ca6edb [openaddresses] Beaufort County, NC 2017-04-03 16:52:15 -04:00
Al
680a2e6357 [openaddresses] city of Ruidoso, NM 2017-04-03 16:50:27 -04:00
Al
921e635b7a [openaddresses] add Caddo Parisn, LA 2017-04-03 16:48:30 -04:00
Al
e0dc0c9b86 [openaddresses] add Desoto County, FL 2017-04-03 16:45:56 -04:00
Al
20adc591a8 [openaddresses] adding OSM boundaries to Clear Creek County, CO as new data set doesn't list city 2017-04-03 16:38:53 -04:00
Al
4b16b5bccd [docs] README fixes 2017-04-03 16:35:48 -04:00
Al
97ffdbaee0 [openaddresses] removing Lawrence County, SD. Covered by new statewide and has some weird addresses 2017-04-03 16:16:52 -04:00
Al
e4290a489f [openaddresses] Fall River County, SD 2017-04-03 16:15:21 -04:00
Al
c3a6445290 [docs] README updates for 1.0 release, adding training data section 2017-04-03 15:59:01 -04:00
Al
65a0d82bda [openaddresses] moving Buenos Aires, adding Boulder County, CO 2017-04-03 13:08:34 -04:00