Commit Graph

1519 Commits

Author SHA1 Message Date
Al
8d41608e64 [fix] setting variables related to file changes as environment variables 2016-03-04 19:29:06 -05:00
Al
464be342ed [dictionaries] More German place names 2016-03-04 18:13:45 -05:00
Al
d37734fd4b [fix] Double brackets around all compound conditionals 2016-03-04 18:06:59 -05:00
Al
52fbf14a2b [dictionaries] More German place names to test build 2016-03-04 17:57:37 -05:00
Al
20710129e4 [fix] using master branch of the virtualenv repo to install 2016-03-04 17:54:43 -05:00
Al
68363f1ee9 [dictionaries] More German place names to test build 2016-03-04 17:40:19 -05:00
Al
2e135aac9a [fix] Use virtualenv.py method so virtualenv doesn't need to be installed 2016-03-04 17:36:51 -05:00
Al
2ec56bbbe9 [dictionaries] Adding German place name to test the new build 2016-03-04 17:21:40 -05:00
Al
def58dd622 [build] Specifying virtualenv pip/python instead of running activate 2016-03-04 17:20:17 -05:00
Al
99a8fce5e5 [dictionaries] Adding some German place names to test the new build 2016-03-04 17:15:36 -05:00
Al
f3ad6137f4 [fix] install virtualenv for running the Python portion of the build. C language builds appear to use system Python 2016-03-04 17:07:10 -05:00
Al
2e9004952b [dictionaries] Catalan place names to test build 2016-03-04 16:57:22 -05:00
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