Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

libpostal

libpostal is a C library for parsing/normalizing street addresses around the world
Collective - Host: opensource - https://opencollective.com/libpostal - Code: https://github.com/openvenues/libpostal

[constants] max country code length

github.com/openvenues/libpostal - 2b13871341af8b8d9b8aa3d4df45977531885e66 authored over 9 years ago by Al <[email protected]>
[fix] geodb path separator

github.com/openvenues/libpostal - 039682377257692afd59a90965f7922a04a6af32 authored over 9 years ago by Al <[email protected]>
[fix] adding char_array_append_* methods to header

github.com/openvenues/libpostal - 17cfdb0625b20865a232cf24caa3432a62add074 authored over 9 years ago by Al <[email protected]>
[parser] Averaged perceptron tagger

github.com/openvenues/libpostal - 9e9131bda0aafd997243408a0580bd046478df02 authored over 9 years ago by Al <[email protected]>
[parser] Adding context struct to feature function

github.com/openvenues/libpostal - 8a86f7ec64e8cc5b872675c44b81a12de25dc5ff authored over 9 years ago by Al <[email protected]>
[geodb] Adding trie search methods for finding geodb phrases

github.com/openvenues/libpostal - 87ed7d9a0f01fb49017476153b83792606432e35 authored over 9 years ago by Al <[email protected]>
[phrases] Adding _with_phrases versions of address dictionary methods for pre-allocated phrases

github.com/openvenues/libpostal - e62c75b9c6eea43d19d84629a7a1f106878c4c8d authored over 9 years ago by Al <[email protected]>
[phrases] Adding with_phrases versions of trie search methods for pre-allocated phrases

github.com/openvenues/libpostal - 23103a21d459cb03c66a00e7e6456af34a2eb639 authored over 9 years ago by Al <[email protected]>
[transliteration] Similar init method for transliteration

github.com/openvenues/libpostal - d5ec005787031a0077cd072e2b662b941bbaa436 authored over 9 years ago by Al <[email protected]>
[numex] using module init method for building, otherwise passing NULL path uses the default path

github.com/openvenues/libpostal - b11362ab989308d73f8fddbca4b7b51c8d332e94 authored over 9 years ago by Al <[email protected]>
[api] Using default setup methods for submodules in libpostal setup

github.com/openvenues/libpostal - 3cba2e8df30dccce114001430654cf1ce7d192d6 authored over 9 years ago by Al <[email protected]>
[expansion] Adding the ability to search address dictionary phrases with a NULL language, will return phrases in any language

github.com/openvenues/libpostal - e122824448794431946b20af000856fbbedc4095 authored over 9 years ago by Al <[email protected]>
[utils] Adding source string to tokenized_string struct

github.com/openvenues/libpostal - c47ff1b113b12e812338df3ce2b619b71f5736f2 authored over 9 years ago by Al <[email protected]>
[api] Error logging if modules can't be found

github.com/openvenues/libpostal - b2f690b6f6d668ba71e1517fdf56d9ca550a6c1b authored over 9 years ago by Al <[email protected]>
[parser] Averaged perceptron training does full examples (greedily). During training, features are a hashtable, sorted and converted to a trie during finalize

github.com/openvenues/libpostal - 9de3029dd3a4b4cdfdbfcc884e3834a24c8aa6ae authored over 9 years ago by Al <[email protected]>
[fix] vector zeros allocation

github.com/openvenues/libpostal - 3ea6358f77c0854384be40052828ccc14a87b5e9 authored over 9 years ago by Al <[email protected]>
[parser] Default address parser path

github.com/openvenues/libpostal - c21f61b9b491ee5084f1640e47432347d49b1b5c authored over 9 years ago by Al <[email protected]>
[tokens] Adding a copy_tokens option for tokenized_string

github.com/openvenues/libpostal - 32c180528f387f203cba60fd6684feac791d5793 authored over 9 years ago by Al <[email protected]>
[collections] Adding string_array for an array of char pointers

github.com/openvenues/libpostal - 9ce658b7a39bc4787bcc56f777a8540702592c89 authored over 9 years ago by Al <[email protected]>
[utils] inlining a few functions

github.com/openvenues/libpostal - 35b9122a1a82c0cc2e896d413ceffc48f2bf31f4 authored over 9 years ago by Al <[email protected]>
[polygons] Reducing simplify tolerance for language polys now that regional languages are handled separately

github.com/openvenues/libpostal - 35f1c02caf660f29eacaad5b1f86f518367c38da authored over 9 years ago by Al <[email protected]>
[polygons] Adding in country languages for regional polygons without a default language

