Commit Graph

1639 Commits

Author SHA1 Message Date
Al
30077e578e [numex] more ordinal indicators for Catalan 2016-07-21 17:04:57 -04:00
Al
156f12b6b7 [dictionaries] Splitting out unit types in the English dictionaries 2016-07-21 17:04:57 -04:00
Al
5e2d9f371e [numex] Moving numex script to a different subpackage, adding function for creating ordinals 2016-07-21 17:04:57 -04:00
Al
e6b59980e7 [categories] Scraper for Nominatim Special Phrases, translated into a number of languages 2016-07-21 17:04:57 -04:00
Al
40cf3d1933 [dictionaries] Splitting English dictionaries into distinct level types (numbered, basement, mezzanine, etc.) for adding tokens automatically in address parser training data 2016-07-21 17:04:57 -04:00
Al
f1334c5111 [dictionaries] Adding Av/ form to Spanish dictionaries 2016-07-21 17:04:57 -04:00
Al
ba9701cd70 [dictionaries] Adding I as an alternative form of izquierda 2016-07-21 17:04:57 -04:00
Al
959c0d7caa [dictionaries] Moving дом/dom in Russian to building types as it comes before house numbers 2016-07-21 17:04:57 -04:00
Al
4cc19a89de [dictionaries] Calle abbreviations, using spaces around slash 2016-07-21 17:04:57 -04:00
Al
73dcdbb1ea [dictionaries] Add rural route to English street types 2016-07-21 17:04:57 -04:00
Al
13e0de0e4b [dictionaries] Australian po box abbreviations 2016-07-21 17:04:57 -04:00
Al
454b5184a3 [dictionaries] adding kiosk and department to English place names 2016-07-21 17:04:57 -04:00
Al
725af51a09 [dictionaries] More abbreviations for duplex and house 2016-07-21 17:04:57 -04:00
Al
ae344753bf [dictionaries] / needs to be separated by spaces since it's always its own token 2016-07-21 17:04:57 -04:00
Al
0b1775a201 [dictionaries] Surname splits 2016-07-21 17:04:57 -04:00
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
879da6214a [test] Adding test for ambiguous expansion 2016-04-29 13:27:41 -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
af3fc30632 [docs] Adding note about Rstats binding to the README 2016-04-16 13:56:20 -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 Barrentine
3681399547 Merge pull request #59 from blackat87/patch-1
add new abbreviations
2016-03-30 15:52:15 -04:00
blackat87
b682e1403d add new italian abbreviations
add abbreviations for 'angolo'
2016-03-30 17:39:03 +02:00
blackat87
8137f98644 add new abbreviations
add new abbreviations for 'senza numero'
2016-03-30 12:48:52 +02: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
a077f72fd7 Merge branch 'blackat87-patch-1' 2016-03-29 14:07:56 -04:00
Al
65335e6e49 [dictionaries] Adding contrà, rio terà as canonical forms, adding c.le for cortile 2016-03-29 14:07:17 -04:00
Al
7e583d3f7a [fix] separating slashes by whitespace as they're separate tokens 2016-03-29 13:44:35 -04:00
Al
6dad58c696 [fix][ci skip] last remaining instance of vignt in libpostal 2016-03-29 12:51:19 -04:00
Al
ab63d18269 Merge branch 'master' of https://github.com/openvenues/libpostal 2016-03-29 12:14:03 -04:00
Al
eff3ae0ff7 [fix][ci skip] Updating GIF to reflect French correction 2016-03-29 12:13:36 -04:00
Travis
08d873ac15 [auto][ci skip] Adding data files from Travis build #105 2016-03-29 15:39:14 +00:00
Al
86f3078582 Merge branch 'patch-1' of https://github.com/blackat87/libpostal into blackat87-patch-1 2016-03-29 11:36:50 -04:00
Al
8e16ad245f [fix] Building the dictionaries/numex table, etc. locally on clang, just not publishing unless it's gcc 2016-03-29 11:35:02 -04:00
Al
1bc92d6995 [fix] output path in numex.py 2016-03-29 11:25:36 -04:00
Al
46b4cc7a5f [fix] altering file to test the numex build 2016-03-29 11:20:31 -04:00
Al
2a2d1738a3 [fix] path for running numex.py 2016-03-29 11:15:24 -04:00
blackat87
82d3e9131a add new italian abbreviations
add new italian abbreviations for 'casella postale' and 'presso'
2016-03-29 11:43:20 +02:00
blackat87
cec9ff858a add new italian abbreviations
add new italian abbreviations for 'cortina', 'costa', 'crocevia', 'campiello', 'contra'', 'canale', 'calata', 'cortile', 'cantone', 'casale', 'calle', 'cascina', 'banchina', 'bivio', 'brigata', 'borgata', 'baluardo', 'borgo', 'autostrada', 'arco', 'androna', 'alzaia', 'alto'

removed from calle abbreviations 'cle' e 'c.le' which refer to 'cortile'
2016-03-29 11:40:30 +02:00
Al
378459fde8 [fix] vignt => vingt in French numex 2016-03-29 02:18:37 -04:00
Al
71bc721d0b [fix][ci skip] prevent building on branches other than master 2016-03-28 02:16:14 -04:00
Travis
49adcfe9b5 [auto][ci skip] Adding data files from Travis build #97 2016-03-22 14:33:13 +00:00
Al Barrentine
af8913194b Merge pull request #50 from blackat87/patch-2
add new abbreviations
2016-03-22 10:22:13 -04:00
blackat87
32460121d2 add new abbreviation for street type
add new abbreviation for: 'stradello', 'stazione', 'sestiere', 'riva', 'circonvallazione', 'via provincale', 'riviera', 'piazzetta', 'presso', 'passaggio', 'zona industriale', 'volta', 'viuzzo', 'via vecchia', 'via privata', 'via nuova', 'viale privato', 'villa', 'villaggio', 'vicolo vecchio', 'vicoletto', 'vicolo nuovo', 'via comunale', 'varco', 'strada vecchia', 'supportico', 'stretto', 'stradone', 'strada privata', 'spadaria', 'spalto', 'strada nuova', 'sdrucciolo', 'stradale', 'scala', 'scali', 'scale', 'sacca', 'scalinata', 'rotonda', 'rotabile', 'rampa', 'rampe', 'rio tera', 'rio', 'quartiere', 'pontile', 'passeggiata', 'portici', 'portico', 'prolungamento', 'monte', 'molo', 'lungo', 'lungargine', 'lungarno', 'lungolago', 'lungotevere', 'larghetto', 'logge', 'lungadige', 'interrato', 'gradini', 'frazione', 'foro','fondo', 'discesa', 'cupa'

move 'porto' from here to place_names.txt
2016-03-22 13:08:58 +01:00
blackat87
a994ca361b update places abbreviations
update places abbreviations for: 'mercato', 'masseria', 'parco', 'piscina', 'porto', 'galleria'
2016-03-22 13:00:34 +01: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