Al
|
a9ba61585b
|
[fix] Adding set -e to data download script so it fails if any subcommands fail
|
2016-05-04 23:08:06 -04:00 |
|
Al
|
9819ebf949
|
[fix] always include expansions in the ambiguous expansion dictionary, no matter which component
|
2016-04-29 13:26:13 -04:00 |
|
Al
|
0bc3550c11
|
[expansion] Adding address_expansion_in_dictionary
|
2016-04-29 13:23:48 -04:00 |
|
Al
|
59e5fcd1b4
|
[fix] LC_ALL=C in data download script
|
2016-04-11 12:47:50 -04:00 |
|
Travis
|
b8d4d71522
|
[auto][ci skip] Adding data files from Travis build #112
|
2016-03-30 20:04:52 +00:00 |
|
Al
|
14e8f50cf1
|
[fix] Expansions when passing in the address_components= option. Was only limiting results at the phrase level, should work at the individual expansion level
|
2016-03-29 16:46:29 -04:00 |
|
Travis
|
2795d258d1
|
[auto][ci skip] Adding data files from Travis build #108
|
2016-03-29 19:11:57 +00:00 |
|
Al
|
6dad58c696
|
[fix][ci skip] last remaining instance of vignt in libpostal
|
2016-03-29 12:51:19 -04:00 |
|
Travis
|
08d873ac15
|
[auto][ci skip] Adding data files from Travis build #105
|
2016-03-29 15:39:14 +00:00 |
|
Travis
|
49adcfe9b5
|
[auto][ci skip] Adding data files from Travis build #97
|
2016-03-22 14:33:13 +00:00 |
|
Al
|
25c8ba8603
|
[fix] Log more helpful error message in language_classifier if not loaded
|
2016-03-21 18:18:25 -04:00 |
|
Al
|
0356b45069
|
[fix] Log errors in numex module if not loaded
|
2016-03-21 18:15:53 -04:00 |
|
Al
|
943cd4443a
|
[fix] Log errors if address dictionaries not loaded
|
2016-03-21 18:13:14 -04:00 |
|
Al
|
510f12ff96
|
[fix] Log error in transliteration if setup hasn't been called
|
2016-03-21 18:06:02 -04:00 |
|
Al
|
1b94727871
|
[fix] Check that parser is loaded in parse_address, log and return NULL instead of segfaulting
|
2016-03-21 18:04:26 -04:00 |
|
Al
|
be7b696cb2
|
[fix] actually that temporary array is unnecessary altogether, eliminating
|
2016-03-21 17:00:11 -04:00 |
|
Al
|
e0f7638372
|
[fix] Freeing up temporary char_array
|
2016-03-21 16:50:48 -04:00 |
|
Travis
|
14093a263d
|
[auto][ci skip] Adding data files from Travis build #92
|
2016-03-21 16:43:23 +00:00 |
|
Travis
|
0dfd20f14d
|
[auto][ci skip] Adding data files from Travis build #86
|
2016-03-16 20:37:31 +00:00 |
|
Travis
|
576e91d3fa
|
[auto][ci skip] Adding data files from Travis build #84
|
2016-03-16 19:08:17 +00:00 |
|
Travis
|
2dc9643b29
|
[auto][ci skip] Adding data files from Travis build #82
|
2016-03-14 16:29:21 +00:00 |
|
Al
|
0d7f9f2032
|
[data] Using UTC dates for libpostal data file tracking for #38. Also silencing curl when checking if file was updated
|
2016-03-10 16:44:02 -05:00 |
|
Travis
|
c4203c6ea9
|
[auto][ci skip] Adding data files from Travis build #63
|
2016-03-06 18:00:40 +00:00 |
|
Travis
|
73140a8239
|
[auto][ci skip] Adding data files from Travis build #62
|
2016-03-06 17:51:23 +00:00 |
|
Travis
|
d8e0945d5b
|
[auto][build] Adding data files from Travis build #57
|
2016-03-06 16:11:32 +00: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
|
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
|
122397759d
|
[dictionaries] Re-generating address_expansion_data.c
|
2016-03-01 18:37:40 -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 |
|
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
|
87cf63942e
|
[dictionaries] Regenerating address_expansion_data.c
|
2016-02-22 18:39:38 -05:00 |
|
Al
|
37c09d1ed9
|
[api] Adding function to free expansions from expand_address
|
2016-02-16 10:56:45 -05:00 |
|
Al
|
98165e89ad
|
[api] Using bools instead of bit fields in the public API
|
2016-02-15 18:33:39 -05:00 |
|
Al
|
cf2a79bef1
|
[api] Default options accessible through getters, not static structs
|
2016-02-15 17:34:00 -05:00 |
|
Al
|
98c395d34c
|
[numex] Concatenating a string of numeric expressions with no intervening tokens like Seventeen Eighty or Ten Oh Four
|
2016-02-10 09:21:31 -05:00 |
|
Al
|
59cf5bfc62
|
[numex] Fixing cases with stopwords not attached to a numeric expression
|
2016-02-10 08:30:01 -05:00 |
|
Al
|
c32ef9ccf8
|
[fix] freeing up iterator in normalize_string
|
2016-02-09 01:06:51 -05:00 |
|
Al
|
12c2477359
|
[phrases] Another fix to tail token search
|
2016-02-08 17:55:21 -05:00 |
|
Al
|
39f162b029
|
[phrases] fix in tokenized tail search when whitespace tokens are preserved
|
2016-02-08 16:37:52 -05:00 |
|
Al
|
84d5ba18f0
|
[api] Fixing multi-language expansions with overlapping expansions, whitespace, utf8 normalization of canonical strings
|
2016-02-08 02:50:34 -05:00 |
|
Al
|
0695738253
|
[fix] cleaning up memory in normalize_string_languages
|
2016-02-08 02:43:12 -05:00 |
|
Al
|
afd5844f21
|
[normalize] Permuting transliterators only once on the entire string rather than at each script break (so # permutations is bounded and can't get huge). Fixing some spacing issues. Adding method to check for an alpha+numeric token in normalization.
|
2016-02-08 01:16:47 -05:00 |
|
Al
|
aaad213a20
|
[cli] Adding printf while models are being loaded in address parser cli
|
2016-02-08 01:10:06 -05:00 |
|