github.com/openvenues/libpostal - 440a8158b6bf3d5ebcf351c92af34b6f5809be20 authored over 9 years ago by Al <[email protected]>
[languages] Italian is also the regional default in Valle D'Aosta and Trentino-Alto Adige

github.com/openvenues/libpostal - 22c16b43cff84f4bf5c5a51d3edeffd96c1151a5 authored over 9 years ago by Al <[email protected]>
[polygons] Making simplify_tolerance and preserve_topology for polygon simplification configurable per class

github.com/openvenues/libpostal - fca7f21b1dbc911d7d3144b866dc88764362ba93 authored over 9 years ago by Al <[email protected]>
[parser] Averaged perceptron training

github.com/openvenues/libpostal - 6a5b01b51babc2a6d78e4c6ce09687df24ae47f9 authored over 9 years ago by Al <[email protected]>
[utils] add to feature array with printf syntax

github.com/openvenues/libpostal - 0ddf50cb5f0a0784b102e49d8ad0eabe156f2df2 authored over 9 years ago by Al <[email protected]>
[utils] Version of string_split for single character delimiters which modifies the input string directly rather than creating (essentially) a copy

github.com/openvenues/libpostal - b3f89a207a9dc6f257775301cf33158e7143428c authored over 9 years ago by Al <[email protected]>
[dictionaries] Adding 'Rang' to French dictionaries

github.com/openvenues/libpostal - c1da2fa94bc93b25916eb0cb34925560caa30709 authored over 9 years ago by Al <[email protected]>
[osm] Training data for toponyms only cares about valid languages for name field

github.com/openvenues/libpostal - b85fe50fadcc6f9a9c07decb7c27b67bba19cc7a authored over 9 years ago by Al <[email protected]>
[doc] documentation fix for averaged perceptron

github.com/openvenues/libpostal - 607a607b7165c4d4f8d04c2356f580a09acb010a authored over 9 years ago by Al <[email protected]>
[parsing] Averaged perceptron model data structure for storing the finalized, averaged, sparse weights

github.com/openvenues/libpostal - c80d8b8067812eb71e0a7eecc452420830e0317d authored over 9 years ago by Al <[email protected]>
[fix] trie was returning early on add_at_index and not incrementing the num_keys

github.com/openvenues/libpostal - 8d642b45b9f5e84defab5ca46426df758237e9a2 authored over 9 years ago by Al <[email protected]>
[osm] Doing an all-to-nodes conversion and an additional filter on the borders data set

github.com/openvenues/libpostal - e56606334306c8fcaf2acc3bfa58771b9f2f1709 authored over 9 years ago by Al <[email protected]>
[features] Adding counter/bag-of-words representation of features

github.com/openvenues/libpostal - ae7e30634bbdb4540b157d818e8c167bcae58dd6 authored over 9 years ago by Al <[email protected]>
[refactor] changing names in int-valued hash tables

github.com/openvenues/libpostal - 49d389b9d8f4fb669029108ea8bca38e88a7a615 authored over 9 years ago by Al <[email protected]>
[fix] removing char_array_copy from header

github.com/openvenues/libpostal - aa454c44302dbdd9ed664fe4c86f5d56c513e068 authored over 9 years ago by Al <[email protected]>
[fix] void not void * in vector *_copy

github.com/openvenues/libpostal - 3fd6552b4430abcb8c8b03631e9bc82ade728466 authored over 9 years ago by Al <[email protected]>
[math] Adding column and row sums to sparse matrices

github.com/openvenues/libpostal - cddffdb65f9e840b5a59afdbde1a66a458a4696b authored over 9 years ago by Al <[email protected]>
[osm] Not requiring qualified name tags to process OSM toponyms

github.com/openvenues/libpostal - 85255299683ea28f2b215d74890b51a14f2553b2 authored over 9 years ago by Al <[email protected]>
[utils] Adding _copy and _new_copy methods to vectors (the former copies data to a pre-allocated vector, the latter allocates a new vector)

github.com/openvenues/libpostal - 9d2ca08fc2e3cbc59646140b585aaab0971185c8 authored over 9 years ago by Al <[email protected]>
[math] Matrix get value at row, column index

github.com/openvenues/libpostal - 49fe504201d6800eb4f29e0ded6114ae5aa33b64 authored over 9 years ago by Al <[email protected]>
[utils] Adding index to cstring_array_foreach, similar to Python's enumerate

github.com/openvenues/libpostal - ec3ab7234ad702c9c1eca6881264c6599ca3ba9a authored over 9 years ago by Al <[email protected]>
[osm] Including toponyms in the training data for countries where the unqualified place names can be assumed to be examples of a given language

