Al B
0800968b5d
Merge pull request #541 from openvenues/dependabot/pip/scripts/pyyaml-5.4
...
Bump pyyaml from 5.1 to 5.4 in /scripts
2021-06-22 02:44:56 -04:00
Al B
5235caa8a8
Merge pull request #542 from openvenues/dependabot/pip/scripts/lxml-4.6.3
...
Bump lxml from 4.6.2 to 4.6.3 in /scripts
2021-06-22 02:44:30 -04:00
Al B
273d0e0684
Merge pull request #544 from evrial/patch-1
...
Update README.md
2021-06-22 02:44:15 -04:00
Alexander Grigoryev
9c98fc976d
Update README.md
2021-05-02 12:40:54 +03:00
dependabot[bot]
cb3523c8bb
Bump lxml from 4.6.2 to 4.6.3 in /scripts
...
Bumps [lxml](https://github.com/lxml/lxml ) from 4.6.2 to 4.6.3.
- [Release notes](https://github.com/lxml/lxml/releases )
- [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt )
- [Commits](https://github.com/lxml/lxml/compare/lxml-4.6.2...lxml-4.6.3 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-03-31 18:38:28 +00:00
dependabot[bot]
40a0e7ef70
Bump pyyaml from 5.1 to 5.4 in /scripts
...
Bumps [pyyaml](https://github.com/yaml/pyyaml ) from 5.1 to 5.4.
- [Release notes](https://github.com/yaml/pyyaml/releases )
- [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES )
- [Commits](https://github.com/yaml/pyyaml/compare/5.1...5.4 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-03-25 21:48:20 +00:00
Aaron Madlon-Kay
d09ffebebd
Mention install with MacPorts in readme
2021-01-27 15:37:13 +09:00
Al Barrentine
f3f2af211b
Merge pull request #530 from openvenues/dependabot/pip/scripts/lxml-4.6.2
...
Bump lxml from 3.6.0 to 4.6.2 in /scripts
2021-01-11 02:00:45 -05:00
dependabot[bot]
6ead75ccd2
Bump lxml from 3.6.0 to 4.6.2 in /scripts
...
Bumps [lxml](https://github.com/lxml/lxml ) from 3.6.0 to 4.6.2.
- [Release notes](https://github.com/lxml/lxml/releases )
- [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt )
- [Commits](https://github.com/lxml/lxml/compare/lxml-3.6.0...lxml-4.6.2 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-01-07 22:24:47 +00:00
ebogit
826c836a77
Update street_types.txt
...
Correction to mispelling and addition of abbreviation
2020-11-27 17:46:31 +00:00
Konstantinos Demartinos
948a0d350a
Add rustpostal to unofficial bindings
2020-11-22 12:27:35 +02:00
Kyrill Alyoshin
186f6c77cc
#501 . Fixed build issues on MSYS on Windows.
2020-11-14 19:26:55 +00:00
Kálmán „KAMI” Szalai
92ab27840f
Add more words and synonyms for Hungarian language
2020-09-28 21:42:53 +02:00
Al Barrentine
7c22eb4e64
Merge pull request #513 from kyrill007/511
...
#511 . Fixed C compilation errors for the latest versions of Mac OS X
2020-09-04 10:44:31 -04:00
Kyrill Alyoshin
9fcf066e38
#511 . Fixed C compilation errors for the latest versions of Mac OS X
2020-08-26 15:28:54 -04:00
naukmari
c2f89ba2f7
Update qualifiers.txt
2020-07-08 11:06:55 +03:00
Yuyang Shu
b3dcfe610b
whosonfirst neighbourhood reverse geocoder
2020-05-05 11:50:30 +10:00
Al Barrentine
790e24bc0a
Merge pull request #454 from openvenues/dependabot/pip/scripts/pyyaml-5.1
...
Bump pyyaml from 3.11 to 5.1 in /scripts
2020-03-03 01:59:52 -05:00
Al Barrentine
d796201ac3
Merge pull request #457 from openvenues/dependabot/pip/scripts/requests-2.20.0
...
Bump requests from 2.9.1 to 2.20.0 in /scripts
2020-03-03 01:59:39 -05:00
Al Barrentine
95f31de3b2
Merge pull request #468 from in-cloud-opensource/patch-2
...
Fix a bug in file geohash/geohash.c
2019-12-12 15:56:48 -06:00
in-cloud-opensource
ed41f42c97
Fix a bug in file geohash/geohash.c
...
Add missing bit shifts in the function geohashstr_to_interleaved in order to be able to calculate correctly the
1) geo coordinates from a given geohash and
2) neigbor geohashes of a given geohash.
The incorrect calculation of neighbor geohashes e.g. has the following impact on the deduplication with lieu: Features are compared that should not be compared because they are too far away from each other. This often results in distances between duplicates that exceed by far the max. expected distance according to the used geohash precision.
2019-12-12 11:34:39 +01:00
Al Barrentine
95bf70eb35
Merge pull request #465 from luizvbo/lang_classifier_exposure
...
Exposes language classification functions
2019-12-06 05:03:33 -06:00
Al Barrentine
610b5e12de
Merge pull request #459 from in-cloud-opensource/patch-1
...
Fix segmentation fault in soft_tfidf.c
2019-11-29 11:48:21 -06:00
in-cloud-opensource
d6595aee9b
Fix segmentation fault in soft_tfidf.c
...
Initialize local arrays suffixes1 and suffixes2 in function soft_tfidf_similarity_with_phrases_and_acronyms explicitly with NULL in order to prevent segmentation faults due to undefined initial values if ordinal_suffixes1 and ordinal_suffixes2 are NULL.
2019-11-19 12:49:54 +01:00
dependabot[bot]
a113d4ec6a
Bump requests from 2.9.1 to 2.20.0 in /scripts
...
Bumps [requests](https://github.com/requests/requests ) from 2.9.1 to 2.20.0.
- [Release notes](https://github.com/requests/requests/releases )
- [Changelog](https://github.com/psf/requests/blob/master/HISTORY.md )
- [Commits](https://github.com/requests/requests/compare/v2.9.1...v2.20.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2019-11-07 23:04:54 +00:00
dependabot[bot]
34de474861
Bump pyyaml from 3.11 to 5.1 in /scripts
...
Bumps [pyyaml](https://github.com/yaml/pyyaml ) from 3.11 to 5.1.
- [Release notes](https://github.com/yaml/pyyaml/releases )
- [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES )
- [Commits](https://github.com/yaml/pyyaml/compare/3.11...5.1 )
Signed-off-by: dependabot[bot] <support@github.com >
2019-10-29 20:21:09 +00:00
Al
d8c9847c56
[test] adding test for hyphen replacement/deletion to libpostal C lib
2019-08-15 02:06:26 -04:00
Al
7828e568a7
[fix] remove hyphens option in libpostal expansions/token normalizations
2019-08-15 02:01:46 -04:00
Patrick Nordahl
aba8131a6d
mention rust-postal as an available bindings library
2019-07-12 15:48:30 -05:00
Sandeep
495f8f612e
Adding farm to market street type
2019-07-11 23:08:00 -05:00
tonyhawz
ff7447a4a4
group synonyms
2019-06-24 11:32:15 -03:00
Luiz Otavio V. B. Oliveira
0327150d2b
Exposes language classification functions
2019-06-14 14:31:12 +02:00
Al
21601eb4b8
[fix/expand] adding test case for new per-language expansions. Also fixes #354
2019-02-16 22:31:59 -05:00
Al
42207769ef
[expand] adding a --root flag to the libpostal script for root-only expansion
2019-02-16 22:27:39 -05:00
Al
b7052caf6b
[dedupe] allow near-dupe hashes if only a small containing boundary is present (e.g. county/state district).
2019-02-16 22:26:13 -05:00
Al
3610ffaa05
[expand/dedupe] expansion with multiple languages (or multiple predicted languages) can sometimes produce weird string trees and thus either too many results or incorrect results, particularly for root expansions which we depend on for matching/deduping. Making one call per language identified. This may slightly affect performance on languages that are highly ambiguous (even that's doubtful, as libpostal usually identifies one or two languages with high accurracy and/or people are using a known geography) but should improve the results and was simpler implementation-wise than trying to use the single single string tree for multiple languages where, say, a two word phrase in one language might simply be token-space-token in another.
2019-02-16 22:20:36 -05:00
Al Barrentine
ea0878120c
Merge pull request #407 from openvenues/fix_transliteration
...
fix for transliteration bug causing infinite loop or incorrect results in some expansions
2019-02-13 05:19:51 -05:00
Al
8a022698ee
[fix] transliteration bug causing potential infinite loop, closes #351 , closes #378
2019-02-13 04:01:29 -05:00
Al Barrentine
af8b343109
Merge pull request #406 from openvenues/new_build_process
...
New build process
2019-02-12 15:16:01 -05:00
Al
7a23d8922a
[build] data dir version handling
2019-02-12 14:10:02 -05:00
Al
3c0e97ae59
[fix] patch version also has to be an integer
2019-02-12 14:09:03 -05:00
Al
6a50eb7b22
[fix/build] base_data should currently be at v1.0.0 in terms of where the files are uploaded
2019-02-12 13:34:54 -05:00
Al
fdb3b7e32e
[build] fixing multi-part downloads, which no longer know the Content-Length so no longer know the byte ange for the last chunk. No longer needs to use any file dates/timestamps (compatibility 🎉 ), only the version numbers that are checked in to the repo
2019-02-12 13:33:08 -05:00
Al
acebc951b6
[fix] != instead of -ne
2019-02-12 12:32:34 -05:00
0xflotus
52f6beba35
fixed structures
2018-12-30 03:17:50 +01:00
Al
a60aa9bfb1
[fix] seem to not be able to use a non-numeric version number in the Windows configure script, hopefully that fixes the Appveyor build
2018-12-29 20:16:14 -05:00
Al
9ae41dfaa4
[fix] base_data should be v1.1-alpha
2018-12-29 17:45:57 -05:00
Al
78fc457e75
[build/windows] attempting same changes to the Windows configure script
2018-12-13 14:39:24 -05:00
Al
9542c8c435
[build] adding libposatl_data.in which allows us to fetch data files from Github without using the API
2018-12-13 13:35:01 -05:00
Matt W
64f274b834
Update README.md
...
Clarify what will be done in "datadir" at configure/install time
2018-11-23 14:28:49 -08:00