
    /h                     &    S SK JrJr   " S S\S9rg)    )ABCMetaabstractmethodc                   (    \ rS rSrSr\S 5       rSrg)StemmerI   zl
A processing interface for removing morphological affixes from
words.  This process is known as stemming.

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

:param token: The token that should be stemmed.
:type token: str
N )selftokens     E/var/www/auris/envauris/lib/python3.13/site-packages/nltk/stem/api.pystemStemmerI.stem   s        r	   N)__name__
__module____qualname____firstlineno____doc__r   r   __static_attributes__r	   r   r   r   r      s      r   r   )	metaclassN)abcr   r   r   r	   r   r   <module>r      s    ( r   