Commit Graph

1736 Commits

Author SHA1 Message Date
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
393fd7e0f3 [build] Using env var for data dir in geodata build script 2016-02-08 01:11:42 -05:00
Al
aaad213a20 [cli] Adding printf while models are being loaded in address parser cli 2016-02-08 01:10:06 -05:00
Al
9ac0379a65 [phrases] Case where trie search finds a match, makes progress beyond the next token but has to fall back. Adding trie search test case 2016-02-08 01:07:56 -05:00
Al
3701d8380f [cli] Command-line expansion client now supports piping in stdin, Unix-style 2016-02-03 13:48:51 -05:00
Al
90b9bb097c [docs] Adding German example back to README parser examples 2016-02-02 13:05:53 -05:00
Al Barrentine
7536fa4647 [fix] static inline 2016-02-02 00:53:13 -05:00
Al Barrentine
27d65d6a7e [docs] README example using more likely address with fewer commas 2016-02-02 00:11:10 -05:00
Al Barrentine
8411632829 [docs] README title 2016-02-02 00:08:34 -05:00
Al Barrentine
79ce23db9b [fix] capitalization 2016-02-01 23:58:39 -05:00
Al Barrentine
7fd7becf66 [docs] shorter title 2016-02-01 23:57:42 -05:00
Al Barrentine
39e0185da1 [docs] README changes 2016-02-01 23:56:17 -05:00
Al
6dcc71d87b [docs] README changes, code examples 2016-02-01 17:16:48 -05:00
Al
2100b80f81 [docs] Adding build status to README 2016-01-30 14:59:45 -05:00
Al
6444647a00 [fix] quote 2016-01-30 14:48:14 -05:00
Al
3c53926d0c [build] Using gcc 4.8 in Travis as it compiles faster. travis_wait no longer required 2016-01-30 14:43:26 -05:00
Al
6265ff9fa1 [fix] absolute path in travis build 2016-01-30 14:24:17 -05:00
Al
9c787e2b99 [build] using local datadir in Travis build 2016-01-30 14:02:04 -05:00
Al
c0b548833b [fix] create data dir if it doesn't exist 2016-01-30 13:40:10 -05:00
Al
1e65fafaaf [fix] char * 2016-01-30 13:39:36 -05:00
Al
f8de9d8e5a [fix] static methods in numex table loading, mallocs instead of stack variables 2016-01-30 13:25:48 -05:00
Al
cfe08c07e2 [build] Adding travis_wait on make, as compiling the scanner still takes a while on the older GCC in Ubuntu 12.04 2016-01-30 13:24:30 -05:00
Al
085bfd6ada [fix] static methods for libpostal.c 2016-01-30 02:20:59 -05:00
Al
63d239eef0 [tokenization] Using the new re2c 0.16 generates a 75% smaller DFA for scanner, should speed up compile times on gcc 2016-01-30 02:20:01 -05:00
Al
9b3296914a [build] Defining LIBPOSTAL_DATA_DIR at compile time, not configure 2016-01-30 02:18:12 -05:00
Al
45607e659e [fix] AC_HEADER_STDBOOL 2016-01-29 15:55:41 -05:00
Al
b5eaf79fab [build] Running bootstrap before script 2016-01-29 02:45:34 -05:00
Al
b716eabfa6 [fix] Trying build with autoconf/automake/libtool 2016-01-29 02:24:41 -05:00
Al
2ad51786e1 [fix] Autoconf macros may be missing in Travis build, adding autoconf-archive 2016-01-29 02:17:59 -05:00
Al
50e27ffe35 [fix] trying build with pkg-config 2016-01-29 02:14:38 -05:00
Al
d89f2ed844 [build] Travis build 2016-01-29 02:10:37 -05:00
Al
a30026fce7 [build] shebang line in bootstrap.sh 2016-01-28 18:32:07 -05:00
Al
40fb530c06 [docs] Adding note tot he README about running tests 2016-01-28 18:02:38 -05:00
Al
0da3774b1e [tests] Relative includes in tests to fix compilation issues on gcc/Ubuntu 2016-01-28 17:04:12 -05:00
Al
76445c4bf7 [fix] Makefile dir 2016-01-28 16:43:17 -05:00
Al
cd76c660d8 [fix] French numex 2016-01-28 16:40:50 -05:00
Al
8702ee931c [tests] Main test program and Makefile 2016-01-28 16:37:29 -05:00
Al
d318db15f1 [tests] Numeric expression parsing tests 2016-01-28 16:36:20 -05:00
Al
aa4272ed9e [tests] Transliteration tests 2016-01-28 16:36:09 -05:00
Al
f963e175e4 [tests] Expansion tests with and without language classifier 2016-01-28 16:35:32 -05:00
Al
fed599ac39 [version] bumping version to 0.3 for consistency 2016-01-28 16:34:41 -05:00
Al
87899050b2 [tests] Using greatest (https://github.com/silentbicycle/greatest) for automated testing 2016-01-28 16:31:32 -05:00
Al
0bad3adf07 [docs] Removing the coming soon label from language classification, cleaning up the README a bit 2016-01-27 14:44:48 -05:00
Al
95a7978131 [build] Adding relevant language_classifier sources to build 2016-01-27 03:34:35 -05:00
Al
93ed2bf15b [api] Making language optional in libpostal cli 2016-01-27 03:32:29 -05:00
Al
789db8f582 [build] Adding language classifier to data file download script. As the current file is rather large, added multipart downloads from S3 to speed things up 2016-01-27 03:31:45 -05:00
Al
42d169feee [api] Libpostal expand API will now detect language automatically using a high accuracy language classifier trained on OSM streets/addresses/toponyms. Hooray batch geocoding! 2016-01-27 03:23:51 -05:00
Al
71c51f2e45 [language_classification] Making directory optional on language_classifier client/test program 2016-01-27 03:18:53 -05:00
Al
c770468d03 [expansion] Regenerated address_expansion_data.c 2016-01-27 03:17:59 -05:00