github.com/openvenues/libpostal - df20e2cbc0353edcd2b7535ed5502c72cdd1a991 authored over 9 years ago by Al <[email protected]>
[fix] adding house to ignore keys rather than aliasing it

github.com/openvenues/libpostal - 17fcfa8b59d167f5810073c17585c8d7788c5ade authored over 9 years ago by Al <[email protected]>
[osm] Converting relations to nodes in borders training data

github.com/openvenues/libpostal - d64a27bc57dfb77829498ea679c52992ce672a40 authored over 9 years ago by Al <[email protected]>
[fix] default indices in strip_component

github.com/openvenues/libpostal - 168b7f59da45ee121e4e6e476bea3dd1cda7aebb authored over 9 years ago by Al <[email protected]>
[osm] Removing house tag

github.com/openvenues/libpostal - 64db63e3eb21035988bfe5fca7dd5afae0066c81 authored over 9 years ago by Al <[email protected]>
[language_id] Adding formatted addresses and toponyms to language training data

github.com/openvenues/libpostal - 6a20ce5e854a4a0c347b8da887eff511ac849ca5 authored over 9 years ago by Al <[email protected]>
[fix] exclude country toponyms where the default languages is well represented

github.com/openvenues/libpostal - 8345afbcd02a12a48e7d29f00d85245c43657e6f authored over 9 years ago by Al <[email protected]>
[fix] Exclude polygons with > 1 regional language

github.com/openvenues/libpostal - e7cf5000fe8f62c4d7c72923822ced3864e560fd authored over 9 years ago by Al <[email protected]>
[fix] unqualified names

github.com/openvenues/libpostal - 9a9530c1b9864ab8c32747e656b847ed92d5f54b authored over 9 years ago by Al <[email protected]>
[fix] only use name key for default names

github.com/openvenues/libpostal - a5fdd911d8a7419c1ca61dc6ac47e9fe6e8bdf2a authored over 9 years ago by Al <[email protected]>
[osm] Adding unqualified names in single-language countries

github.com/openvenues/libpostal - d8e143253312776cad157107f6a97bf18533138e authored over 9 years ago by Al <[email protected]>
[dictionaries] Adding English gazetteers as non-default to Georgia

github.com/openvenues/libpostal - d13d4d7d289206fdd2614894db9a127918ed34c2 authored over 9 years ago by Al <[email protected]>
[osm] Better borders training data set (only need the metadata, not the polygons)

github.com/openvenues/libpostal - 44bf94a158167217dcc3b98c698ee8f7140bbddf authored over 9 years ago by Al <[email protected]>
[fix] OSM address tagged training data formatting

github.com/openvenues/libpostal - 55af9b0a0c3cf4b60e9ecd58ceecac93f0296953 authored over 9 years ago by Al <[email protected]>
[osm] Postponing punctuation stripping until after address template rendering

github.com/openvenues/libpostal - c6bfc0e021dec4c6165032f91d64cfaad245ee9a authored over 9 years ago by Al <[email protected]>
[osm] don't bother with the R-tree check if there are no name:* tags in border data set

github.com/openvenues/libpostal - d54fb25e45b3553e1e82d0dea120cd5a014c3bc1 authored over 9 years ago by Al <[email protected]>
[osm] Treating components that are all punctuation as blank in address parsing (e.g. a single comma)

github.com/openvenues/libpostal - 294101ad80e9f701e31ce5af1bc8505d81e6da16 authored over 9 years ago by Al <[email protected]>
[osm] Not adding unqualified name tags to toponym data set, throwing out a few cases of language ambiguity

github.com/openvenues/libpostal - e1e5c16637a3f2a5ee3c52eb58ab70e9b12b94dc authored over 9 years ago by Al <[email protected]>
[osm] Only adding country default language toponyms to training data

github.com/openvenues/libpostal - 23633e95ddeb7d46e80dbdd5cf402cd8a9538f6e authored over 9 years ago by Al <[email protected]>
[osm] OrderedDict of attrs in OSM training data

github.com/openvenues/libpostal - 11c01f64d271642ed67d9d87f3f7b2e03767b24c authored over 9 years ago by Al <[email protected]>
[osm] Adding a toponym language training set using planet-borders.osm (all admin borders)

github.com/openvenues/libpostal - 27eb4e4aed78b98d30f1b9b66f755e9ed645be77 authored over 9 years ago by Al <[email protected]>
[osm] Switching formatter repo to the OpenVenues fork, with fixes and several dozen new countries added

github.com/openvenues/libpostal - db57855c951b99af414d422a14b5c2663f5b746a authored over 9 years ago by Al <[email protected]>
[i18n] Local file for ISO 15924

