Skip to main content

Indonesia Name and Address Preprocessing.

Project description

Indonesia Name and Address Preprocessing

pypi python Build Status codecov

Indonesia Name and Address Preprocessing

Features

  • Preprocessing Indonesia name and address.

Instalation

pip install nama-alamat

Usage

example of name preproccesing:

from nama_alamat.preprocessing import Preprocessing
preprocessing_nama = Preprocessing(tipe='nama')
strings = 'IR SULAEMAN'
print(preprocessing_nama.preprocessing(strings))

address preproccesing:

from nama_alamat.preprocessing import Preprocessing
preprocessing_alamat = Preprocessing(tipe='alamat')
strings = 'JALAN GARUDA IX BLOK C/3 RT 003 RW 002, JAKARTA UTARA, DKI JAKARTA 12110'
print(preprocessing_alamat.preprocessing(strings))

Credits

This package was created with Cookiecutter and the waynerv/cookiecutter-pypackage project template.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nama_alamat-0.2.5.tar.gz (9.1 kB view hashes)

Uploaded Source

Built Distribution

nama_alamat-0.2.5-py3-none-any.whl (8.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page