
    gk                         d  Z d Zy)c                 &    | dt        |        |z   S )zH
    Replaces the old suffix of the original string by a new suffix
    Nlenoriginaloldnews      C/var/www/openai/venv/lib/python3.12/site-packages/nltk/stem/util.pysuffix_replacer
   	   s     Ks3xi 3&&    c                 $    || t        |      d z   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   s      r	   prefix_replacer      s     #c(*%%%r   N)r
   r    r   r	   <module>r      s   '	&r   