github.com/openvenues/libpostal - a916668f28df1da19abb3b0c175c41640e9c35fb authored over 9 years ago by Al <[email protected]>
[math] sparse matrix I/O methods

github.com/openvenues/libpostal - ee4d73c65d2704f4bf0c5a23d0d106ca5e5c74e6 authored over 9 years ago by Al <[email protected]>
[phrases] Adding num_keys attribute to trie

github.com/openvenues/libpostal - a8f6617294802ce1eea0fa9f8896195140fafead authored over 9 years ago by Al <[email protected]>
[fix] Removing default dirent include

github.com/openvenues/libpostal - aac5b37e7614e5b50b88c30c00773d5778972b61 authored over 9 years ago by Al <[email protected]>
[math] Adding sigmoid and softmax functions

github.com/openvenues/libpostal - bb50c7ea2c5d9e3c294f37670319265e6f5eb7ef authored over 9 years ago by Al <[email protected]>
[math] Adding compressed sparse row (CSR) format sparse matrix, designed for dynamic construction, just the methods needed for logistic regression for now i.e. no sparse dot products

github.com/openvenues/libpostal - a090a22bca429b7fd75e9a418da40532fd6b54cc authored over 9 years ago by Al <[email protected]>
[math] Dense matrices

github.com/openvenues/libpostal - 0f617454d39d4bf1d91ed427a5bae09325140f5e authored over 9 years ago by Al <[email protected]>
[math] can only use memset for *_array_new_zeros

github.com/openvenues/libpostal - 0ee72b8dfb23fa16c1bf86cc6b4ac7da8e193af8 authored over 9 years ago by Al <[email protected]>
[dictionaries] Rebuilding address expansion data and uploading new files to S3

github.com/openvenues/libpostal - c566eaecf14513043eb55cc4e4d85dc9e1264d81 authored over 9 years ago by Al <[email protected]>
[math] Using regular C arrays instead of vectors for vector_math.h

github.com/openvenues/libpostal - 789150ae33f5ea19d3075fa9bc8db4fe730cfbd1 authored over 9 years ago by Al <[email protected]>
[math] Only float vectors have *_array_log, *_array_exp, etc.

github.com/openvenues/libpostal - 07b0bed6021fbf6f31db1acdb846653573f4acea authored over 9 years ago by Al <[email protected]>
[osm] Removing postal code keys in formatted language training data

github.com/openvenues/libpostal - a2ec8001b0d1c7caa39b1fb1e4e1b466973e1424 authored over 9 years ago by Al <[email protected]>
[languages] Moving search_suffix and search_prefix into methods

github.com/openvenues/libpostal - 8bbcb60aee572739d2610b33414ea07d99ba8818 authored over 9 years ago by Al <[email protected]>
[fix] Calculating splits in Python rather than bash

github.com/openvenues/libpostal - d620cb6fc3bd48ea2ea05ae9298071cf5d9f37fc authored over 9 years ago by Al <[email protected]>
[languages] Script to create language training/cross-validation/test data splits

github.com/openvenues/libpostal - 96cb289b796872ff98e6fcd123f059938c2606f9 authored over 9 years ago by Al <[email protected]>
[languages] Earlier exit on finding ambiguous script spans

github.com/openvenues/libpostal - fa7b855ecbdcc466428c2a95be135cbc9f1a58b9 authored over 9 years ago by Al <[email protected]>
[languages] Adding English non-default dictionaries to a number of countries where English can be found in OSM

github.com/openvenues/libpostal - 90f333b16cb8235664872288fbd80e572e4f8add authored over 9 years ago by Al <[email protected]>
[languages] Non-default language canonicals, more test cases

github.com/openvenues/libpostal - e1d336716cc25bdc7f4412d811f73c69d434f42d authored over 9 years ago by Al <[email protected]>
[languages] Better handling of non-default langauge canonicals in default langauge text

github.com/openvenues/libpostal - c1ce91abbf6bb17b1ac2069cae6754b1ec10d205 authored over 9 years ago by Al <[email protected]>
[dictionaries/languages] Adding English gazetteers for Bahrain, pas abbreviation for paseo

github.com/openvenues/libpostal - 9f6f4feea1f96ddd051e00465543e153aab4ab37 authored over 9 years ago by Al <[email protected]>
[languages] Allow stopwords to help disambiguate if they can, otherwise ignore them

github.com/openvenues/libpostal - 84e0982cbc36f3ce02587b15cdef6d729b04e4da authored over 9 years ago by Al <[email protected]>
[dictionaries] Adding exit as an English street type

github.com/openvenues/libpostal - d14be57e7341afd1d93bbdf0d3de40e932ee8983 authored over 9 years ago by Al <[email protected]>