o
    q¦µi÷  ã                   @   sT   d Z ddlmZmZmZmZ ddlmZmZm	Z	m
Z
mZmZmZmZmZ g d¢ZdS )a\  
Text PreProcessing
===================

The pre-processing of Urdu text is necessary to make it useful for the machine
learning tasks.
This module provides the following functionality:

    - Normalize whitespace
    - Put Spaces Before & After Digits
    - Put Spaces Before & After English Words
    - Put Spaces  Before & After Urdu Punctuations
    - Replace urls
    - Replace emails
    - Replace number
    - Replace phone_number
    - Replace currency_symbols

You can look for all the different functions that come with pre-process
module in the reference here :py:mod:`~urduhack.preprocess`.

é   )Údigits_spaceÚenglish_characters_spaceÚall_punctuations_spaceÚ
preprocess)	Únormalize_whitespaceÚreplace_urlsÚreplace_emailsÚreplace_numbersÚreplace_phone_numbersÚreplace_currency_symbolsÚremove_punctuationÚremove_accentsÚremove_english_alphabets)r   r   r   r   r   r   r   r   r   r	   r
   r   r   N)Ú__doc__Ú	characterr   r   r   r   Úutilr   r   r   r	   r
   r   r   r   r   Ú__all__© r   r   úS/home/ubuntu/.local/lib/python3.10/site-packages/urduhack/preprocessing/__init__.pyÚ<module>   s   ,