This website requires JavaScript.
Explore
Help
Sign In
tommy
/
libpostal
Watch
1
Star
0
Fork
0
You've already forked libpostal
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
7cdccbe31f2da7396c3dcea173abbb75526400b7
libpostal
/
scripts
/
geodata
/
address_expansions
History
Al
1d25f08b52
[expand] adding a function to check if two place names/addresses are equivalent after token normalization (replacing hyphens, deleting final periods, lowercasing, simple transliteration, etc.) and taking into account abbreviations from any specified libpostal dictionaries. In conjunction with place name affixes, useful in data sets like GeoPlanet or GeoNames to determine if a name variant is related to the original or not
2016-10-12 14:55:59 -04:00
..
__init__.py
[expansion] expansion rule structs and Python script to generate rules from dictionaries tree. Note that a canonical_index of -1 indicates that a given phrase is the canonical (saves space)
2015-07-16 02:49:53 -04:00
abbreviations.py
[fix] abbreviations in hyphenated phrases like Saint-Germaine. Hyphenation should use the phrase length not the token length
2016-09-12 22:20:25 -04:00
address_dictionaries.py
[dictionaries] Making new component for near/nearby prepositions
2016-07-21 17:04:57 -04:00
equivalence.py
[expand] adding a function to check if two place names/addresses are equivalent after token normalization (replacing hyphens, deleting final periods, lowercasing, simple transliteration, etc.) and taking into account abbreviations from any specified libpostal dictionaries. In conjunction with place name affixes, useful in data sets like GeoPlanet or GeoNames to determine if a name variant is related to the original or not
2016-10-12 14:55:59 -04:00
gazetteers.py
[fix] making a separate gazetteer for toponym abbreviations
2016-09-10 01:08:58 -04:00