Skip to content

Getting suggestion when you type typo address using Levenshtein Algorithm

License

Notifications You must be signed in to change notification settings

sopwer-net/simple-address-checker

Repository files navigation

simple-address-checker

Getting suggestion when you type typo address using Levenshtein Algorithm

Coverage Status PyPI version #how to use

pip install simple-address-checker

from address_checker import SubdistrictPayload, AddressChecker

subdistricts = SubdistrictPayload.load_subdistricts('id')

add_checker = AddressChecker(subdistricts, 'subdistrict_code')

add_checker.suggest(subdistrict_name='pameungpek',city_name='bandung')

About

Getting suggestion when you type typo address using Levenshtein Algorithm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages