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
1df1b60a9fac94414d17a05a928d5dbdf0a3f9b7
libpostal
/
scripts
/
geodata
/
address_expansions
History
Al
1df1b60a9f
[phrases] adding extract_phrases method to gazetteers, which returns a set of gazetteer phrases found in a given string
2016-11-18 23:35:44 -05: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
[phrases] adding extract_phrases method to gazetteers, which returns a set of gazetteer phrases found in a given string
2016-11-18 23:35:44 -05:00