
    g                     ,    d dl mZmZ  G d de      Zy)    )ABCMetaabstractmethodc                        e Zd ZdZed        Zy)StemmerIzx
    A processing interface for removing morphological affixes from
    words.  This process is known as stemming.

    c                      y)z
        Strip affixes from the token and return the stem.

        :param token: The token that should be stemmed.
        :type token: str
        N )selftokens     B/var/www/openai/venv/lib/python3.12/site-packages/nltk/stem/api.pystemzStemmerI.stem   s        N)__name__
__module____qualname____doc__r   r   r   r   r   r   r      s      r   r   )	metaclassN)abcr   r   r   r   r   r   <module>r      s    ( r   