x2aqq's picture
Upload folder using huggingface_hub
47bc13b verified
raw
history blame contribute delete
280 Bytes
"""Preprocessing module for address normalization and Hindi transliteration."""
from address_parser.preprocessing.hindi import HindiTransliterator
from address_parser.preprocessing.normalizer import AddressNormalizer
__all__ = ["AddressNormalizer", "HindiTransliterator"]