Commit Graph

1507 Commits

Author SHA1 Message Date
Al
b129384a5d [fix][ci skip] conditional 2016-03-04 16:42:47 -05:00
Al
d4bc8f0499 [dictionaries] Change to Catalan place names to test new build 2016-03-04 16:24:17 -05:00
Al
a483fd5d42 [fix][ci skip] pip installing some light requirements when the dictionaries/numex files change. Only building transliteration if the data file changed (the CLDR files are not in-repo so will be built offline) 2016-03-04 16:17:05 -05:00
Al
f1a30dfadd [dictionaries] Adding some English place names to test new build 2016-03-04 15:59:27 -05:00
Al
fe7314c0b1 [build][ci skip] Removing -q when grepping git diff since it's being piped into wc. Only pushing files on the gcc version so it only happens once 2016-03-04 15:40:21 -05:00
Al
8d4b52cc8e [dictionaries] Adding Spanish place names to test new build 2016-03-04 15:24:19 -05:00
Al
fe3ef4d3d5 [fix][ci skip] fixing numex directory, adding parens in conditional 2016-03-04 13:54:20 -05:00
Al
b406861c67 [build][ci skip] Generating data files when e.g. language dictionaries change as part of the build, as described in #15. Pushes new files to S3 and commits to repo for pull requests that have been merged 2016-03-04 13:47:39 -05:00
Al
b5807926bc [fix] Using PRId64 in all cases for int64_t printf formatting 2016-03-02 16:47:49 -05:00
Al
72fa6c0a6c [fix] numex_table builder program using new API (heap-allocated strings) 2016-03-02 16:28:28 -05:00
Al
999a9e24cb [numex] Regenerating numex_data.c 2016-03-02 16:11:09 -05:00
Al
786c616116 [fix] typo in English numeric expression rule 2016-03-02 16:10:52 -05:00
Al
d1f62ddc63 [dictionaries] Re-generating address_expansion_data.c 2016-03-02 16:10:30 -05:00
Al
1ddc69d984 [fix] var declaration during trie creation 2016-03-02 16:05:32 -05:00
Al
271800bbf9 [dictionaries] Adding all single letter tokens to ambiguous dictionaries so libpostal will always include an unexpanded version (e.g. for initials) 2016-03-02 15:52:38 -05:00
Al
9283ea2c4e [dictionaries] Adding single letter abbreviations to ambiguous English dictionaries 2016-03-02 15:29:47 -05:00
Al
94cd9831bf Merge branch 'nyalldawson-aus_data' 2016-03-01 18:37:49 -05:00
Al
122397759d [dictionaries] Re-generating address_expansion_data.c 2016-03-01 18:37:40 -05:00
Al
2eac968107 [fix] removing duplicates in English dictionaries 2016-03-01 18:36:20 -05:00
Al
6b13edfe36 [dictionaries] A few edits to the AU-English dictionaries 2016-03-01 18:23:57 -05:00
Al
a6167159a6 Merge branch 'aus_data' of https://github.com/nyalldawson/libpostal into nyalldawson-aus_data 2016-03-01 13:40:18 -05:00
Al
fd1f1a0b74 [fix][ci skip] README link 2016-03-01 01:28:42 -05:00
Al
ecc8e199d3 [fix] README license link 2016-02-29 23:40:35 -05:00
Al
d5e211bb97 Merge branch 'master' of https://github.com/openvenues/libpostal 2016-02-29 23:16:14 -05:00
Al
93aac04c17 [docs] Adding blog post link and license to the README 2016-02-29 23:16:05 -05:00
Al
d35f97f6f1 [fix] All file_read_uint64 calls that use stack variables read into a uint64_t not a size_t so as not to smash the stack under a 32-bit arch (issue #18) 2016-02-29 22:36:00 -05:00
Al Barrentine
e5b2311253 Merge pull request #29 from nyalldawson/misssing_dep
Add curl dependancy for Ubuntu
2016-02-29 11:11:33 -05:00
Nyall Dawson
7a79b2e759 Add curl dependancy for Ubuntu 2016-02-29 09:10:04 +11:00
Nyall Dawson
5f3747e15d Add some missing AU dictionary entries 2016-02-29 09:08:44 +11:00
Al Barrentine
3aba78d806 Merge pull request #20 from federicomenaquintero/master
Some malloc() checks and a leak fix.
2016-02-25 16:22:23 -05:00
Federico Mena Quintero
4eac38c40c [fix] Check the return of malloc() in geonames.c 2016-02-25 14:53:31 -06:00
Federico Mena Quintero
2ae2450db7 [fix] Check the return of malloc() in numex.c 2016-02-25 14:53:27 -06:00
Federico Mena Quintero
b172071d3b [fix] Remove superfluous #define; the caller actually uses sizeof(DEFAULT_ALPHABET) itself 2016-02-25 14:53:27 -06:00
Federico Mena Quintero
10c6768b5b [fix] Don't leak the trie if the number of nodes can't be read from a file 2016-02-25 14:53:27 -06:00
Federico Mena Quintero
e60ad47677 [fix] Check return of malloc() in trie.c 2016-02-25 14:53:22 -06:00
Al
7371a88c53 [docs][ci skip] Adding note about PHP binding 2016-02-25 00:16:13 -05:00
Al
52ebc9fc46 [fix] Paths relative to the current file in address_dictionaries.py so it can be run from anywhere 2016-02-24 13:10:44 -05:00
Al
87cf63942e [dictionaries] Regenerating address_expansion_data.c 2016-02-22 18:39:38 -05:00
Al
366a4a454a Merge branch 'riordan-NY-SAM-Abbreviations' 2016-02-22 18:26:35 -05:00
Al
f349dbac01 [dictionaries] Removing Rue from English street types (addresses using Rue as the street type are actually in French, which is a valid, detectable, regional language for the US in libpostal). Some of the abbreviations also belong in the synonyms or place names dictionaries. 2016-02-22 18:26:02 -05:00
Riordan
21cf7245a7 Added additional street types from NY State Post-Address Types
NY State [posted their state address database](http://gis.ny.gov/gisdata/inventories/details.cfm?DSID=921) along with the metadata standards for consuming it. Included in this metadata is a [guide to abbreviations](http://gis.ny.gov/gisdata/supportfiles/Updated-Deliverable-Schema.pdf), incorporated in this commit.
2016-02-22 17:27:14 -05:00
Al
dda204ce71 [fix][ci skip] Installation instruction tweaks 2016-02-22 00:55:31 -05:00
Al
fa11dbd181 [fix][ci skip] smaller GIF take deux 2016-02-22 00:48:40 -05:00
Al
fe89f5d27a [fix][ci skip] Adding expand_address usage GIF at normal size 2016-02-22 00:30:38 -05:00
Al
724c102259 [fix][ci skip] Python example, then C 2016-02-22 00:23:20 -05:00
Al
d95c74ef9e [fix][ci skip] heading for consistency 2016-02-22 00:15:53 -05:00
Al
c19781c724 [docs][ci skip] README updates, usage GIFs 2016-02-22 00:13:17 -05:00
Al
82c05cacb1 [docs][ci skip] Adding note about the new Java/JNI bindings 2016-02-19 16:43:02 -05:00
Al
1c0237beb7 [docs][ci skip] Adding teardown calls to the C examples 2016-02-18 21:10:36 -05:00
Al
37cfe8ab3b [test] Adding automated parser tests to the C library 2016-02-17 17:19:10 -05:00