Julian Simioni
ee43ec041c
fix(libpostal): check for next element before using it
6 years ago
Peter Johnson
4e8a5385f4
feat(libpostal_patch): additional tests
6 years ago
Peter Johnson
27a9e1d900
feat(libpostal_patch): enable field mapping for "unit"
6 years ago
Peter Johnson
69ddbaf3be
feat(libpostal_patch): correctly parse australian-style unit numbers
6 years ago
Peter Johnson
6e2e4fc53a
feat(libpostal_patch): refactor diagonals patch to use an index and lodash functions
6 years ago
Peter Johnson
c8d7776587
feat(libpostal_patch): refactor code to use lodash methods for key checking
6 years ago
Peter Johnson
19eb0b57d1
feat(libpostal_patch): add a libpostal patch which allows recasting labels
6 years ago
Peter Johnson
4d9ee0053b
feat(libpostal): patch parser output when confused by directionals
6 years ago
Horace Williams
ed0a96cff2
Migrate to internal iso3166 defnitions
...
This is a somewhat roundabout fix to #1179 ,
as a way to deal with the persistent npm ls
and commit hook troubles we were dealing with
due to dependencies of the iso3166 package.
Additionally it should give us a faster
definition of these ISO lookups, since the
existing approaches were implemented using
linear scans through an array rather than
map-based lookups.
6 years ago
Stephen Hess
e0c25d0f57
convert libpostal calls to a microservice
7 years ago
Stephen Hess
da07463999
set req.clean.parser to 'libpostal' when it's called
7 years ago
Lily He
ad1d88ac62
log libpostal and placeholder responses to debug
7 years ago
Lily He
12a1dcba08
update controller debug timers to new format
7 years ago
Stephen Hess
9aca556dd3
switch to simpler check since we know what's coming back
7 years ago
Stephen Hess
e82993cb3f
added comments and syntax updates
7 years ago
Stephen Hess
5b9275d7fd
added libpostal controller
7 years ago