a
    ±Kb„  ã                   @   s   d d„ Z dd„ ZdS )c                 C   s   | dt |ƒ … | S )zH
    Replaces the old suffix of the original string by a new suffix
    N©Úlen©ZoriginalÚoldÚnew© r   ú-lib/python3.9/site-packages/nltk/stem/util.pyÚsuffix_replace	   s    r   c                 C   s   || t |ƒd…  S )z§
    Replaces the old prefix of the original string by a new suffix

    :param original: string
    :param old: string
    :param new: string
    :return: string
    Nr   r   r   r   r   Úprefix_replace   s    	r	   N)r   r	   r   r   r   r   Ú<module>	   s   